Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DETECTING FLASH PLUGIN

Status
Not open for further replies.

bubu

Programmer
Mar 3, 2002
463
RO
Hello Guys!
I have found several techniques for detecting the flash plugin...using JavaScript, without using JavaScript...but can you tell me wich is the best solution...i want it to work in both browsers IE and Netscape. Regards,
Dragos.


 
use macromedias new guidelines for flash movies, they are garaunteed to work, and you don't need js plugin detection... it doesnt detect half the mac browsers and unix browsers anyway...

use this:

<object type=&quot;application/x-shockwave-flash&quot; data=&quot;..&quot; width=&quot;xxx&quot; height=&quot;xxx&quot;>
<param name=&quot;movie&quot; value=&quot;...&quot; />
<param name=&quot;menu&quot; value=&quot;false&quot; />
<param name=&quot;quality&quot; value=&quot;high&quot; />
<param name=&quot;bgcolor&quot; value=&quot;#&quot; />
<!--- put your alternate content here --->
</object>

hope this helps

regards, seb
 
And if the user hasn't the flash player what happens? Regards,
Dragos.


 
The alternative content is visable:

<!--- put your alternate content here ---> Regards
David Byng
bd_logo.gif

davidbyng@hotmail.com
 
Sorry about that!...i am qind of &quot;cloudy&quot; :)
Regards,
Dragos.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top