A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: From full screen to close to browser

  1. #1
    I have flash movie in full screen
    I have an exit button to exit from
    The movie the problem is the when I click the exit
    Button its didn’t close , its just close the full
    Screen and live a white and empty page !!!
    I use the close.html
    <BODY ONLOAD="self.close()">

    I just want to close that movie
    http://www.mp-yaad.com/test

  2. #2
    Junior Member
    Join Date
    Sep 2000
    Posts
    18
    Hi ilan,

    The only way I know to open a new browser window (in this case fullscreen) is from within another page just like you did. I have two suggestions:

    First, you might want to have the flash movie play in 100% of the browser area space instead of opening a new browser window in full screen mode. For this, set the margin spaces for the webpage to cero (<BODY leftmargin="0" topmargin="0" marginwidth="0" marginheight="0") AND set the movie width and height to 100%. The movie will take the shape of the browser window. You can see an example of this from a site that I designed. Please take a look at the intro and send me some feedback. The URL is:

    http://www.strykerpuertorico.com/

    Second, you can call a JAVASCRIPT subroutine from within flash and close all the windows you want from within the page containing the subroutine. You can find more help about how to do this in the examples found on the Macromedia® Flash distribution CD-ROM or from Flash Kit tutorials.

    PS: Calling close.html as you defined it is not professional and may lead to different results from browser to browser.

    Hope that works!

  3. #3
    hi thak you for you answer
    i think you didnt understand me .:-(
    i need to have full screen not like you have
    if you go to my web you see
    http://www.mp-yaad.com/test
    p.s
    i been in you web how you make the fraim in flash ?
    thank you
    ilan
    29212553
    icq number

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