Page 1 of 1

automaticly download flashplayer

Posted: 30 Dec 2006, 11:43
by Hanky
Hey,

do you know a code to add on my website for automaticly download of a flashplayer to see the gallery ?

Re: automaticly download flashplayer

Posted: 03 Jan 2007, 17:02
by mjau-mjau
Hanky wrote:Hey,

do you know a code to add on my website for automaticly download of a flashplayer to see the gallery ?
By default, new browsers will always look for the correct plugin if its missing. If someone doesn not have the flash plugin, they will be prompted to download it. There is no way to force download latest flash player without user having to confirm.

Posted: 04 Jan 2007, 06:11
by Hanky
Thanks Karl,

I am a little bit troubled by finding codes like this on websites using imagevuex
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/
cabs/flash/swflash.cab#version=7,0,19,0','width','900','height','600',
'src','imagevue','quality','high','pluginspage','http://www.macromedia.com/
go/getflashplayer','movie','imagevue' ); //end AC code
</script><noscript><object classid="clsid:
D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shoc ... abs/flash/
swflash.cab#version=7,0,19,0" width="900" height="600">
<param name="movie" value="imagevue.swf" />
<param name="quality" value="high" />
<embed src="imagevue.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="600"></embed>
</object></noscript>

Posted: 04 Jan 2007, 07:49
by mjau-mjau
Im not quite sure what that script does, and it certainly isnt related to the script we use in our latest release.

We use the SWFobject as described here: http://blog.deconcept.com/swfobject/

It is both player detection and embed script. I dont think you can handle it in any better way ... What are you trying to achieve?

Posted: 04 Jan 2007, 08:26
by Hanky
Oh,

that calms down me :wink: I only try to achieve that everybody starts visiting my side can use your brillant looking online gallery :P

thanks for helping and sharing this gallery