A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: loadmovie.swf not working

  1. #1
    Senior Member
    Join Date
    Sep 2000
    Location
    POA, Brazil
    Posts
    323

    loadmovie.swf not working

    I used

    Code:
    on (release) {
    	loadMovieNum("video.swf", 2);
    }
    to load a movie, as I did many times. The name of the movie IS video.swf and it IS on the same root as the movie who is calling for it. As I gave up trying to understand whats going on, I though of usuing getURL. Do you have any suggestions? Any ideas for this starnge behaviour?
    Thanxsinadvance

  2. #2
    ->-<-
    Join Date
    Sep 2004
    Location
    Just Livin' Life
    Posts
    190
    try making it
    code:

    on (release) {
    loadMovieNum("video.swf", "2");
    }



    only a guess, not too sure

  3. #3
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    No the code is corrext and the path may seem correct, but wont be if the html is not also is in the same folder or directory. Relative paths are relative to the html and not the Flash file.

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

  4. #4
    Junior Member
    Join Date
    Oct 2004
    Posts
    13
    can u upload the files and we'll see whats the prob.. =)
    Work hard... Play harder

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