Webforumz's RSS FeedRSS Webforumz RegistrationRegister Contact Webforumz StaffContact

Flash only works in Firefox

This is a discussion on "Flash only works in Firefox" within the Flash & Multimedia Forum section. This forum, and the thread "Flash only works in Firefox are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jun 26th, 2007, 03:05
Junior Member
Join Date: Jun 2007
Location: Hackensack
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Flash only works in Firefox

I am a novice in Flash and would greatly appreciate your help. I am inserteda flash banner on my html page and it only works in Firefox. How can I get it to work on any other browser? Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old Jun 26th, 2007, 04:55
Reputable Member
Join Date: May 2006
Location: NC, USA
Age: 16
Posts: 356
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Flash only works in Firefox

Well, what does it do in other browsers? Does it just not show up? or does something else happen?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jun 26th, 2007, 05:05
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Flash only works in Firefox

Can we see a link?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jun 26th, 2007, 06:38
JustinStudios's Avatar
Reputable Member
Join Date: Mar 2007
Location: USA
Posts: 404
Blog Entries: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Flash only works in Firefox

Check your code. Internet Explorer is going to be looking at the Object tag (check link in there) and Firefox looks at the embed tag (check link in there) make sure they are the same for one. Then make sure you have the latest flash plugin installed in Internet Explorer. And if all that checks out then post it and lets see what ya got.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Jun 27th, 2007, 02:49
Junior Member
Join Date: Jun 2007
Location: Hackensack
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Flash only works in Firefox

Please check it out at www.usavisasforlatinos.com
In other browser it just remains blank. Thank you all!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Jun 27th, 2007, 16:03
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Flash only works in Firefox

Are you using Flash 9 or Flash 8?

You file paths are completely different. Last I checked these should be the same. And I don't see any embed tags...where did you get this code from?

Code: Select all
 
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/s...rsion=6,0,40,0"
width="766" height="267">
<param name="movie" value="../sources/Flash/header 1.swf?button=0">
<param name="quality" value="high">
<param name="menu" value="false">
<!--[if !IE]> <-->
<object data="flash/header.swf?button=0"
width="766" height="267" type="application/x-shockwave-flash">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">
FAIL (the browser should render some flash content, not this).
</object>
Last Blog Entry: Yay!? (Oct 8th, 2007)

Last edited by Sgaspar11; Jun 27th, 2007 at 16:10.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Jun 27th, 2007, 17:54
Junior Member
Join Date: Jun 2007
Location: Hackensack
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Flash only works in Firefox

Thank you for taking a look. I am using Flash 8. I am using a template that I bought, and basically I just updated the labels in the menus. Any help you can give me is much appreciated as I am a complete novice with this. Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Jun 27th, 2007, 17:56
Junior Member
Join Date: Jun 2007
Location: Hackensack
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Flash only works in Firefox

Quote:
Originally Posted by Sgaspar11 View Post
Are you using Flash 9 or Flash 8?

You file paths are completely different. Last I checked these should be the same. And I don't see any embed tags...where did you get this code from?

Code: Select all
 
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/s...rsion=6,0,40,0"
width="766" height="267">
<param name="movie" value="../sources/Flash/header 1.swf?button=0">
<param name="quality" value="high">
<param name="menu" value="false">
<!--[if !IE]> <-->
<object data="flash/header.swf?button=0"
width="766" height="267" type="application/x-shockwave-flash">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">
FAIL (the browser should render some flash content, not this).
</object>

How can I fix it? Thank you!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Jun 27th, 2007, 18:00
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Flash only works in Firefox

It should look something like this:

Code: Select all
 
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub...ersion=8,0,0,0" width="517" height="400" id="playerV8-512" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="test.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="test.swf" quality="high" bgcolor="#ffffff" width="517" height="400" name="test" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
The file path in the Param and Embed tags should be EXACTLY the same....replace test.swf with you file paths...

There you go.
Last Blog Entry: Yay!? (Oct 8th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Jun 27th, 2007, 19:56
Junior Member
Join Date: Jun 2007
Location: Hackensack
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Flash only works in Firefox

Thank you! I will try it tonight and revert back to you guys!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Jun 27th, 2007, 21:06
Junior Member
Join Date: Jun 2007
Location: Arkansas
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Flash only works in Firefox

I am loading up the site in Opera, which is my preferred browser.. and it loads up quite well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Jun 27th, 2007, 21:39
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Flash only works in Firefox

I have a feeling it's just an IE thing, since the paths were wrong, IE freaks out with that stuff sometimes.

What I sent him should work fine.
Last Blog Entry: Yay!? (Oct 8th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #13  
Old Jun 28th, 2007, 19:32
Junior Member
Join Date: Jun 2007
Location: Hackensack
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Flash only works in Firefox

her
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #14  
Old Jun 28th, 2007, 20:32
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Flash only works in Firefox

What does that mean? Did it work?
Last Blog Entry: Yay!? (Oct 8th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #15  
Old Jul 2nd, 2007, 04:27
Junior Member
Join Date: Jun 2007
Location: Hackensack
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts