Auto Popup To Fullscreen
Hi, I have my root index.html which holds a small small file size swf. instead of clicking that to enter or anything, i just want once the image is loaded to pop a new window that goes straight to fullscreen, with the code in the swf. Users do know it will be fullscreen so dont worry about that, but whats the code going to be? Thanks cuse
Ultrashock Forums > Flash > ActionScript
Posted on: 2003-08-14
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Auto Fullscreen?
Does anyone know of a way to have your SWF that contains a FLV start in Fullscreen mode automatically? Either by a javascript function or AS3?
Auto Launch Fullscreen Browser From A Timeline
I have seen the onclick scripts for fullscreen and the fullscreen projector ones.............but what I need to do is make a browser window that opens centered and focused and fullscreen on page loading by itself.
Can I launch a browser window at frame 0 with the same url and have it then close the window that started the launch automatically?
What is the easiest way? I have done it in frame 0 of a flash timeline but only for projector exes.
I would appreciate seeing the entire code which will work on the internet for browsers.
Thanks
FullScreen POPup Like THIS One
I'd like to know HOW to make a FullScreen like EGOMEDIA This site is Automatic loaded, but I know it can be called from a button. How can I make one Fullscreen like that site ??? automatic loading or from a button I don't care about it.. I'm workin on someone, but I don't know to make an EXIT or CLOSE button.
I'm using this script
on (release) {
getURL ("javascript:NewWindow=window.open('http://www.xorkun.com','newWin','width=400,height=300,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No, resizable=No,fullscreen=Yes'); NewWindow.focus(); void(0);");
}
But I can't close it just with the ALT+F4
Help With Auto Popup Please?
Hi there,
Thi is more of an html/java script question but perhaps one of you nice people out there might be able to help?
I have my main flash movie centred in an html doc, as is normal, but when people go to my url www.clubedition.co.uk I want two things to happen.
1) I would like my url to open in a window without any address bar or buttons etc.
2) I would a second window to pop up with an advert for my next event.
I cannot work out how to do either of these?
Thanks
Jonnie
Popup Fullscreen From A Projector
hi guys!
this is what i need to know:
I need help! I want to open a fullscreen browser from a flash projector.
this is why I need it (optional reading):
I'm making a CD of my portfolio. My exe file starts as soon as I load my Cd. But I need my next flash files in HTML fullscreen as I have to open pop up windows to contain quicktime files.
let me know!
nixthinx
Fullscreen Popup Window
Hi,
Ive got a big problem with a popup window that i want to launch from whitin a swf file. Ive got this code:
Code:
on (release) { getURL("javascript:var mypopup = window.open('site.html','Title','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1, fullscreen=no ,top='+eval((screen.availHeight - 300) / 3)+',left='+eval((screen.availWidth - 500) / 2));mypopup.focus();"); }
the popup works fine but n some browsers the popup is not in the center of the screen, and in some browser it is.. Is there a script that can popup a window that is allways nice in the center of the screen?? in any browser and on any pc??
thanx in advance!
Timon
FUllscreen And Popup Problems =(( .... (help )
ok dudes ... i got 2 problems at the moment .
I used the "fullscreen"script wich was on turtleshell.com since ages and it worked pretty well ... but this script only fullsized the swf-file in the browser .
What about the "real" fullscreen ?? (so that the browser disapears)
I never found a working script .. and now i need it badly.
Please post me a link ....thx in advance !!
The second problem is i guess, for the most of you a LOL-case :
What Java-script changes the behavior,property,position of a pop-up-browserwindow ???
For example i`ve seen a lot of nice HTML-pop ups wich looked very nice
and the size was unchangeble and stuff ...
please gimme a hint too on that =))))
seeyaallsoon ciao .....
Popup Window Infront Of Fullscreen
Im working on an interactive CD. What my problem is is I cant figure out how to make a popup window fit in front of and exe. fullscreen. Simply meaning that I want to have a small chromless window infront of a fullscreen. Any tips or hints would be greatly appreciated.
Fullscreen Popup Link From Flash
Does anyone know how I can make it so this link opens up a window that is fullscreen. I have tried using the javascript call within flash which can hit a function in the html page, but it does not like all the code I include after the link which is the string it needs to have to pass information. Right now I just have it opening a blank window with no specific size. I guess what I am asking is how do I place that whole link, including the entire string into a javascript window function that will call the function embedded in the html page and also allow that whole link and the string to be included in the url. I can get it to work when it is just the link, but if I try to add the string, it throws an actionscript error. Thanks in advance for you help. here is the code below.
Mike
------------------------------------------------------------------------
on (release) {
getURL("https://reservations.synxis.com/opbe/rez.aspx?hotel="+hotel.value+ "&arrive=" + date + "&depart=" + date2 + "&adult=" +adults.value + "&child=" + children.value + "&promo=" + promoCode.value + "&step=2&lang=1", "_blank");
}
Menu Bar In Fullscreen Popup Window
I guess what I'm asking it's obvoius and simple but I have trouble and I'm tired, so please help. I woudl like to have fullscreen pop-up window with menu bar only and I used a tutorial with java script coded by Chris (Launch Full Screen Windows)which is working wery vell, but I don't know how to change it. Is it possible? Or I need diferent code? Pehaps it should be in html?
Popup Window From Fullscreen Doesnt Pop
I have a html page with a flash intro. You click on enter and it opens a fullscreen page of the site (which is a html page with flash on it)
I then want a link on a page to open a new window, but it doesnt open, nothing happens
on (release) {getURL("javascriptpenNewWindow('wallpaper1.htm' ,'thewin','height=800,width=600,scrollbars=no') ");
}
i think it is something to do with being in a fullscreen window which uses the same pop up code? not sure really
Open Fullscreen IE Popup Window
Hi, I built a simple .fla file, with one button and the command below...
But, even using it as SWF, or .EXE the new IE window opens (not fullscreen) and closes in les then a second. I'm using Flash 8, what am I doing wrong?
Thanks in advance
Attach Code
on (release) {
getURL ("javascript:NewWindow=window.open('ShowPopup.php','newWin','width=1280,height=800,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=Yes'); NewWindow.focus(); void(0);");
}
Centered Popup / Fullscreen Issue
Hi!
I used the tutorial to create a centered popup window as explained in the tutorial below
http://www.kirupa.com/developer/mx/centered_popup.htm , and it worked just fine in IE and Thunderbird.
What i wanted to do next was to make that popup fill the entire screen, and I did that by changing the width and height values in the AS to screen.width/height, and that worked perfectly in Thunderbird, but it doesn't work in IE; anybody knows where did I go wrong?
PS. The status bar at the bottom of the window stays there no matter the value I assign it in both of the browsers; why is that?
Thx!
Auto Resize Popup From Flash MX?
Hi all!
I'm wondering if there is a way to autoresize a popup window from flash.
I'm working on a site wich has lots of photos with different sizes, the photos should popup on click and the window should resize to the original size of the photo.
Could this be done?
Thnxxx in advance!
Kisss
Bianca
Auto Maximize Flash Popup
Hey, in my site i have a button which when clicked opens a popup window, now i want this popup to self maximize to fullscreen, the FSC COmmand isn't working, is there something else i can try, help please very urgent! ...the URL to the site is www.orangestreet.net ...when you click on their logo on the HTML page, it opens the flash popup, how to make that self maximize?
Popup Auto Resize Upon Load
Hi all,
I'm working on a project that contains lots of photos with different widths/heights. When a thumbnail image within flash (which is a button) is pressed the popup will open a detailed image inside it. The popup should resize to the size of the photo loaded within it.
Any scripts/tuts out there to do this?
Cheers.
Flash Player Fullscreen Popup Problem :(
I'm sorry if this was already posted once. I been looking around for like weeks now. I'm having a problem with Flash Player 9 ( Full screen Mode on a Web Browser ) I love that you can enable full screen mode in a web browser, but theres something I don't like and I hope it gets fixed b/c I know Flash Player 9 is still a "Beta". For example youtube.com on any video if you have a video playing in full screen and you get a popup (spam) that full screen video turns off. Another one is that I have a dual screen monitor and if I enable full screen mode on the one monitor ( also in a Web Browser ) and I click on the 2nd monitor it also turns off the full scree mode.
The reason I need this to not happen b/c,I'm making this Application that my user's enables full screen mode in the web browser, and I don't want something like this to happen ever. The only way I want the to get out of full screen mode is just to hit Esc.
If anyone can help me I would be so happy!!
Thanks ,
Tim
Fullscreen Flash Popup, I'm Begging The Flash Comm
http://ferlan.110mb.com/Flash/newsplash1.html
This is a link some guy put together, which essentially does what I want.
which is....
Have a fullscreen pop up window, that has my flash file centered vertically and horizontally, that works on IE as well as firefox and safari....and doesn't have the 'click to activate' bug.
I have tried everything, and now I am so overwhelmed with javascript solutions, blocks of code, functions, getting close, only to fail....that I am begging the flash community at large to save me, and show me like I was a retarded kindergardener.
a mock up sample would be appreciated.
If (fullscreen, True) { Fullscreen, False } & Vice Versa
Heya,
on (release) {
if (fscommand("fullscreen") == true) {
fscommand("fullscreen", "false");
} else {
fscommand("fullscreen", "true");
}
}
this doesn't work in both directions.. it only makes fullscreen if it's not already. i have it on a button, which is meant to toggle fullscreen.
lil help ?
ta
FK
Button That Can Minimize A Fullscreen Flash Exe To Not Fullscreen
Hi!! I have a flash projector file that turns fullscreen. I have a quit button at the top of the presentation but i want to have a button that will just minimize it to its actual size incase people need to see there desktop. Anybody know script for something like this. I was trying something like:
on (release)if
fullscreen=true
fscommand("fullscreen", false);
if
"fullscreen=false
fscommand("fullscreen", true);
BUT IT DIDNT WORK!! any help would be awesome!!! thanks!!
[AS FLASH8] - Loading Fullscreen External SWF's Into A Fullscreen SWF
Hey guys, sorry if this gets confusing I'm trying to explain the best I can.
Here's what I'm having a problem with: http://golibersuch.com/c/mnsm3.html
What I've done is created a "fullscreen SWF" by using ActionScript to stretch a movie clip (yellow rectangle) in the background to fill the whole browser frame. The navigation is positioned in the upper left using ActionScript also; when the user resizes the window, positions are adjusted so the nav always stays in the upper left. (Adapting the technique from http://www.tutorialized.com/tutorial...retching/13567)
External SWFs are loaded from an XML file into a blank movie clip on a layer that is between the yellow background and the navigation (adapting the kirupa XML Photo Gallery). Here's my problem: I want to be able to create full screen backgrounds for these external SWFs so when they are loaded into the main SWF they cover up all the of yellow background of the main clip. Also if the user resizes the window, I hope like the main SWF, the background on the external SWF can also resize to match.
If you press next twice to get to item three for example, I want to be able to stretch that orange box to fill the entire background. You'll notice if you resize the window on the third item, the orangle rectangle will adjust, it's just not correct. Any ideas? Maybe I'm going about this wrong. If this helps, a zip of all related files including .fla can be found here: http://golibersuch.com/c/mnsm.zip
Thanks! Any input would be appreciated.
From 'fullscreen' To 'normal'. Fullscreen Still Active?
Hi,
I have a window that's set to fullscreen. I would like to open another window from there that's not fullscreen and lose the fullscreen window.
Actualy I'd like to skip the fullscreen so I put a javascript on the page:
window.open('theURL', '_blank');
window.close();
The URL is opened but in fullscreen. How do I get rid of it?
ThanX for any suggestions.
cYa,
Ivo
FLVPlayback Fullscreen When Stage Is Fullscreen?
Hello, a bit of a newb to AS3 but can't find any answers to this.
I have my stage set to fullscreen and Exact_Fit.
stage.scaleMode = StageScaleMode.EXACT_FIT;
stage.displayState = StageDisplayState.FULL_SCREEN;
I did this because I don't want any borders and I want the swf to fit the screen entirely. I have videos i am displaying using the FLVPlayback with a skin that has the fullscreen button. When I click the fullscreen button, the stage is made smaller, nothing happens with the size of the video. I also have the fullScreenTakeOver property set to false. If I have it set to true, the video loads fullscreen, which is not what i want, need it to load at the normal size (800 x 600).
note:: If I do not have the stageDisplayState = FULL_SCREEN, and I have fullScreenTakeOver = true, everything works fine but the stage is in window mode and does not take up the entire screen.
Any Help is GREATLY Appreciated!!
Thanks!
Auto Pop Up Window With Auto Close.
Hi Guys.
Im trying to open a html file.
When double clicked I need it to open the html file (open.html), then automatically open another centered pop up window, then automatically close open.html.
I have got it working but it asked me if I want to close down the window. yes/no.
script
.................................................. ............
<html>
<head>
<title>Untitled Document</title>
<SCRIPT LANGUAGE=JAVASCRIPT TYPE="TEXT/JAVASCRIPT">
function newWindow() {
newWindow = window.open('http://www.yahoo.com', 'newWin', 'width=400,height=525')
}
setTimeout("self.close()", 1000)
</SCRIPT>
</head>
<body onload="javascript:newWindow()" bgcolor="#FFFFFF" text="#000000">
</body>
</html>
.................................................. .............
Can anyone advance on this for me.
Cheers,
Shaun
[CS3] Auto-play/Auto-resume: Is It Possible?
Hi,
I'm making an interactive film. At certain points within the film, the viewer has the ability to select from a few options that will direct them to an external video clip (they are flashback scenes). The main story pauses when the user selects a flashback scene and I'm clear on how to achieve this.
However, my issue is that once the flashback scene ends and the external video closes, I'm not sure how the main story will resume. Is it possible for it to auto-play (resume) in some way? My last resort would be to have the viewer select a play button - this is only because I do not want a break in the narrative and want to limit the amount of clicks the viewer has to make.
Basically, I really just want to know if what I want to achieve is realistic without making the viewer initiate the action. Any suggestions and comments would be greatly appreciated.
Thanks!
Auto Submit/auto Counter
Hi, I know this is possible but I can't seem to find a script on how to do it.
I want it to have a counter for everyone who submits and at the end, it shows how many people did the flash game.
http://neebit.com/s?ab39540f21.swf (not totally done yet)
Have A Flv Not Auto-play But Still Auto-buffer?
I know in the flash video player component's parameters you can set autoplay to true or false, but can you make it so the video will buffer even if autoplay is set to false, and without the user hitting play?
I wan't no delay once they hit play, but they don't have to watch the video.
Auto-play/auto-resume: Is It Possible?
Hi,
I'm making an interactive film. At certain points within the film, the viewer has the ability to select from a few options that will direct them to an external video clip (they are flashback scenes). The main story pauses when the user selects a flashback scene and I'm clear on how to achieve this.
However, my issue is that once the flashback scene ends and the external video closes, I'm not sure how the main story will resume. Is it possible for it to auto-play (resume) in some way? My last resort would be to have the viewer select a play button - this is only because I do not want a break in the narrative and want to limit the amount of clicks the viewer has to make.
Basically, I really just want to know if what I want to achieve is realistic without making the viewer initiate the action. Any suggestions and comments would be greatly appreciated.
Thanks!
PopUp Window Help - Toggle Control Between Popup And Stage?
How do you toggle control between a popup window and the main timeline?
I have a button that opens up a pop up window. The popup window is going to contain some text instructions. I would like to have the text instructions visible and allow the user to control a movie clip on the stage. Unfortunately, right now once the popup window appears, the user can no longer control the movie clip on the stage until they close the popup. I'm using MX 2004.
Here is the code I have on my button - this creates the popup window (I got this from some other postings):
on (press) {
import mx.containers.Window;
var win = mx.managers.PopUpManager.createPopUp(_root, Window, true);
win.setSize(375, 262);
win.closeButton = true;
win.contentPath = 'text';
win.click = function() {
this.removeEventListener("click", this);
this.deletePopUp();
};
win.addEventListener("click", win);
}
This is my first posting, please let me know if I haven't provided enough information or if I'm going about this completely wrong. My project will not be posted on a website, it needs to be executed off of a CD so that's why I didn't use a getURL().
Popup Window From Flash, Making Everything Load In Just 1 Popup
I have a simple thumbnail gallery in flash.
When a user clicks a thumbnail, I want a popup to appear. I got this far... now for my problem.
Without closing the window that has popped up, if you click another thumbnail, ANOTHER window pops up so I decided to keep the name of the windows the same to prevent this.
Now... when you click on the thumbnails, everything loads in just the one window without popping up a new window everytime you click a thumbnail but... the popup window stays minimized or "behind the main window".....
any help would be appreciated, thank you!
Problems Openin Another Popup From An Existin Popup
helo.....
The first popup window is fine...
but when i use this method again on the swf in the popup to open another popup... it fail... y is this so????
Thankz alot for spendin time to go thru the script...
Script in flash...
------------------------------------------------------
on (release) {
getURL ("javascriptpenNewWindow('XXX.htm','popuppage',' width=430,height=90,top=0,left=0,scrollbars=no')") ;
}
-----------------------------------------------------
Script in html...
-----------------------------------------------------
<script language="JavaScript">
var newWindow
function openNewWindow(URLtoOpen, windowName, windowFeatures) {
newWindow=window.open(URLtoOpen, windowName,width=400,height=160, windowFeatures);
}
var height = window.screen.availHeight;
var width = window.screen.availWidth;
window.moveTo((width /2)-400,(height /2)-200);
</script>
------------------------------------------------------
Load Jpg Into Popup, Size Of Popup Based On Jpg?
How do I dynamically load an external jpg into a new popup, but with the popup size based of those of the jpg, so as to leave a 30 pixel border around the jpg???
I also want to dynamically put a short description of the photograph at the bottom.
Please help!!!
PopUp Window Gets Blocked By Popup Blockers
Flash CS3
Actionscript 2.0
I have text on the flash website that is being called from an external .txt file. The problem i'm having is that any links called from that .txt file is blocked by popup blockers upon clicking on them.
I have another popup window in the flash itself from on of the navigation buttons, and that one does not get blocked... but the ones in the .txt files do.
However with the design and the content of the flash, I really need that link to be in the .txt file.
Not really sure how i should go about resolving this.
Any and all help will be greatly appreciated, thank you
Auto-updater/auto-news Updater/journal..ect Whatever You Want 2 Call It..
i was wondering if anyone had an already premade auto-news/auto-updater/journal esque thing for flash?
Similair to these here:
http://www.pleistoscene.com/theatre.htm
skip the intro stuff [unless u want 2c it]
goto 1:00 and 11:00 i believe it is where the news &journal are..something like that..all they use is a flash document with a TXT file they simply upload.
I know you find stuff like this for News tickes, but im not looking for a ticker..something for my news portion of my site and a journal iam creating..this is the only site i knew of that had them.
any support is appreciated..thanks
.worm
Near Fullscreen Launch Without Fullscreen - How To?
Maybe someone can help: how to code a flash launch so that it takes up nearly, but not all of, the users' screen with a browser window?
I dislike flash that takes over the entire window opening fullscreen, this is hostile programming like popups ..
I'd like to be able though, to open the window nearly fullscreen, eg 10 pixel border, and minimize most of the browser bars, eg status window etc... ideas on how to code this?
much appreciated!
Popup Window From Flash, But Have Only 1 Popup
I have a simple thumbnail gallery in flash.
When a user clicks a thumbnail, I want a popup to appear. I got this far... now for my problem.
Without closing the window that has popped up, if you click another thumbnail, ANOTHER window pops up so I decided to keep the name of the windows the same to prevent this.
Now... when you click on the thumbnails, everything loads in just the one window without popping up a new window everytime you click a thumbnail but... the popup window stays minimized or "behind the main window".....
any help would be appreciated, thank you!
Firefox Saying Popup Block : But Its Not Popup
I've made simple flash document and added invisible hotspot to link to a website and put following code
Code:
on(press) {
getURL("http://www.site.net",
_blank, "POST");
}
when link is clicked firefox display message Popup blocked. I've seen many other site in which firefox don't display any popup message when we click in link how its possible? i've visited and clicked cnet.com flash ad which opens in new tab without any message. i want to make like that.
Next is my flash is not looping in firefox but looping in IE7. I'm using Flash MX 2004.
any suggestion.
thanks.
Custom Fullscreen Button VS Component Fullscreen Button
So, I have been playing around with fullscreen FLV movies. There is one thing that I notice that is irritating the heck out of me. When i use the fullscreen component, the video goes fullscreen and the video gets automatically smoothed out. When I use my own button to go fullscreen its all pixelated. I have some code to smooth it out, however it seems to eats ram like a fat kid who hasn't ate in days, especially on celerons.
The code i use to smooth the video is this
Code:
stop();
function startMe(event:MouseEvent):void
{
vid.skinScaleMaximum = 1;
vid.enterFullScreenDisplayState();
vid.getVideoPlayer(vid.activeVideoPlayerIndex).smoothing = true;
this.gotoAndPlay(2)
}
playinFull.addEventListener(MouseEvent.CLICK, startMe);
Does anyone know how to get the same results that the component uses, as it seems not to eat as much ram?
It also seems if i set the video player skin not to scale the interpolation gets lost on the video.
Openning A Popup From A Popup?
Hi,
I'm able to open a popup from a normal sized window but the code doesn't seem to work in a popup. Why????
This is what I used.
on (release) {
getURL ("javascript:window.open('" add url add "','" add winName add "','width=" add winW add ",height=" add winH add ",top='+((screen.height/2)-(" add winH/2 add "))+',left='+((screen.width/2)-(" add winW/2 add "))+',toolbar=" add tools add ",scrollbars=" add scroll add ",resizable=" add resize add ",menubar=" add menu add ",status=" add status add ",directories=" add directory add ",location=" add location add "'); void(0);");
}
Thanks
POPUP POP-UP Popup Pop-up >>the Easy Way
No scripting, just follow the links and do the tutorial
>center popup
http://www.macromedia.com/exchange/flash/
under the support info link:
Tutorial: http://www.geocities.com/p_shevlin/centerpopuphelp.html
or if you want to stay in tha house
http://www.flashkit.com/movies/Smart...64/index.shtml
[Edited by tputtemans on 10-12-2001 at 01:37 PM]
Popup Winthin A Popup
how do i create a pop up windwo within a popup window?
i used this code for the initial pop up window:
javascriptpenNewWindow('popup.html','thewin','heig ht=250,width=100,toolbar=no,srollbars=yes')
but when i put the same code on the button within that window what ends up happening is that the next movie opens in the same window
please help =)
Launch Popup From One Popup
Hi,
Sorry for this newbie question, but how i can open a new popup from a previous popup? I mean, I launch one popup and then from this popup I need open a new popup.For now the flash popup open the new inside the same window.
Thanks!
Popup Inside A Popup?
Hi.
I'm trying to do some popup windows from flash. Having a small problem.
Trawled the forums for a bit but didn't find anything of use to me.
I have a flash button inside of my main window which opens a popup window just fine. When I put a button inside the popup to try and get it to open yet another popup,
nothing happens. Am using the same function parameters, tried changing the window names and the function name, but it won't do it.
I'm not a flash programmer, so class structures, parent/child stuff etc. defy me.
Is there a simple way to do this?
My code is posted below:
Javascript:
<script language="JavaScript">
function openNewWindow(URLtoOpen, windowName, windowFeatures) {
newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}
</script>
<SCRIPT LANGUAGE="JavaScript">
<!--
function openWindow(url, name, w, h) {
popupWin = window.open(url, name,'width=' + w + ',height=' + h);
}
//-->
</SCRIPT>
Actionscript:
on (release) {
getURL("javascript:openNewWindow('http://www.mysite.ca/test.html','window','height=200,width=500,toolbar= no,scrollbars=no')");
}
Any help getting the buttons inside the popup to open another popup
is greatly appreciated!
cheers,
arno
Centre Popup Window / Title Popup Window
Hi
Can anyone help? I would like my popup window to sit centre of the browswer and have a title on the top can I define it within the following actionscript?
on(release){
geturl("javascript:window.open('myfile.html','winO ne','height=400 width=450');void(0)");
}
Thanks ravenotice
Fullscreen
I have see flash movies that automaticly go full screen, how do i do this?
Fullscreen
I hafta do this presentation for a class, and I was wondering if one of you could do it for me??? :-) Just kiddin. I already made it and have the projector movie, but when I click on it, it comes up on a little screen and I need it fullscreen. If there's a code for this, please let me know.
|