A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: unload external SWF

  1. #1
    Junior Member
    Join Date
    Feb 2005
    Posts
    14

    unload external SWF

    He,

    A little question...
    I have got a website wich will load external SWF's into a container MC..unloading those SWF's is very simple, thats not the problem.

    But in the loaded SWF I have a 'Quit' button.
    How can I unload the external SWF with the 'quit' button?

    greets

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    on(release){
    this.unloadMovie();
    }

  3. #3
    Junior Member
    Join Date
    Feb 2005
    Posts
    14

    thanks

    you rock!

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