954,598 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

A link to download flash player

I've created a falsh file using swishmax. The flash is an intro hat tlinks to a home page. I discovered after a while that those who don't have a flash player will not be able to see the home page. Is there a code or a link to make anyone who doesn't have flash player to download a small flash player file to view the home page???????

dinaelansary
Newbie Poster
1 post since Sep 2008
Reputation Points: 10
Solved Threads: 0
 

http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash

Use this with a button so that user can click on it and able to download the flash player

innovativeatul
Junior Poster in Training
72 posts since Dec 2007
Reputation Points: 3
Solved Threads: 0
 

http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash

Use this with a button so that user can click on it and able to download the flash player


Absolutely unnecessary!
Correctly formatted object of flash file in html will have link to necessary download if Flash player not detected on the browser

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="240" height="320" id="Clock" align="middle">
	<param name="allowScriptAccess" value="sameDomain" />
	<param name="allowFullScreen" value="false" />
	<param name="movie" value="Clock.swf" />
	<param name="quality" value="high" />
	<param name="bgcolor" value="#000000" />
		<embed src="Clock.swf" quality="high" bgcolor="#000000" width="240" height="320" name="Clock" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
	</object>
peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: