Results 1 to 5 of 5

Thread: problem in fullscreen when loading movieclip

  1. #1
    Join Date
    Jan 2008
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default problem in fullscreen when loading movieclip

    hi every one.
    i have made a flash projector that run in full screen mode (my flash document size is 800 x 600). in one special part of my flash i load a swf file into a movieclip the problem is when this happen my flash resize to original size but i want flash to be in full screen size.
    please help me.
    thank you

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    What code are you using to bring the original movie into full screen mode?

    Usually any external parts carried over will not inherit the parents attributes, so you will need to full screen the imported movie as well.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Jan 2008
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hi BLiZZaRD.
    i just use fscommand("fullscreen","true"); in the first frame of the project.

  4. #4
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    see if this works:

    Code:
    fscommand("allowscale","false");
    added right after your other fscommand...

    I don't have much experience with fscommand so that's kind of a shot in the dark. If that doesn't work, my next guess would be to add:

    Code:
    fscommand("fullscreen","true");
    to the first frame of the swf that you're trying to import.

    HTH

  5. #5
    Join Date
    Jan 2008
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks a lot Medyman and BLiZZaRD.
    i used
    Code:
    fscommand("fullscreen","true");
    in first frame of my swf files that i wnated to import and it solved the problem.
    i have a bigger problem in converting powerpoint to flash file that i will tell it in another thread.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •