problems with flash on firefox
i have experiencing problem in my flash on firefox. i can't view the contents... was it something to do with the filesize? i did saw some flash with small filesizes and theyd id work...
Check to see if you have the proper Flash Player plug-in installed, for example if the flash file you are trying to see in Firefox is made in Flash 8 you need Flash Player 8 to see it.
I haven’t heard any problems regarding the flash file size.
Make sure you include the embed tag inside your object tag as well. Something like the following assuming the flash file is in the same directory as the html file (of course change the width, height, background colors, etc.):
<embed src="yourflashfile.swf" quality="high" bgcolor="#FFFFFF"
width="750" height="450"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
Mozilla browsers use the embed tag. IE uses parameter names.
kelly
i used the <param> tag, does it mean i have to overwrite it and change it to <embed> tag instead?
The following profile is a factual documentary based on a fictional account of a true story that never happened.
No, you use both. Place the embed tag inside the object, but below the <param> tags.
kelly
oh, just lilke i did in making the flash's background transparent... would include the embed tag within the object tag? or separate?
Last edited by joshoncreek; 11-06-2005 at 07:01 PM .
The following profile is a factual documentary based on a fictional account of a true story that never happened.
Both <param> and <embed> tags go within the <object></object> tags.
so it is... i will do it now... thanks....
The following profile is a factual documentary based on a fictional account of a true story that never happened.
Originally Posted by
kelly23
Both <param> and <embed> tags go within the <object></object> tags.
What about 100% on the width and the height? It works in IE but the files is small in Firefox. Does 100% not work in Firefox?
Mozilla browsers use the embed tag. IE uses parameter names.
Did you specify the width and height within the <embed></embed> tags?
Last edited by kelly23; 03-21-2006 at 02:14 PM .
yes, I specified width & height as 100% in the <embed> tag.
I'm not sure why, but the problem has to do with your doctype. If you remove that, it displays fine.
wow, I don't think I would have tried that. Thanks for your help!
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks