ssjogus
08-30-2006, 01:33 PM
hi!
I have inserted a flash file in my page:
<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="770" height="330">
<param name="movie" value="home.swf" />
<param name="quality" value="high" />
<embed src="home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="770" height="330"></embed>
</object>
but if the user doesn' have the flash player, it is not getting downloaded automatically. whay should i do so that if the user machine doesn't have the flash player, it will start downloading automatically.
shruti.
I have inserted a flash file in my page:
<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="770" height="330">
<param name="movie" value="home.swf" />
<param name="quality" value="high" />
<embed src="home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="770" height="330"></embed>
</object>
but if the user doesn' have the flash player, it is not getting downloaded automatically. whay should i do so that if the user machine doesn't have the flash player, it will start downloading automatically.
shruti.