View Full Version : Large Pop up
VoS
March 2nd, 2005, 10:04 AM
Hey.
I was wondering how you launch a popupwindow so that it goes fullscreen and only has the close minimize and restore functions left in the right corner.
(if no way in flash javascript will do too)
Thanks
//VoS
2nd day
March 2nd, 2005, 10:06 AM
do you mean something like this?
on(release){
fscommand("fullscreen", true);
}
good luck :cowboy:!
VoS
March 2nd, 2005, 12:04 PM
do you mean something like this?
on(release){
fscommand("fullscreen", true);
}
good luck :cowboy:!
thats not workin
=(
tried sumthing like this
no effect
if(!wwwwwww){
www=0;
}
p3.onPress = function(){
fscommand("fullscreen", true);
www=www+1;
}
qwe.onPress = function(){
fscommand("fullscreen", false);
www=www-1;
}
just to clarify what it is im looking for ...
I want to click a button and by doing so launch a pop up which covers the users screen.
I dont want the standard toolbars to be there just the x and the other 2 buttons in top right corner
Thanks
//VoS
Joaquin_win
March 2nd, 2005, 01:51 PM
fscommand wont work on a web browser, use actionscript for launching a pop-up
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.