Full screening my Flash Page. How?

Ask a Question related to Macromedia Flash Sitedesign, Design and Development.

  1. #1

    Default Full screening my Flash Page. How?

    I'd like to full screen my flash page but have had no luckl figuring out how
    to get my page to recongize individuals resolution any help.

    Mike




    Aretha Samson Guest

  2. Similar Questions and Discussions

    1. Printing full page
      Hello, we have a grid, witch is not bigger than a print page. When we try to print the grid,only the part that is visible in the application is...
    2. Printing ppt to .pdf format in full page
      Newbie here... I would like to be able to print Powerpoint shows into Acrobat...I understand that there is a certain level of Acrobat needed to be...
    3. Screening doesn't seem to work properly
      According to the documentation, a black color screened over some base color (using the "Screen" transparency setting) should show the base color...
    4. #23653 [Fbk->NoF]: Full page can't displayed.
      ID: 23653 Updated by: sniper@php.net Reported By: rahuld at cybage dot com -Status: Feedback +Status: ...
    5. #23653 [Opn->Fbk]: Full page can't displayed.
      ID: 23653 Updated by: sniper@php.net Reported By: rahuld at cybage dot com -Status: Open +Status: ...
  3. #2

    Default Re:Full screening my Flash Page. How?

    If you mean that you would like to create a page that will auto size to any resolution so would I, could someone help us please?


    The East Coast Guy webforumsuser@macromedia.com Guest

  4. #3

    Default Re:Full screening my Flash Page. How?

    Hi

    Check out [url]http://www.flashkit.com/movies/Smart_Clips/Easy_Pop-Phil_She-5664/index.php[/url]

    This smart clip is a quick way to do it. If you use the full screen popup, make sure you put a close window button in - sounds a basic thing to remember but you would be suprised how many times it has been missed!

    The other thing to remember is that if you want it to fit regardless of screen res, use the 100% publishing option - if you are working based on a 800x600 res, then I suggest publishing at best quality as that takes the edge off some of the loss of image quality when viewed on a higher res screen.

    If you need to do it just on flash so it works as a projector as well use this line of code as an action in the first frame (cut and paste below) - this will make the swf full screen.

    fscommand("fullscreen", "true");

    Hope that does the trick.



    Noggin The Nog webforumsuser@macromedia.com 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