A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Problems with Javascript & Fscommand for popUP

  1. #1
    Senior Member
    Join Date
    Apr 2001
    Posts
    211
    I have been trying to figure this out for a while and I am getting frustrated. It seems like it would be simple but everything I have tried has failed. All I want to do is create a PopUp window with my flash site on it from an HTML page. I have tried FSCOMMAND and JAvaScript. I have no problem creating a Pop Up window within flash with the easy Open New Window command (_blank), but I want to have a Pop up window with no toolbars. So I followed the macromedia tutorial on how to do this at:http://macromedia.com/support/flash/ts/documents/popup_windows.htm
    I followed the direction exactly for the second and third tutorial. I just created a simple flash movie with one button on it. I put the code in for the action of the button and the complimenting code on the HTML page. When I previewed it in the browser, the button came up, I clicked on the button, and nothing happened at all. I am using IE, so the second tutorial may not work, so I tried the FS command and it still didn't work. Please help, I have been at it for a month now.

  2. #2

  3. #3
    Senior Member
    Join Date
    Aug 2000
    Posts
    309
    little confused refridge - do you want to popup a window from a flash movie or just plain html??

    cya
    henry

  4. #4
    Senior Member
    Join Date
    Mar 2000
    Posts
    116
    getURL("javascriptopUp()");

    BAM!

    Just make sure there is a popUp() function on the page containing the flash.

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