A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Problem With Browsers And This Code

  1. #1
    Junior Member
    Join Date
    Mar 2004
    Posts
    10

    Problem With Browsers And This Code

    Hello,

    I use this code inside an MC

    on (release) {
    unloadMovieNum(1);
    unloadMovieNum(2);
    _root.home.gotoAndStop("h_off");
    loadMovieNum(".//flash/my.swf",1);
    this.gotoAndStop("product_my");
    }

    Works fine on IE Explorer but on Safari (1.2) and Netscape (7.1) doesnt work (DOESNOT LOAD
    THE .SWF). All of them have the flash plugin 7.

    I use FLASH MX2004.
    Any Idea???

  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    Use a absolute path to the movie to be loaded. I dont understand the .// Generally you use ../ to get out of the current folder. Could be that.

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  3. #3
    Junior Member
    Join Date
    Mar 2004
    Posts
    10
    Than you my friend!
    That was it!!!

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