is there a way to open up a new window from flash that hides the tool bars. I don't know much about javascript or using it with flash. I want to use it as kind of a pop up for a media player.
thanks for the help
is there a way to open up a new window from flash that hides the tool bars. I don't know much about javascript or using it with flash. I want to use it as kind of a pop up for a media player.
thanks for the help
i found an example of what i'm trying to do in AS1 and converted it to this
i'm not sure i'm doing it correctly though because i'm getting an error that says 1021: Duplicate function definition.Code:function goto(e:MouseEvent):void { navigateToURL(new URLRequest("javascript:fixedSize('http://ww.apple.com', '', 'menubar=0, tollbar=0, scrollbars=no, resizable=0, width=800, height=600')"),'_self') }
Bookmarks