Show Flash movie full screen in browser?

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

  1. #1

    Default 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 follows:

    1. Have a fully Flash enabled site. In other words the WHOLE web page
    is taken up by the Flash movie, with various scrollable tex boxes,
    etc., showing what I want. You see several sites offering Flash
    templates and there's a option to go full screen with the demo of
    the template playing in a new browser window shown full screen.
    I LOVE that effect! I know, not everyone does, I do.

    2. Once the Flash files are preloaded with a typical preloader
    (I don't care what size the flash is at this point) I would
    like to have the Flash play in FULL SCREEN mode based on the
    browser's screen resolution. ie. If the user has his browser set
    to 800x600 then the Flash movie fills the screen at that size. If
    he has a 1024x768 resolution it would fill to that size and so on,
    all automatically. I know that's easy enough with Java scripting,
    for HTML,but I'm stumped doing it with Flash!

    3. Finally I'd like a button to exit to drop back, since lots of
    people get stuck if the whole screen is filled and they no longer
    have normal browser controls and don't know to use the right mouse
    key. I assume you could just throw in a get URL statement that
    would jump to an none full screen page.

    Anyway thanks for reading, would be greateful if anyone can help me
    out on this.




    Adam Albright Guest

  2. Similar Questions and Discussions

    1. 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 !...
    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. Slide Show Full SCREEN
      I haven't tried PSE's slide show and I will soon now (after I READ up on it...hope Andy is doing his reading assignments) Accidently I came up with...
    5. Full Screen QT Movie
      I have a quick time movie that will play in a Director MX project. I already have the movie controls (play, FF, etc.) I need to have a button that...
  3. #2

    Default Re: Show Flash movie full screen in browser?

    Adam:
    2.In version 5, if you put in your first frame (any layer) the following:

    fscommand("fullscreen", "true");

    you will get what you want.
    3. The button i what I would do.

    I am not sure how the same would work in next versions but I assume the
    same. I just opened my v.5 .fla with MX and it showed same action as in 2.
    Soplica

    "Adam Albright" <AA@ABC.net> wrote in message
    news:cbt5vv076ins9r04l2r7507jtil9ip55vh@4ax.com...
    > 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 follows:
    >
    > 1. Have a fully Flash enabled site. In other words the WHOLE web page
    > is taken up by the Flash movie, with various scrollable tex boxes,
    > etc., showing what I want. You see several sites offering Flash
    > templates and there's a option to go full screen with the demo of
    > the template playing in a new browser window shown full screen.
    > I LOVE that effect! I know, not everyone does, I do.
    >
    > 2. Once the Flash files are preloaded with a typical preloader
    > (I don't care what size the flash is at this point) I would
    > like to have the Flash play in FULL SCREEN mode based on the
    > browser's screen resolution. ie. If the user has his browser set
    > to 800x600 then the Flash movie fills the screen at that size. If
    > he has a 1024x768 resolution it would fill to that size and so on,
    > all automatically. I know that's easy enough with Java scripting,
    > for HTML,but I'm stumped doing it with Flash!
    >
    > 3. Finally I'd like a button to exit to drop back, since lots of
    > people get stuck if the whole screen is filled and they no longer
    > have normal browser controls and don't know to use the right mouse
    > key. I assume you could just throw in a get URL statement that
    > would jump to an none full screen page.
    >
    > Anyway thanks for reading, would be greateful if anyone can help me
    > out on this.
    >
    >
    >
    >

    Soplica 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