Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gman5

  1. gman5

    Using fscommand("fullscreen","true") and loadMovie

    Melida put these lines in the first frame of your movie...this will play full screen. fscommand("fullscreen","true"); fscommand("allowscale","false"); make sure that you also put a button on the page with this script so you can close your page myBtn.onPress = function() { fscommand("quit"); }
  2. gman5

    Using fscommand("fullscreen","true") and loadMovie

    Thanks guys I figured it out fscommand("allowscale","false");
  3. gman5

    FLV playback problems

    I ran into the same problem recently...I just re-exported my origianl movie into a new FLV and it worked after that.
  4. gman5

    Using fscommand("fullscreen","true") and loadMovie

    If anyone could help me it would be most appreciated; I am trying to load and external movie into my main movie but here`s the thing...I want my main movie to be fullscreen which is no problem fscommand("fullscreen","true"); but I would like my movie that is being loaded to maintain its own...

Part and Inventory Search

Back
Top