PDA

View Full Version : download flash player automatically


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.

zoobie
08-31-2006, 10:03 PM
the user must always give permission so it's not possible