+ Reply to Thread
Results 1 to 3 of 3

FullScreen Bugged??

This is a discussion on FullScreen Bugged?? within the Actionscript 3.0 newbies forums, part of the Flash English category; Hi fled, here i got an issue to see if there is a way to work around it, ok im ...

  1. #1
    Junior Member Settled In Vudrok is on a distinguished road
    Join Date
    Sep 2007
    Posts
    17
    Rep Power
    0

    Smile FullScreen Bugged??

    Hi fled, here i got an issue to see if there is a way to work around it, ok im trying to develope an interactive presentation which is going to be distribuite through dvd in which i got plenty video files that was why i asked you before about the cuePoints that's history now, and well the thing is that when i call the command "fscommand("fullScreen", "true"); the interactive starts running and the flv files runs on fullScreen blocking the other swf or movieclip content, i tried setting up the nonscale property of the flv files in the property inspector but it will only mantain the video in a small format, is there a way to avoid an flv file to enter in fullscreen state so the fscommand can works around with out affecting the flv files??? please if you can figure something out i will appriciate it.

    "example"

    "thisFLVfileInstance.FULL_SCREEN = "deactivated;" lol this is not code actually but i wish it was...

    thanks in advance fled....

  2. #2
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,762
    Rep Power
    11
    Hi :)

    I'm not that good to work out of the web, but i think you could try this:
    thisFLVfileInstance.scaleX/=2;
    thisFLVfileInstance.scaleY/=2;

    lemme know

  3. #3
    Junior Member Settled In Vudrok is on a distinguished road
    Join Date
    Sep 2007
    Posts
    17
    Rep Power
    0
    I got to acomplish this with the next code:

    player.fullScreenTakeOver = false;

    then had to manually define on pressing "fullScreen" button to:

    player.fullScreenTakeOver = true;

    toggling back to false when deactivating.

+ Reply to Thread

Similar Threads

  1. Fullscreen
    By fabiocoronas in forum Flash Italiano
    Replies: 5
    Last Post: 01-03-10, 21:23
  2. Swf fullscreen
    By WalterPec in forum Actionscript 3.0 base
    Replies: 0
    Last Post: 29-01-10, 15:01
  3. Fullscreen
    By Surya in forum Actionscript 3.0 base
    Replies: 3
    Last Post: 08-01-09, 19:32
  4. Fullscreen
    By grandeorco in forum Flash Italiano
    Replies: 2
    Last Post: 15-03-08, 19:10
  5. fullscreen
    By grandeorco in forum Actionscript 3.0 base
    Replies: 0
    Last Post: 12-03-08, 14:53

Tags for this 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