SWF wont display in my ASP.NET Page

Dear Pals,

I need urgent help…

Now i have use .NET 2005. And i wish to place a .swf file into my home page.

I was used the following code to do that.

<object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0” width=“415” height=“225”><param name=“movie” value=“images/latestmovie.swf” /><param name=“quality” value=“high” />
<embed src=“images/latestmovie.swf” quality=“high” pluginspage=“http://www.macromedia.com/go/getflashplayer” type=“application/x-shockwave-flash” width=“415” height=“225”></embed>
</object>

But when i click that movie suddently i got one blank screen…

So please help what i do for that…

Waiting for your nice reply…

Yours
GUNA