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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash doesn't work on some browsers...

Status
Not open for further replies.

greggb

Programmer
Dec 6, 2003
30
US
I put some flash on one of my websites (first time for me)and it works great on some browsers but on some it doesn't work. Does anyone know why and what I can do?

Here is the code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" width="390" height="188" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value=" />
<param name="quality" value="high" />
<param name="bgcolor" value="#FFffff" />
<param name="menu" value="false" />
<param name="wmode" value="transparent">
<param name="loop" value="false" />
<embed src=" quality="high" bgcolor="#FFffff" width="390" height="188" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage=" />
</object>
 
You could start by working out what the common thread is between the browsers it's not working on.

When you say "works great on some browsers but on some it doesn't work" do you mean, "works great on IE 4, IE 5, IE 6, Opera and Firefox, but doesn't work on Netscape 2.0"? Or do you mean "It works great on my copy of IE6 and my friend's copy of IE6, but doesn't work on my brother's copy of IE6"?

Never be afraid to share your dreams with the world.
There's nothing the world loves more than the taste of really sweet dreams.
 
greggb said:
it works great on some browsers but on some it doesn't work.   Does anyone know why

Maybe the browsers that the Flash is failing on don't have the Flash plugin installed?

How about giving us a bit more to go on!

Dan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top