all groups > flash actionscript > october 2006 >
You're in the

flash actionscript

group:

Window Order with Fullscreen Projector file


Window Order with Fullscreen Projector file sumitb555
10/25/2006 8:17:54 PM
flash actionscript:
For Actionscript 2.0

I have a projector exe which is invoked full screen.

In the exe I have a button which invokes a URL using the getURL command. This
link gets invoked in the browser window in the background and since the
projector exe is playing fullscreen I dont see the browser.

I am looking for a way to invoke this url so that it gets invoked on top of
this window(in front of this window in terms of window order). see code below...

this.createEmptyMovieClip("loader_mc", this.getNextHighestDepth());
fscommand("fullscreen",true);
loader_mc.getURL("http://www.macromedia.com", "_blank");


The :clock; is ticking
Re: Window Order with Fullscreen Projector file FlashJester Support Team
10/26/2006 2:19:25 PM
Yes this is possible by using third pary tools.

Read this and look at the example provided.

http://www.flashjester.com/?section=faq&cPath=14_56_22#209


--
Regards
FlashJester Support Team
e. - support@flashjester.com
w. - http://www.flashjester.com

There is a very fine line between "hobby" and
"mental illness."

Re: Window Order with Fullscreen Projector file Denise Hambrick
2/21/2007 4:37:53 AM
Try this. It worked for me.

getURL("http://www.adobe.com", "_self");

AddThis Social Bookmark Button