A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: going from fullscreen mode to minimized via button

  1. #1
    Registered User
    Join Date
    Dec 2000
    Posts
    144
    I have a flash page that runs full screen and I would like to have a button in my flash movie that causes the browser window to come back into view so that people can resize it? is there a way to resize the browser window from with in flash?

    Thanks for any and all help
    Jason

  2. #2
    Senior Member
    Join Date
    Sep 2000
    Posts
    175
    you will need to call javascript that tells the browser the new size. It will be on click. put the code on the button.

    I'm not sure what the code looks like. search here for the fullscreen script and then just change the width and height. You can also look in dreamweaver how you will set the specific width of a html document, should work similiar, the only other thing is that you call javascript:

  3. #3
    Registered User
    Join Date
    Dec 2000
    Posts
    144

    Javascript

    do you know what the script would look like?

    do I have to put any script in the HTML page or do I put it all in flash,

    I quess I have to put some in both ? the function in the HTML page and then call the function from the flash button.

    you wouldn't know how this script might look would you ?

    I want to make the window about half sized?


    thanks for all your help
    jason

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center