Full Screen App in web browser

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Full Screen App in web browser

    my problem is display applicant full screen in web browser (other words is by
    HTML or...)
    but it not work :(
    Please help me
    thanks so much !
    //================================================== =======
    i try this code :

    //====================================
    For HTML
    //====================================
    <object>
    ...
    <param name="allowFullScreen" value="true" />
    <embed ... allowfullscreen="true" />
    </object>
    //====================================
    for js
    //====================================
    AC_FL_RunContent(
    ...
    'allowFullScreen','true',
    ...
    ); //end AC code

    Linh ??p trai Guest

  2. Similar Questions and Discussions

    1. video full screen and screen savers
      Why does full-screen mode not disable the system screen saver in the flash player but does so for AIR? In the documentation it says "For AIR...
    2. Full-screen mode is quirky in browser window
      I'm using an example I found on blogs.flexexamples.com to enable full-screen display toggling. It works but exhibits straight behaviors. I can't...
    3. full screen without browser menu and title bars
      Seasons Greeting, I want to create an exe with Flash MX to run off a CD. I like to have it run full screen and without having the title bar (the...
    4. Show Flash movie full screen in browser?
      Hi, I'm new to Flash and known next to nothing about scripting either in Flash or in Java Script for a web page. What I'd like to do is as...
    5. When publishing a Director File to the Internet -- How do you make the browser open in full screen mode???
      I am trying to make my browser open in full screen when my director project is opened.
  3. #2

    Default Re: Full Screen App in web browser

    i found this: ..
    fscommand() can be used to direct Flash Player to go into full screen mode and
    .... should be executed in the standalone Flash Player and not within a web
    browser.


    //=====================

    some one have any ideas for my problems. ?

    Linh ??p trai Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139