Please Help: Regarding Popup Window from Flash button.
Fist of all I would like to thank you for your tutorial in Flashkit.com, very helpful. I’ve got everything to work fine from my local environment ( C:\drive), however, when I post to my Beta site, the popup does not work. Would you kindly show me what the issues might be? I’ve tried almost everything…and have to resort to your expertise. Here’s the code you’ve provided, and I’ve tried this code and it works fine on C:, but not when it’s live -Thank you in advance.:jail:
on (release) { //customize the window that gets opened // 0 equals NO. // 1 equals YES. address = “http://www.kirupa.com/modular/pop-up.htm”; target_winName = “kirupa”; width = 400; height = 300; toolbar = 0; location = 0; directories = 0; status = 0; menubar = 0; scrollbars = 1; resizable = 0; //sends data back to the function openWinCentre(address, target_winName, width, height, toolbar, location, directories, status, menubar, scrollbars, resizable);}