punstc
09-10-2008, 06:41 PM
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
punstc
09-10-2008, 08:30 PM
i found an example of what i'm trying to do in AS1 and converted it to this
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')
}
i'm not sure i'm doing it correctly though because i'm getting an error that says 1021: Duplicate function definition.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.