A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: close application from full screen >????

  1. #1
    hi friends
    i have movie on flash and i save it on flash 5
    and i dont know comment for close the player in flash 5
    or to go to other site with normal screen
    if you want to see it its on full screen and the problem
    is on the exit on this adress

    http://www.mp-yaad.co.il/nareo

    I need to close the player but i dont know
    how to do it on flash 5
    only in flash 4
    ty for you help
    ilan


  2. #2
    Junior Member
    Join Date
    Sep 2000
    Posts
    18
    <p>Ilan, check out this this link, I think it is what you need:<br>
    <a href="http://www.moock.org/webdesign/flash/closewindow/index.html">http://www.moock.org/webdesign/flash/closewindow/index.html
    </a></p>
    It acts a little differently if you change it to:<br>
    BODY ONLOAD="opener.focus();self.close()"

  3. #3
    Originally posted by dullgrey
    <p>Ilan, check out this this link, I think it is what you need:<br>
    <a href="http://www.moock.org/webdesign/flash/closewindow/index.html">http://www.moock.org/webdesign/flash/closewindow/index.html
    </a></p>
    It acts a little differently if you change it to:<br>
    BODY ONLOAD="opener.focus();self.close()"

    ty man you help me alot




  4. #4
    hi
    you can look if you want
    on the solotion that you give
    me , but as you will see
    it didnt close all the web it leave
    somthing open
    on this adress
    http://www.mp-yaad.co.il/nareo

    ty

  5. #5
    Junior Member
    Join Date
    Sep 2000
    Posts
    18
    Ilan, You can close the opener page as well, by closing instead of focusing:
    BODY ONLOAD="opener.close();self.close()" --- or better yet closing it from your screen_1.htm (BODY ONLOAD="opener.close()") so it isn't hanging around behind the fullscreen, then just closing screen_1 when the time comes...
    problem is, the last browser window will question your ability to do so by prompting the user to whether they want the window to close (to prevent malicious behavior).

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