FULLscreen Look in Flash

Out of context: Reply #6

  • Started
  • Last post
  • 6 Responses
  • siny0

    I have achieved a fullscreen look between two different swf files by using:

    on(release){
    _root.loadMovieNum("1.swf",1);
    }

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

    However, the 1.swf's sound continues playing when it is in 2.swf. I have tired both stream and even sound but they do not help to stop the music. What should I do to stop the sound of 1.swf. Million of thanks.

View thread