A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [as2] Error to load an external swf

  1. #1
    Member
    Join Date
    May 2002
    Location
    italy
    Posts
    66

    [as2] Error to load an external swf

    Hi,
    i have a main swf with some layers and i need to load an external swf (with his own layers) in a layer beetween main swf's layers.
    i try this way:
    Code:
    on (release) {
    	loadMovieNum("info.swf", 11);
    	}
    but when i load the swf it is upper than others so i can't see others main swf's layer..
    how solve this problem?

  2. #2
    Senior Member
    Join Date
    Jun 2008
    Posts
    549
    Try using the loadMovie command. Here are a link for the LoadMovie command:

    http://ba13b13f.tinybucks.net

    And a link on how to load external SWF content in Actionscript 2.0:

    http://c2c49cef.tinybucks.net

Tags for this Thread

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