How i can make my swf file appear full screen?

Salam;
I need to make my swf view as a full screen in all browsers, i need to add code in fla file, not in html page, can i make that?
thanks for any help ...

1.  the stage has a displayState property you can use.  check the help files for example code.
2.  publish your html to allow full-screen.
3.  test in your browser.

Similar Messages

  • How do we make Facebook games (Cityville) show full screen on ipad?

    How do we make Facebook games (CItyville) show full screen on ipad? 

    > Is there a way that I can change something to make the
    window with the
    > three
    > business portraits open to full screen when you click on
    the Gallery
    > button?
    No. Modern browsers are designed to protect users from that
    kind of
    manipulation. Typically, web users don't want their browsers
    windows
    manipulated.
    Walt
    "Bill Artman" <[email protected]> wrote in
    message
    news:gihqrl$gnq$[email protected]..
    > I am using Dreamweaver MX 2004 with Windows XP.
    >
    > My question is a page from my homepage
    www.artmanphoto.com > Portfolio >
    > Business Portraits then click on the Gallery button.
    When my web designer
    > built my site there was only two business portraits and
    when you clicked
    > on the
    > Gallery button the window was smaller and did not expand
    to a full screen
    > display. Tonight I added a third portrait and the window
    is still smaller
    > than
    > the full screen display so you have to use the
    horizontal scroll bar to
    > view
    > all three images or you can click on the Expand button
    in the upper right
    > corner of the screen to make the window display full
    screen. I thought
    > that
    > when I added the third portrait the and it was displayed
    on my website
    > that the
    > window would expand to show all three portraits but it
    didn't.
    >
    > Is there a way that I can change something to make the
    window with the
    > three
    > business portraits open to full screen when you click on
    the Gallery
    > button?
    >
    > Thanks very much for your help!
    >
    >
    >

  • How I can make SQL Insert file on schedule

    Dear Community Members;
    Hope all you will be perfect. I required your urgent response on my query. I want to make an SQL Insert file, means I want to insert data from query in one table and after that, the data export in an SQL file as a SQL Insert file.
    All these things want to do on schedule not manually.
    Can anyone help and guide me how I can do it?

    Dear Members;
    Actually, we are working on two different applications, like sale and account. Now we want to post sale information in account system without any DBLink, for that I want to make a file where my data store in SQL Insert Statement format on scheduling, means I want to create a procedure which create this file on scheduling. After that same as I want to create a procedure in other system for read that file and execute. Now I have been found Oracle functionality but still I am facing a problem. The problem is that my procedure create a file with a single record not the all fetched record. My Procedure is as:
    DECLARE
      fileHandler UTL_FILE.FILE_TYPE;
      INSERT1 VARCHAR2(200);
      INSERT2 VARCHAR2(200);
      cursor c1 is
        select T.QTY, T.SLIP_NO, T.STORE_NO, T.Item_Code
        from test t
        where T.STORE_NO = 1;
    BEGIN
        for cur_rec in c1 loop
        INSERT1 := 'INSERT INTO TEST_2(Item_Code,STORE_NO,QTY,SLIP_NO) VALUES(';
        INSERT2 := INSERT1||CUR_REC.Item_Code||','||CUR_REC.STORE_NO||','||CUR_REC.QTY||','||CUR_REC.SLIP_NO||')' ;
      fileHandler := UTL_FILE.FOPEN('E:\Oracle\admin\udump', 'test_file2.SQL', 'W');
      --UTL_FILE.PUTF(fileHandler, 'Writing TO a file\n');
      UTL_FILE.PUTF(fileHandler, INSERT2);
      UTL_FILE.PUTF(fileHandler, '\n commit;');
      UTL_FILE.FCLOSE(fileHandler);
      END LOOP;
    EXCEPTION
      WHEN utl_file.invalid_path THEN
         raise_application_error(-20000, 'ERROR: Invalid PATH FOR file.');
    END;
    Please suggest/guide me where I am doing something wrong or missing. I'll thankful for your help.

  • How do I make the DVD player play full screen in my external monitor instead of my laptop?

    I just upgraded to Lion, and I have my laptop screen and my external monitor, and every time I tell my computer to play a DVD in full screen, it makes the full screen slide over from my giant external montior to my tiny laptop screen. How do I make it not do this? I would like to be able to watch my DVDs on the larger high-res monitor instead of my tiny laptop screen, but I can't seem to find the right preferences window or something.

    With DVD player open, have you check the menu bar > Window > Show/Hide Controller?

  • How do you make an iMovie HD movie full screen in Keynote presentation?

    Hey everybody, and Happy Holidays!
    I have a presentation tomorrow morning where I will be using a VGA connector to a video projector to present my Keynote presentation. I have tried just about every way I know how to make my imported iMovie HD film full screen during the Keynote presentation, but so far the best I can do is making the slides the 1024 size, which still leaves a black background above and below the movie when it is playing.
    Basically, what can I do to make my iMovie film full screen in Keynote?
    Thanks!
    -Randy

    First off, I'd be a bit worried if the movie wouldn't play in Quicktime Player -- that's pretty odd, since QT is essentially what Keynote is using for playback as well.
    If you have a new MacBook, then its display's "native" resolution is 1280 X 800, which is pretty much HD (which is 1280 X 720). By way of working through this, I'd first set your screen to 1280 X 800, and then set the slide size in Keynote to 1280 X 720 (which is one of the default sizes, precisely because it fits HD). If you do this, and if you set your movie as wide as it will go and centred, then it will leave 40 pixels at the top and bottom of the display when you play the presentation. There is no way around this, as it is simply the case that the height of the movie in pixels is less than the height of the screen. If you tried to fit the movie onto all of the screen, you'd either have to blow it up so that the top and bottom were at the screen edge, which would cut off the left and right parts of the movie (this is like what is done in "pan-and-scan" or "full-screen" DVDs of theatre films), or you'd have to "stretch" the movie vertically, which would distort it.
    Complicating all of this is your projector. Even if it is just mirroring your display, if it is a digital projector, it too has its own "native" resolution, and unlike your MacBook, it is very unlikely to be a 16:9 ratio, but rather a 4:3 ratio (800 X 600, or 1024 X 768). So even if you hook up your 1280 X 800 MacBook, the projector will still at best project a squarer image, which may show up as narrow bands of darkness above and below your "mirrored" display.
    In short form: there is no way to avoid the black bands -- they arise because the movie isn't as tall as the display, and there's no way around that.

  • How do I make a window expand to full screen?

    I am using Dreamweaver MX 2004 with Windows XP.
    My question is a page from my homepage www.artmanphoto.com
    > Portfolio > Business Portraits then click on the Gallery
    button. When my web designer built my site there was only two
    business portraits and when you clicked on the Gallery button the
    window was smaller and did not expand to a full screen display.
    Tonight I added a third portrait and the window is still smaller
    than the full screen display so you have to use the horizontal
    scroll bar to view all three images or you can click on the Expand
    button in the upper right corner of the screen to make the window
    display full screen. I thought that when I added the third portrait
    the and it was displayed on my website that the window would expand
    to show all three portraits but it didn't.
    Is there a way that I can change something to make the window
    with the three business portraits open to full screen when you
    click on the Gallery button?
    Thanks very much for your help!

    > Is there a way that I can change something to make the
    window with the
    > three
    > business portraits open to full screen when you click on
    the Gallery
    > button?
    No. Modern browsers are designed to protect users from that
    kind of
    manipulation. Typically, web users don't want their browsers
    windows
    manipulated.
    Walt
    "Bill Artman" <[email protected]> wrote in
    message
    news:gihqrl$gnq$[email protected]..
    > I am using Dreamweaver MX 2004 with Windows XP.
    >
    > My question is a page from my homepage
    www.artmanphoto.com > Portfolio >
    > Business Portraits then click on the Gallery button.
    When my web designer
    > built my site there was only two business portraits and
    when you clicked
    > on the
    > Gallery button the window was smaller and did not expand
    to a full screen
    > display. Tonight I added a third portrait and the window
    is still smaller
    > than
    > the full screen display so you have to use the
    horizontal scroll bar to
    > view
    > all three images or you can click on the Expand button
    in the upper right
    > corner of the screen to make the window display full
    screen. I thought
    > that
    > when I added the third portrait the and it was displayed
    on my website
    > that the
    > window would expand to show all three portraits but it
    didn't.
    >
    > Is there a way that I can change something to make the
    window with the
    > three
    > business portraits open to full screen when you click on
    the Gallery
    > button?
    >
    > Thanks very much for your help!
    >
    >
    >

  • How do i make a new file created appear in the Application Navigator?

    I am doing an extension to JDeveloper..How do i make the new file that the user has created to appear in the Application Navigator?
    What methods can i use?
    These are my codes...but it does not work still...
    File file = new File(dir ,fileName);
    file.createNewFile();
    FileWriter fw = new FileWriter(file, false );
    PrintWriter pw = new PrintWriter( fw, true );
    Workspace workspace = ctx.getWorkspace();
    java.net.URL projectURL = workspace.getActiveProjectURL();
    URL url = file.toURL();
    Node node = new Node(url);
    jpr.add(node, true);
    node.open();
    NavigatorManager.getWorkspaceNavigatorManager().openNavigator(ctx);
    ProjectNavigatorManager.getApplicationNavigatorManager().openNavigator(ctx);
    EditorManager.getEditorManager().openDefaultEditorInFrame(node.getURL());

    If it's an IMAP type account then you should get an Edit button at the top of the list of folders that you currently have on your email account. If it's a POP type account then you won't get the Edit button, and you are limited to your existing folders

  • My macbook just started emiitting a beep every 10 secs or so which i appear only to be able to turn off by muteing the volume . any idea what it is and how i can make it cease ?

    my macbook just started emiitting a beep every 10 secs or so which i appear only to be able to turn off by muteing the volume . any idea what it is and how i can make it cease ?

    You showed a kernel panic file from OS X, apprantly Log Me In is installed into OS X or running when you log in.
    You should be using the developers installer/unistaller to remove Log Me In from OS X.
    Somehow it's in OS X, I don't know, but it's there and you need to remove it. I'm not dealing with Windows, just OS X.
    Talk to Log Me In people and find out what is installed where so you can do a manual deletion out of OS X.
    If that doesn't work, you have to reboot holding the Shift key down manually search for any Log Me In or Himachi files on your computer, in your System/Library/Extensions folder too, use the free Easy Find.
    https://s3.amazonaws.com/DTWebsiteSupport/download/freeware/easyfind/4.9/EasyFin d.app.zip

  • How can I associat ".swf" files with flashlite 2.1

    How can I associate ".swf" files with flashlite 2.1? When I
    install flash lite 2.0,it can do ---- click .swf files system can
    autoly use flashlite to play.But now I install flashlite 2.1,it
    lost this ability return as "unknow files formate".
    Now,how can I reassociate ".swf" with flashlite 2.1?
    first: I must use flashlite 2.1.
    second:I must click .swf file directly.
    I know another way to open :open the player and then find the
    .swf,and open it. But ,unfortunately,I can not use this way to
    open.Now I will be looking for another way.

    unfortunately, the 2.1 developer edition you have installed
    has not overwritten the original version integrated into the
    symbian OS by the manufacturer. This means that the only way to
    open the 2.1 files is to open the 2.1 player from your apps menuu,
    and click on the swf file. You will only get direct access if the
    updated player is in a firmware update for you handset.
    Matt
    http://www.outside-media.co.uk/blog

  • How I can make actions for write the file name in front image

    Hello All
    How I can make actions for write image(file)  name in front the image automatically in photoshop cs3.
    Thanks

    This script tutorial might be helpful:
    http://av.adobe.com/russellbrown/CaptionMaker_SM.mov

  • How can I convert .swf  file to exe file?

    thanks

    Hi
    Thank for your choise.
    If showing only white screen, please download the lastest version, v2.03.
    http://www.bullrushsoft.com/download.html
    This problem occurs in Win7 sp1, especially IE has been upgraded to v10.
    Our SWF to EXE Converter must need the FlashPlayer plugin for IE, it 's not a atandalone program.
    So it only 880KB.
    Our online converter is the adobe flash player exe, it can be embed the swf  into, and standalone, so its size > 4MB.
    More details, please visit http://www.bullrushsoft.com/online.html
    Best Regards.
    2013-08-11
    Bullrushsoft Support Team
    From:  mmshahid73
    Date:  2013-08-11  02:52:01
    To:  Sandro_brs
    Cc: 
    Subject:  _How_can_I_convert_.swf fileto_exe_file?
    Re: How can I convert .swf file to exe file?
    created by mmshahid73 in Flash Ad Development - View the full discussion
    Hi, I used bullrushsoft SWF to EXE converter, but the created EXE file showing only white screen, i think i need to add flash player also but i don't know how to add flash player duriing swf to exe conversion.
    Because when i converted swf into exe from my pc, it showing size 880 KB where swf file size is 413 KB, onthe other hand, I convert the same online which is playing correctly but the converted file size is 4.57 MB.
    Am i right?
    Kindly help
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5583680#5583680
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5583680#5583680
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5583680#5583680. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Flash Ad Development by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • To turn on my ipod, I get an image of connection to iTunes, but when you update iTunes, nothing happens. I restarted the iPod manually several times peero still appears the same image. how I can make it work?

    to turn on my ipod, I get an image of connection to iTunes, but when you update iTunes, nothing happens. I restarted the iPod manually several times peero still appears the same image. how I can make it work?

    Restore the ipod

  • How we can make file share or personal

    sir,
    how i can make file personal or shareable.if a user login and he add some comment to this site then hoe we can make this comment shareable to all or this is personal.plz help me

    bhavishya wrote:
    sir,
    how i can make file personal or shareable.if a user login and he add some comment to this site then hoe we can make this comment shareable to all or this is personal.plz help mePlease award dukes from previous thread.
    [http://forums.sun.com/thread.jspa?threadID=5345751&tstart=0]
    Thanks.

  • How I can make a folder contain pictures &video an...

    sorry if there are mistakes
     i have n95 v 31.0,017
     how I can make a folder in SD card contain pictures &video and I dont want them  appear in studio
    I dont want to use a files browser  and hide my files and i dont want  to use an application  to encrypt them because  I just  want to sort my pictures in a folder  and my video in afolder.
    thank you  
    Solved!
    Go to Solution.

    You can also try to remove them from the images folder and the  My videos folder, because this is where the Gallery will look for pictures and videos, and put them in another folder then reorganize them in sub folders within your new folder
    Show your appreciation. Hit that kudos button real hard

  • Can CDHtmlDialog play swf file with audio component?

    Hello, I'm using CDHtmlDialog in our application to play swf that shows user how to do a workflow. It works fine if swf does NOT have audio; if the swf has audio component, then it does not play.
    Can CDHtmlDialog play swf with audio?
    If not, any suggestion on how to implement playing swf file with audio?
    Many thanks in davance.

    Hi PingHu,
    How do you play the swf file in a html. I tried play a swf file with audio in my CDHtmlDialog class. I just use this:
    Html code Play the SWF file.
    <!DOCTYPE html>
    <html>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <body>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="200" height="100">
    <param name="movie" value="filename.swf">
    <param name="wmode" value="transparent">
    <embed src="D:\html directory\swf filename.swf" width="400" height="500" type="application/x-shockwave-flash" />
    </object>
    </body>
    </html>
    Then my sample is able to play a SWF file with audio. Hope this helps some.
    Best regards,
    Shu Hu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Wi-Fi: no hardware installed. Caused by the antenna position?

    I own an early 2011 MBP 15” with ML 10.8.3, suffering from the well known problem of Airport WiFi (hardware not installed). BT is perfectly working. I would like to share my thoughts on the (low) probability of fixing this issue. That’s my story, til

  • Problem in creating DATA Model from SQL SERVER 2008 in BI PUBLISHER

    Dear Team, I connect BI Publisher with SQL SERVER 2008 But On creating Report on BI,when we create data model...dataset, i select the tables but when i click on RESULT i am geting this error. error-- [Hyperion][SQLServer JDBC Driver][SQLServer]Invali

  • Problem with printing over wireless network

    Hello. I have a HP psc 2410 all-in-one printer. I've recently bought a modem router which has a capability called"printer-server" and I decided to use this feature and print over wifi. I set it up but with a problem. when I print something, for insta

  • How do I get a specific node in Elixir org chart?

    The problem now is, how do I get a node from the org chart?  I have seen various methods like, getChild, getChildAt, getChildByName, but none of them seem to get the node I'm looking for.  Each node has a unique attribute of DistID.  I don't know how

  • Problem with the cover page of the fax output...

    Hi, I used SO_DOCUMENT_SEND_API1 to send the sapscript thru fax... I need to have the subject of the fax with values coming from the internal table... However, my knowledge is that the subject of the fax is part of the document_data importing paramet