View Full Version : help needed to open window from projector
rperez
05-13-2004, 09:53 AM
Hello all. I'm definitely a newbie. I'm having problems trying to get a button in a projector movie to open a separate fixed browser window webpage. Can anyone help? there are tutorials everywhere to open windows from a flash embedded in an html file but I could not find any help with projector exe files. Can anyone help me please? I bake good cookies.
ChrisEvans
05-13-2004, 10:14 AM
Click the button. Press F9. Now in the action script type:
on(release) {
getURL("http://www.url.com/","_blank");
}
That should work. I think we're talking about the same thing. :)
rperez
05-13-2004, 10:35 AM
thanks chris. I can use this but what if i want to set specific dimension sizes to the browsers? I know that this uses javascript that would have to be embedded in the html between the <head></head> tags. However, the projector isn't embedded. do I just put the javascript in the first frame of the Flash Movie?
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.