Fixed pop-ups on Macs...
Fixed pop-ups on Macs...
Out of context: Reply #6
- Started
- Last post
- 13 Responses
- benversion0
i have a flash movie that opens other flash swf as pop up windows. (not my idea lol). but anyway they working fine but on the mac the pop up windows can still be resized and the client isnt happy with this. this is the script i used for the pop ups: on (release) { getURL("javascript:NewWindow=win... NewWindow.focus(); void;"); }