How to launch sw file in default fullscreen mode

Hi,
I want to execute .swf or output flash file in fullscreen mode. Is there any property for it?

Hi Swati,
You can try following code snippet:
<mx:Application width="{Capabilities.screenResolutionX}" height="{Capabilities.screenResolutionY}" />
or
on creationComplete event
public function onCreationComplete():void
     this.width = Capabilities.screenResolutionX;
     this.height = Capabilities.screenResolutionY;
Thanks.

Similar Messages

  • How to launch firefox 4 in full screen mode

    hello, How to launch firefox 4 in full screen mode. I dont want to press SHIFT CMD F each time? thx

    There needs to a be a space before -fullscreen and that switch needs to be placed after the quotes
    *"C:\Program Files\Mozilla Firefox\firefox.exe" -fullscreen
    But I don't think that it will work. Firefox 4 doesn't have that switch by default, so support should be added via an extension.

  • How to play audio file in default player in j2me

    Hi ,
    I would like to implement Audio Streaming in Mobile application. I am record the voice using amr format and store
    local mobile memory and retrieve and play the file successfully, what is my requirements is, when i was play the
    file , i want to open the file in any default player in the mobile, the forward and backward control are use the default
    player control. is it possible to play the file in default player in j2me. please reply soon.
    With Regards,
    Ganesh Kumar
    Edited by: tlgkumar on Oct 23, 2008 11:55 AM

    Hi Ganesh,
    my suggestion to u is use existing streaming protocol that already support by MMAPI, thats RTSP/RTP protocol.
    u only need to configure existing streaming server like HELIX SERVER or DARWIN SERVER, and ENCODER like FFMPEG, HELIX PRODUCER, etc to encode ur live media / store file become RTP packet and then let server send that to ur client. u can use camera / TV turner also to capture live video and send that by streaming. So u dont need to make ur own server, except ur project need different protocol from that streaming server use.
    in client side, u can choose to use REAL MEDIA or make ur own player, Nokia already support RTSP protocol since S40 3rd edition and S50 2nd edition FP 3. so u dont need to parse by ur code RTSP message and RTP packet. u also can use forward and backward fiture too by that both streaming server.
    please read any RTSP / RTP standar protocol reference, i think it will be helpfull to u to make ur own system configuration ..
    -best regards-
    adek aidi

  • How to Upload a file in a Batch Mode ?

    Hi, I want to upload a Comma separated value File via RFC to a BW system.
    The scenario is the following: From a Portal server i call the BAPI using JC0/JCA.
    The problem is that GUI_UPLOAD does not support a BATCH job. At least i get a error when calling the BAPI: Exception condition "NO_BATCH" raised. 
    How do i upload a file in a Batch Mode ?
    Thanks,
    Kai

    Hi Kai,
    Sorry for the delay. The delay was in trying to get to talk to the Basis team.
    Here is how we have it.
    On the message server of every instance, there will be a SAP admin id that is '<SID>ADM' or 'SAPSERVER<SID>' where SID is the system ID. We use the '<SID>ADM' user id.
    On the external NT fileserver, there has to be a user id created on the NT box with the same SAP admin id and this id on the NT box should have access rights do Read/Write.
    All of these have to be in the same domain (or different domains that have trust access to each other).
    So, there is basis,network and security groups involved.
    Once these are in place, we can have file access to the external fileserver box.
    We use logical filenames at our place (Transaction FILE).
    This makes all the file transfer locations well organized and manageable.
    Hope that answers your question regarding this.
    Regards,
    -Ramesh

  • How can I see my movie in FullScreen mode

    Hello everyone,
    I've converted all my divx and other DVD Rip (home made) with AVS Video Converter Pro in order to import them in iTunes ... I try to see one oh these movies with my Apple TV thanks to my shared iTunes Library ... it's works but the video take only 2/3 of my TV screen ... I've got a 46" and 36" but this problem appear on both.
    I want to see my movie on FullScreen mode not only 2/3
    I checked video format and it's the same as the original movie (I tried to show this movie thanks to my Playstation 3 and it works in FullScreen .... but I want to use Apple TV for all my music and movies instead my Play Station
    So is there any option or anything to do to enable FullScreen mode for my video ... do I have to convert my DivX in an other format ?
    Thanks for your help
    PS : I've got the last Apple TV and I downloaded the last upgrade early.
    Thanks & Regards
    Cyril

    How can it be possible because the resoution of my video source is the same before and after conversion process ... thanks to my ADSL Box and my PS3 the video is ok ... not with ATV ...
    Could you please give me the resolution I should have for my video in SD or HD720 ?
    All my video have converted in 768x576 ...
    Is there another way to convert my video for iTunes instead AVS Video Converter ?
    Thanks all

  • How to launch local files in SIENA

    When I try to open a file (listed in the data source excel table and marked as hyperlink) from a network share in SIENA with a gallery link like this:
    launch("file:///\\server\share\document.pptx") the expected document open in Powerpoint on a splittscreen. When I try the same for a locale file launch("file:///c:\folder\document.pptx") or in this notation launch("file:///\\localhost\share\document.pptx")
    file couldnt open.
    Can anyone tell me how to solve this issue! I'm going crazy with this problem.
    Thanks!

    Hello,
    thanks for the answers! But thats not the answers that I want to hear ;-))
    Ok, will this function be implemented in one of the following Versions of SIENA? 
    And the other thougt is, local files are much more trustworthy then remote files. Wouldn't it make more sense when remote files  are blocked??
    Is there no way to tag the local Zone as Intranet / Internet Zone?
    Thanks for your help!!

  • How to launch java files on Mac OS

    Hey! I got a question: how to wrap a java file into Mac OS executable file? Analog for Windows is exe4j . It creates a jre in a exe file , so a person dont need to install runtime env. So any way to do like that? I need to launch program on Mac OS without terminal & installed jre. Just double-click on icon. Thanx for response.

    jwenting wrote:
    won't work. The question is how to execute a Java source file as a Mac executable.I don't think that's what the OP wants. To quote him:
    I need to launch program on Mac OS without terminal & installed jre. Just double-click on icon.Sounds exactly as if he'd like to have an executable jar file. And since Mac OS X comes with a JRE preinstalled, there is no more magic necessary to make it easily usable.

  • How to launch Jar file in Mac Os using java code??

    can anyone tell me how can i launch another jar file in my apllication using java code.

    define "launch".
    - You want to run a new java program in a separate process? (see Runtime.exec())
    - You want to run a method in a specific class in the jar? (add jar to application classpath and then simply instantiate the class and call the method)

  • How to launch code file.exe java

    As I directly serve to launch a lines executable situated in a directory as the code java

    Launching exe files is, of course, OS specific.
    // Windows:
    String command = "cmd /c start calc.exe";
    Runtime.getRuntime().exec(command);Details:
    http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html
    http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runtime.html

  • How to launch a file in swing

    i have a text file at following path . " C:\Documents and Settings\Administrator\My Documents\pavan.txt ". I want to open this text file in notppad . pls suggest swing api to achive this.

    Your question is Windows centric, so here is a Windows only solution:
    **  Here is a pure Windows solution
    **  Run the code and you will be taken to a tutorial that may provide
    **  a more generic solution
    public class WindowsFileProtocolHandler
         public static void main(String[] args)
              throws Exception
              String[] cmd = new String[4];
              cmd[0] = "cmd.exe";
              cmd[1] = "/C";
              cmd[2] = "start";
              cmd[3] = "http://www.javaworld.com/javaworld/javatips/jw-javatip66.html";
    //          cmd[3] = "will.xls";
    //          cmd[3] = "mailto:";
    //          cmd[3] = "a.html";
    //          cmd[3] = "file:/c:/java/temp/a.html";
              Process process = Runtime.getRuntime().exec( cmd );
    }

  • How can I save files from disc recovery mode?

    My Imac wont boot - disc recovery wants me to save files before reloading OSX - how can I save them?. I have a new external hard drive to plug in.
    I have tried safe start and resetting PRAM, neither work . I am in disc recovery mode and disc repair cannot fix my hard drive and is telling me to back up my files. How can I do this from this situation?

    If you have another mac available start your imac in Target Disk Mode and backup your files that way. OS X Mountain Lion: Transfer files between two computers using target disk mode

  • How to open RAW files in 16 bit mode?

    In Photoshop CS3 all my RAW files opened in 16 bit mode. In CS5 they all open in 8-bit mode. I've looked all over for where this setting might be made but I can't find it. How do I tell Photoshop or Camera Raw to open images in 16 bit mode?

    That does it. Thanks!
    I may have missed it in the Help files, but I sure couldn't find it. Help tells me all about why I want to use 16 bits, but not how to get them.

  • How to center a flash content in fullscreen mode

    I tried this for a flash exe file :
    import flash.display.*;
    stage.scaleMode = StageScaleMode.SHOW_ALL;
    stage.displayState = StageDisplayState.FULL_SCREEN;
    but i get a full black screen. any ideas what i am doing wrong.

    Hi there
    DOS applications tend to like to be the only kid in the sandbox (so to speak). As a result, they usually don't like sharing their memory space much. It is my own educated guess here that this is why Captivate is unable to capture when the application is in Full Screen mode.
    I'm admittedly confused by the desire to capture at full screen. This is generally a bad idea with Captivate. But if that's your need, that's your need and that's for you to choose.
    The only suggestion I might offer is to size the application so it is nearly full screen and capture that way. Then use Captivate's Project > Rescale option to make the project resolution larger. You would center the main part of the recording and fill the newly added space with the color of the recording background.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • How to change the background color in fullscreen mode?

    I would like it to be grey or white. Is there anyway to change it from black?

    Full screen mode shouldn't be showing any tools or panels. It's basically a preview mode. Is the image you uploaded of Full Screen mode or full screen with menus? [middle button]

  • Launching .desktop files

    Noob here running arch with i3 and dmenu and I can't figure out how to launch .desktop files. If I open /usr/share/applications in a filebrowser, doubleclicking a .desktop file opens it up in my editor. If I add /usr/share/applications to my $PATH they show up in dmenu but again open up with my editor. Same goes for xdg-open file.desktop which corresponds with this bug.
    #!/usr/bin/env xdg-open
    [Desktop Entry]
    Version=1.0
    Name=Test
    Exec=chromium --app=http://localhost:8080/
    Terminal=false
    Icon=chrome-http___localhost_8080__1
    Type=Application
    Categories=GTK;Network;WebBrowser;
    StartupWMClass=localhost

    Is that part of xfce? I can't figure out how to install that on its own. I'd rather not a desktop environment just to get this working.

