A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: FS "quit" command from Flash to htmlpage

  1. #1
    Junior Member
    Join Date
    Nov 2000
    Posts
    2
    Does anyone know how to make a button in a Flashmovie work in the webbrowser? The button is set to close the projector (FS Command "quit")with the flashmovie that is openend from an ordinary htmlpage.

    All I want to do is close the projector popupwindow by clicking on the button in the swf-flash. I know I need some kind of Javascript in the htmlpage and I´ve tried the "closeWin" function, but with no sucess.

    Does anyone know the function to envoke in the html-page?

    need help...

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Posts
    1,317
    on (Release){
    get Url("javascript:window.close()","")
    }

  3. #3
    Junior Member
    Join Date
    Nov 2000
    Posts
    10
    ...and what is the lineof javascript that is needed in the html page?

    thanks

  4. #4
    Senior Member
    Join Date
    Aug 2000
    Posts
    1,317
    don't need any

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