A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: LoadMovie() probs with Netscape

Threaded View

  1. #1
    Junior Member
    Join Date
    Oct 2002
    Location
    uk
    Posts
    2

    LoadMovie() probs with Netscape

    I'd greatly appreciate any help with this one.

    I'm just developing my new website. In the gallery section,when you click on the link, it runs a whizzy animation thing then loads a new .swf depending on what button is pressed - standard stuff. Or so I thought...

    http://www.bigblueshed.co.uk/

    The file is produced with Flash MX. It all works fine in Internet Explorer.

    To an extent it works in Netscape (4 to 7). However, when it gets to the LoadMovie bit, after the animation, nothing appears on screen, even though Netscape seems to be registering activity as though it is loading the movie into place. Unfortunately it just stays blank on screen.

    There is an invisible mc which loads the .swf into another mc called 'filmholder'. All the fun happens in an mc called 'buttons'. 'film'is the variable assigned when said button is pressed.

    mUrl = "../flash/gallery_"+film+".swf";
    _root.buttons.filmholder.loadMovie(mUrl);

    Like I say, in IE it all works fine. And Netscape seems to be finding it, just not showing it, which aint good.

    Am I missing something obvious here? Please tell me if I am, my eyesight is starting to fade now.

    Thanks very much

    Andy
    Last edited by shed124; 12-13-2002 at 03:00 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center