Maybe you are looking for

  • Can two users on two separate computers share their screens?

    I often conduct training sessions and demos in a conference room with a large monitor mounted on the wall. I often have remote participants, so I use Lync or Live Meeting, along with a dial-in number for the audio. Lately I've been wanting to share n

  • ICal: Instead of colored dots, can every event's headline be displayed in color accordingly?

    Before the upgrade, every events is displayed in colour accordingly, with All-Day-Event highlighted.  After the upgrade, only the "All-day event" is highlighed in clour. But the headline/subject of everything else (from every calendars) is displayed

  • How to create a button with the drop-down menu?

    I want to create a button with the drop-down menu, which is like the 'back' on the tollbar in IE. I heard JPopupMenu can reach the certain result, but the button hadn't a down arrow. Who can help me?

  • House bank for a vendor

    Hello, If I enter a payment term in the master data of a vendor it appears in every document I create in FB60 transaction, but if I enter a house bank in the master data of that vendor it does not appear in the documents I create in FB60. Is it corre

  • Approval Workflow Forwarding issue

    Hi Gurus, I am facing a unique problem. We are using SRM5.0 with ECC6.0 as backend. We have a n-step BADI workflow implemented for approval of shopping carts. Let us say, I created a shopping cart which is to be approved by X and then by Y. Now, if t