
October 17th, 2003, 03:56 PM
|
|
Contributing User
|
|
Join Date: Mar 2003
Posts: 83
Time spent in forums: 1 h 49 m 37 sec
Reputation Power: 6
|
|
|
uninstall or disable plugin (temporarily)
Hi all,
I would like to temporarily disable the Flash plugin (on any or all browsers). I want to have an easy way to test the Flash player detection code.
I tried moving the relevant Flash player .dll file out of its directory, but nothing very interesting happened -- the Flash movie didn't load, but all I got was empty space instead. I was hoping to see some link, or something, to macromedia, to obtain the latest version of Flash.
(Ultimately I want to automatically load different content for people who don't have the Flash player, kind of like <noscript></noscript> tags for people who have turned off javascript.)
I would have thought that the following code would have given me the link to macromedia that I was expecting, but it doesn't:
Code:
<embed src="flash_images/main.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="358" height="204" loop="false"></embed>
Thank you all very much!
Laura S.
|