PDA

View Full Version : Displaying my movie in a browswer


Newbflash
04-25-2003, 01:06 AM
Hi folks.

I wonder if anyone can help me with a little problem?
I'm trying to get the browser displaying my MC to open
full screen (not maximised).

I know it can be done, but how?

Any help would be gratefully accepted.

Thanx.


That was a Newbflash.:confused:

Warrior
04-25-2003, 06:56 PM
Put this code on a button in your Flash movie and change the URL with the one you want,

on (release) {
getURL ("javascript:NewWindow=window.open('http://www.google.com','newWin','width='+screen.availWidt h+',height='+screen.availHeight+',left=0,top=0,too lbar=No,location=No,scrollbars=No,status=No,resiza ble=No,fullscreen=No'); NewWindow.focus(); void(0);");
}

Hope that helps :cool:

pellepiano
04-25-2003, 06:57 PM
True fullscreen only works on Windows IE.

For javascript codes to open various PopUp windows from Flash....( including FullScreen and Shake and resize and.....)

www.flash-db.com/PopUp