A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Loading external SWF problem

Threaded View

  1. #1
    Senior Member Sir Yendor's Avatar
    Join Date
    Sep 2001
    Location
    Over here
    Posts
    1,140

    Loading external SWF problem

    I'm using this code on a button to load and external SWF in to empty movie clip.

    on (release) {
    _root.songs.loadMovie("july10music.swf");
    gotoAndStop("day1");
    }


    where songs is the name of the empty movie clip.

    It works fine on my computer but when I load everything to the server, all in the same directory, it doesn't work.

    Any ideas?

    Thanks
    Last edited by Sir Yendor; 07-04-2008 at 12:01 AM.

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