Windowless Flash Projector?
Windowless Flash Projector?
Out of context: Reply #5
- Started
- Last post
- 20 Responses
- sureshot0
have you tried this
getURL("javascript:functionName...
code:
function runChromeless(url,wid,hei) {
getURL("javascript:window.open... wid + ","+ hei + ");this.moveTo((screen.width-"+ wid + ")/2,(screen.height-"+ hei + ")/2);this.focus();this.location... url + "\\'','test','fullscreen=1');voi...
}in your maintimeline: _root.runChromeless("http://www...
?