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

browser problem

Status
Not open for further replies.

madog

Programmer
Aug 10, 2001
5
GB
I'm having a problem playing swf content within Netscape (4.73).

I have created several swf's within which I am using the loadMovie / unloadMovie actions. I am also targeting the loaded movies using the _level property. This scripting functions correctly when tested locally in Internet Explorer, but not in Netscape Navigator 4.73. The exact scripting I have used is as follows:

_level0.nextFrame();

what am i doing wrong?!





 
Post a link to what you've got! We'll check it out!
mywink.gif
ldnewbie
Hope that this
was helpful!
 
it's not actually on the web yet, i'm only testing it by opening the html file in IE and Netscape....
 
Perhaps uhmmm...flash isnt' upgraded on NN?...I dont like NN anyhow...get it up when you can, we'll find the problem...;-)

(Proud supporter of the microsoft monopoly)X-) Regards,
Anth:cool:ny
----------------------------------------
"You say [red]insanity[/red] like it's a BAD THING!"
 
Does your movie at least appear in NS?
Have you included the <embed> tag as well as the <object> tag?
mywink.gif
ldnewbie
Hope that this
was helpful!
 
My movie appears in Netscape Communicator, and everything (loading / unloading movies, animation, buttons) works. The only thing that doesn't work is when i send an action telling level 0 to move on one frame...

_level0.nextFrame();

...it just doesnt work.

The <embed> and <object> tags are both included in the html file exported from flash.
 
You can try _root.nextFrame(); but that shouldn't really change anything! And this is working with IE locally and online?
Maybe NS 4.73 is the problem. I have NS 4.76 and I can check it out for you if you posted a link or if you e-mail me your swf or fla at oldnewbie@hotmail.com
If you do so, point us to where this action is supposed to happen.
mywink.gif
ldnewbie
Hope that this
was helpful!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top