Search…

X3 Photo Gallery Support Forums

Search…
 
Hanky
Experienced
Topic Author
Posts: 90
Joined: 28 Nov 2006, 08:54

automaticly download flashplayer

30 Dec 2006, 11:43

Hey,

do you know a code to add on my website for automaticly download of a flashplayer to see the gallery ?
greetings
hanky
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: automaticly download flashplayer

03 Jan 2007, 17:02

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.
 
Hanky
Experienced
Topic Author
Posts: 90
Joined: 28 Nov 2006, 08:54

04 Jan 2007, 06:11

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>
greetings
hanky
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

04 Jan 2007, 07:49

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?
 
Hanky
Experienced
Topic Author
Posts: 90
Joined: 28 Nov 2006, 08:54

04 Jan 2007, 08:26

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
greetings
hanky