A link to download flash player

Reply

Join Date: Sep 2008
Posts: 1
Reputation: dinaelansary is an unknown quantity at this point 
Solved Threads: 0
dinaelansary dinaelansary is offline Offline
Newbie Poster

A link to download flash player

 
0
  #1
Sep 13th, 2008
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???????
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 72
Reputation: innovativeatul has a little shameless behaviour in the past 
Solved Threads: 0
innovativeatul's Avatar
innovativeatul innovativeatul is offline Offline
Junior Poster in Training

Re: A link to download flash player

 
0
  #2
Sep 16th, 2008
http://www.adobe.com/shockwave/downl...ShockwaveFlash

Use this with a button so that user can click on it and able to download the flash player
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,217
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 489
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: A link to download flash player

 
-1
  #3
Sep 18th, 2008
Originally Posted by innovativeatul View Post
http://www.adobe.com/shockwave/downl...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>
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Graphics and Multimedia Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC