View Full Version : getURL & projectors
wyclef
05-10-2004, 03:28 PM
Is there a way to make sure getURL launches the browser window in front of the projector?
CyanBlue
05-10-2004, 03:49 PM
freeMX in Windows projector... :)
Search the forum and you'll find a couple of good threads that deals with it...
Not sure about the Macintosh though...
wyclef
05-11-2004, 10:29 AM
can someone check to see if using getURL with _top in a fullscreen projector opens up the browser window in front?
CyanBlue
05-11-2004, 10:35 AM
Um... http://www.w3.org/TR/html401/types.html#type-frame-target
_top
The user agent should load the document into the full, original window (thus canceling all other frames). This value is equivalent to _self if the current frame has no parent. How does the _top has anything to do with what you are trying to do???
wyclef
05-11-2004, 12:22 PM
It doesn't.
wyclef
05-11-2004, 12:22 PM
Would something like this work?
url = http://www.site.com;
OnRelease(){
getURL(url, _blank)
selection.setfocus(url)
}
Can anything focus in front of a fullscreen projector on a PC?
CyanBlue
05-11-2004, 12:28 PM
Um... I have already told you about the 'freeMX' which should do the job...
Did you or did you not try that one??? :(
vBulletin® v3.7.1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.