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???????

Recommended Answers

All 2 Replies

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>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.