A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: problem importing swf into another movie

  1. #1
    Member
    Join Date
    Jan 2004
    Location
    Philadelphia/Lancaster PA
    Posts
    32

    problem importing swf into another movie

    here's what I have. A flash piece made with multiple different scenes. In one of these scenes, I have videos that are on a different swf file imported into the current scene. The problem is, when I go to a different scene in my movie, the imported swf file stays on the screen? How do I prevent this from happening?

  2. #2
    sockpuppet
    Join Date
    Mar 2005
    Posts
    323
    Did you load video on another level?

  3. #3
    Member
    Join Date
    Jan 2004
    Location
    Philadelphia/Lancaster PA
    Posts
    32
    another level? I'm not sure what you mean. the video is in it's own swf and use the following actionscript to load it.

    on (release) {
    loadMovie("swbvid.swf",1);
    }

    isn't there an unload function or something I can use to take it out?

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