Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-07-2003, 07:58 PM   PM User | #1
Cam
New Coder

 
Join Date: Jul 2002
Location: Toronto ON Canada
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Cam is an unknown quantity at this point
Flash won't load in Mozilla/NS 7

Hi all

I don't write any flash myself, however the following site (one I've used a lot in the past) will not load in Mozilla and apparently not in NS7.

http://www.levelsix.ca/

Doing a search on the topic, I've found that it may be either the javascript calling the flash or the MIME settings on the server. My knowledge of javascript is rudimentary but it looks okay from some other samples I've seen.

I'm a flash-know-nothing, but would like to help provide these chaps with a solution if possible (the kayaking community is pretty tight).

Any comments would be appreciated.

Cheers

Cam

Last edited by Cam; 02-08-2003 at 01:50 AM..
Cam is offline   Reply With Quote
Old 02-08-2003, 01:29 AM   PM User | #2
oat
New Coder

 
Join Date: Feb 2003
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
oat is an unknown quantity at this point
Hi,
yep i just tested in nn7 and indeed no luck.
There are two possible problems here. Firstly, and this is the most likely, is that a <div> has been used to position. <div> is interpretted differently in different browsers, though i cant see why this would be a problem in mozilla / gecko browsers, it may be the cause (esp when combined with flash).

the other possibility is that there is something missing from the embed flash bit, but i didnt notice anything..

anyway, there isnt any specific problem in these browsers with flash, just checked my site again, and it works ok.

so my suggestions are:
1)position the flash with tables rather than <div>. If poss you should always do this cos they are much more backward compatible.
2)if this fails, use the embed and object stuff directly from the flash publish command, or use this (from my site, http://www.luminate.org.uk/)

Code:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 WIDTH="698" HEIGHT="400" ALIGN="">
        <PARAM NAME=movie VALUE="withscripting.swf">
        
        <PARAM NAME=bgcolor VALUE=#999999>
        <EMBED src="withscripting.swf" bgcolor=#999999  WIDTH="698" HEIGHT="400" ALIGN=""
 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> 
 </OBJECT>
though i think the div might be the prob here..
hope this helps

oat
__________________
UK web design & development
http://www.luminate.org.uk/
oat is offline   Reply With Quote
Old 02-08-2003, 01:50 AM   PM User | #3
Cam
New Coder

 
Join Date: Jul 2002
Location: Toronto ON Canada
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Cam is an unknown quantity at this point
Thanks Oat

I've forwarded them your comments and referred back to this thread so they can follow up if any more suggestions are made.

Cheers

Cam
Cam is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:28 AM.


Advertisement
Log in to turn off these ads.