GetURL() Fullscreen Projector
I know this has already been asked, but FKs search function doesn't want to work anymore...
I'm creating a fullscreen projector movie. From this movie I want to launch a pdf, so I used getURL, of course this opens the browser behind the fullscreen projector. How do I get around this?
Thanks.
_t
FlashKit > Flash Help > Flash ActionScript
Posted on: 03-11-2005, 04:17 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
My Fullscreen Projector Hide The Dialog Box Opened By The GetURL Command
I built a Flash projector (launched on an autorun CD-ROM) and I use fscommand("fullscreen", "true"). Then I use getURL("filename.exe") to download a .exe file, but the dialog box (opened by the getURL) is hidden by the fullscreen window's projector !!
HOW TO LET THE fullscreen window's projector behind the dialog box ?
Thanks.
I use Flash MX 2004 Pro (v7.2) on Windows XP Pro SP1.
My Fullscreen Projector Hides The Dialog Box Opened By The GetURL Command
I built a Flash projector (launched on an autorun CD-ROM) and I use fscommand("fullscreen", "true"). Then I use getURL("filename.exe") to download a .exe file, but the dialog box (opened by the getURL) is hidden by the fullscreen window's projector !!
HOW TO LET THE fullscreen window's projector behind the dialog box ?
Thanks.
I use Flash MX 2004 Pro (v7.2) on Windows XP Pro SP1.
Projector Fullscreen
Does anyone know if it's possible to make a Projector file go fullscreen, without losing the title bar and buttons at the top?
Fullscreen Projector
hi,
i am using a projector in fullscreen.
is there a known problem with fscommands in fillscreen?
if i start an exe, bat or geturl the projetor always quits fullscreen.
what's that?
thanks
How To (run Projector Fullscreen)
i have a question here. I recently created a flash animation. i've set the dimension of the animation at 800 x 600 pixel. my desktop resolution is 1024 x 768 pixel. the problem is that i wanted to run my animation in full screen automatically everytime i open it. anybody know how to do that?? (i've published my animation as Windows Projector file with the .exe extension.. and i use Flash MX)
Mac Projector Fullscreen Bug
At this point I am just asking to confirm because I have a very ticked off client:
Does the Flash MX 2004 Mac Projector still have the problem of killing the fullscreen if another movie is loaded into _level0? Even if that movie has a "fullscreen=true"?
All the resources describing this bug were dated at least 2 years ago (With my favorite quote: "Hopefully Macromedia will resolve this issue soon") and I wanted to hear a more recent answer. I apologize if I missed the thread on US that answers this question - I did search for it first.
It looks like I get to recode a 400 Meg CD. Any light anyone can shed on this problem would be, by me, appreciated.
Thanks.
Can A Projector In To A CD Open A Url On Fullscreen?
Hi there!
Im developing a presentation for a cd with an autorun, so i have convert the swf file in to a exe file, the rest of the information i have developed in to an html format so ia want to open a local URL on the cd on full screen , i´ve tryed this but i have no results
On (Press)
Get URL ("index.htm")
Set Variable: "fullscreen" = "True"
End On
can anybody help me?
Salud
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 Projector Problem
Hi there !
I have made a projector which opens in Fullscreen and in my movie I have links to PDF files (many files).
When I click to see the first it works ok...
If I don't close the pdf and click on the next link then the file won't show because it is loaded behind the fullscreen projector.
...after that everything stops working !
Is there any way to make them all open in front of the fullscreen projector ?
Any solution to this ????
Thanx in advance !
Projector Fullscreen To Showall
Hey,
I'm having a problem with the projector to automatically showall. At the moment I have the published file going to fullscreen via fscommand when opened however its not showing all, its sitting at 100% and basically not resizing to fit the screen.
Can anyone help, be much appreciated.
Fullscreen Projector With No Distortion
Anyone one have any ideas on how to make a full screen Projector file that wont distort depending on a users screen resolution?
I have a bunch of sales reps that want to use a cd-rom sales tool built in Flash. Should I build it at a fixed size, or use a full screen fscommand. How do I aviod strech.
Thx
Todd
Pdf Loading Behind Fullscreen Projector
Hello,
I would be grateful if somebody could give me some advice on the following problem...
I have created a fullscreen Flash projector which loads an external pdf file when you click a button.
The button has the following script on it:
on (release) {
getURL("mypdffile.pdf", _blank);
}
My problem is that on windows XP the pdf browser window loads behind the fullscreen projector, so the user doesn't get the chance to see it. On windows 2000 the browser loads correctly in front. How do I make sure that it always loads on top of the projector?
Any ideas?
Thanks!
Projector On Fullscreen Troubles
Let's say we want to send away a a portfolio as a projector(*.exe) file.
Know someone opens the file and can see the movie in the exact resolution, but with his desktop or whatever in the background, so he will use fullscreen button on the right corner of the movie, wo that jpegs and pixelfonts will blur...
can i force the projector to use 100% view instead of the view all? so that the movie doesn't change his resolution?
thanks to all
Fullscreen Projector File,
can anyone help,,, I need to create a full screen presentation but I don't want my 800x600 movie to be stretched to the size of whatever screen is viewing it. What would be ideal is a white boarder placed around the movie to the size of the screen.
Many thanks,
Problem Going Fullscreen On Projector
I am loading several movies with the flvplayback component at the same time but when the projector goes full screen Flash seems to be picking up the first video it finds and only showing that fullscreen and nothing else.
I have Flash CS3 and I am using actionscript 3.
I am using:
Code:
fscommand ("fullscreen", "true");
fscommand ("allowscale", "false");
fscommand ("showmenu", "false");
Kiosk, Mac Projector FullScreen
I've created a mac projector and it goes fullscreen but you still see the application window. How can I make a mac projector NOT show the application window and just go entirely fullscreen? This doesn't happen with a windows exe file nor with .swf. The file runs faster and smoother as a projector so finding a solution to this would be ideal.
Thanks!
Edited: 08/30/2007 at 09:24:15 AM by scitekmike
Fullscreen Video In Projector
Hi!
Are buildning a stand-alone flash application CD-ROM use.
The application contains video (720*405) and i want it to be able to play fullscreen.
I've seen a few scripts for this but as I can see the basic idea is to manually resize the video (no command for fullscreen).
I use these lines;
myVideo.maintainAspectRatio = true;
myVideo.setSize(System.capabilities.screenResolutionX,System.capabilities.screenResolutionY);
The result is full width and almost full height (I have 4:3 monitor). I want to maintain aspectratio ...
I also want the space on top and on the bottom to be black so I create 2 moviclips and fill them with a black box.
My question is if this is the best/most optimal way. I quess it demands a lot of CPU and memory. Have read that Jugglor handles the cashing problems, is that true?
/E
Problem With Projector And Fullscreen
Hi,
Can anyone confirm a problem with fullscreen in the latest player 9,0,115,0:
When I use getURL to launch a browser window, or make an exec call with
fscommand, the standalone projector jumps out of fullscreen.
quote:fscommand("fullscreen", true);
and
quote: on(release){
getURL("http://www.mylink.com", "_blank");
}
I'm using CS3.
Any ideas?
Fullscreen Flash Projector
Hello everybody.
I used to make fullscreen Flash websites, using 100x100 width/height and "No Scale" on Publish Settings.
Everything is ok on a browser, since I can position elements using relative coordinates for liquid layouts.
Now I have to make a fullscreen standalone .exe projector.
To get fullscreen I use fscommand("fullscreen", "true") on the first frame and it works.
The problem is:
If I create a 1024x768 Flash movie, even with 100x100 and "No Scale" activated, the movie remains at 1024x768.
So, if I trace stage.stageWidth and stage.stageHeight, those remain respectively at "1024" and "768", but I need for the movie to get the max width and max height available on the system.
In the browser it happens automatically, but in the Flash projector it doesn't.
*** So, how can I get the movie to match the exact size of the screen where it runs? ***
I've tried with Capabilities.screenResolutionX and Y but there is no way (and I think it's normal) to set the stage.width and stage.height properties on runtime.
Thank you.
Windowless Non-fullscreen Projector?
Hi.
1) Is there any way to create windowless non-fullscreen projector with Flash CS3?...
2) Or even better "masked" projector applications (where the window will be able to take any shape depending on a mask, and not only rectanlge shape)?
3) Or at least any way to change the title of the projector's window? ...
Or we are "doomed" with every non-fullscreen projector application to suffer from the "Adobe Flash Player 9" window title?.... :/...
Projector - Fullscreen Question
Hiya,
After reading the tutorial on this http://www.kirupa.com/developer/flas...orcommands.htm I'm not exactly sure where to put the syntax. Ive tried playing around with it on the firsk keyrfame of the movie but that didnt work. Can anyone explain this - sorry for being dumb!
Many thanks!
andy
Fullscreen In Windows Projector
Hey,
I have a Flash presentation I want to autorun in full screen mode. I set this using StageScaleMode.FULL_SCREEN, and it works fine if I run the swf file. However, the exe file opens a blank full screen, and only when I exit with ESC does it show the actual movie in a regular window. Why?
Projector - Fullscreen Question
Hiya,
After reading the tutorial on this http://www.kirupa.com/developer/flas...orcommands.htm I'm not exactly sure where to put the syntax. Ive tried playing around with it on the firsk keyrfame of the movie but that didnt work. Can anyone explain this - sorry for being dumb!
Many thanks!
andy
Fullscreen Flash Projector
Last edited by jassh : 2003-10-18 at 19:28.
okie dokie...
anybody want to know how u can make ur flash projector file
stay at the same size and centered even if it was in full screen (Ctrl + F)
and if that is possible.. want to know how,
when someone launches the projector file (.exe),
ity will automatically go full screen...?
is taht even possible??
answer coming right up..
Fullscreen From GetURL?
Is there possible to link to a window that will open in fullscreen, only by using flash/actionscript??
I know how to do it with javascript, but need to do it from flash.
Hope someone can help me, Thomas.
GetURL Fullscreen
When I use the GetURL command to open a web page from within flash the browser opens the screen minimised. I was told that this can be done via javascript. Is there a way of doing it without?
Thanks for any help.
GetURL + Fullscreen
I have an swf that runs in full screen mode. In the bottom right of the swf, I have a button that links to a website. The problem is, since the swf is running in fullscreen, when you click on the button, you do not see the webpage load until you have closed the flash movie.
Is there a way to make the webpage load on top of the swf?
Thanks in advance
FullScreen HTML Pop-up From Flash Projector.exe
Please help. I am trying to launch a fullscreen html page from a flash projector file. Reason for this is that I have a cdrom project. When the auto run launches the projector runs in full screen mode. When I geturl from the projector an html page pops up no problem. Problem is the viewer has access to the taskbar. If the viewer clicks down to the projector movie from the taskbar it goes back to the projector and the html page is now behind the movie. Now they can no longer launch new browser windows in front because they now pop up behind. So I thought to solve this I would launch a fullscreen html page with a close window option, but I can not seem to figure how to do this from a flash projector file. Any help would be great. Thanks in advance.
Aloha.....................
Center A Loadmove Swf On A Fullscreen Projector
What I need to do is make a full screen background that loads a fixed size 800x600 movie that is always centered to background no mater what size monitor it is view upon. So if it is 800 x 600 monitor, it is fills the screen, but if it is a larger monitor, the movie does not enlarge, is just centered in the bigger background.
What is the Actionscript for the loading projector file?
Thanks, Mike Stewart
AutoMatic Fullscreen In Flash Projector?
Is it possible to make a flash projector file automatically play full screen? I created a CD to autostart the projector file, now I need it to take up the entire screen by default. SHould I do it through action scripting (and how?) or through the .exe projector file?
Thanks for your help
Please:Browser Opens Under Fullscreen Projector
Please!!!
i made a fullscreen projector. I have a geturl action that opens
a web page. I the browser is no open, then the page opens on top
of the projector. However, if the browser is already opened, the web
page appears under the fullscreen projector! Is there a way to always
open on top?
Thanks so much...
Jack
FullScreen Projector File With Video At 100%
Hello fellow FLASHERS. I need help to get a projector file running that includes video. Here is the problem: I need to cause the projector to run FullScreen without scaling the video file. I have the Flash files set up as two separate documents. In the file #1 I have my content and the navigation that will control the entire presentation. In file #2, I have the imported QuickTime movie which is imported and embedded in Flash, not as an external QuickTime. The QuickTime movie needs to stay at 640 x 480 no matter what size a person's monitor may be. My source Flash file (#1) is 800 x 600. For example: if the monitor is 1600 x 1200 the main Flash file (#1) will scale 200%. I have actions set up to loadMovie #2 into _level1 (the Flash file with the Quicktime imported). I don't want it to inherit the scale property of the host Flash file (#1). I tried to use a blank movieclip with an instance name of Scaler in the #1 file and check its _xscale to see if it had been scaled and then load the appropriate one of several versions of the SWF with the QuickTime embedded. The only problem with doing it that way is that I have to make 4 versions of the movie: 800x600; 1024x768; 1280x1024; 1600x1200 so that the #1 file will have all the options to load the correct movie. I have had success in getting this to work by calculating the scale factor into the varoius sized versions of the movie and making the embedded QuickTime movie smaller. (In the above example I had to make the 640 x 480 movie 320 x 240 and set the center of the movie in a file that was 1600 x 1200 to 400 x 300. I know I am probably not explaining this very well, but if you have questions please post and I will watch the boards closely. --- THANKS!!
[F8] Locking Fullscreen Projector Mode
Is there a way to lock the fullscreen mode of the projector (standalone app) ?. I have a touchpanel interface which works to what is similar to a kiosk mode, and the client would like to disable the functionality that allows the user to move to a windowed mode, and keep it full screen at all times.
Instead, they would like the user to explicitly press a "quit" or "logout" button so that the action can be tracked and logged as to who quit and when they did it (server side communication between my app and the server will handle that).
I was figuring on using the fscommand to quit off the button event but only after I throw up an 'are you sure ...' type of deal.
Any help would be appreciated, Thanks.
Flash Projector Fullscreen Problem
I'm building an interactive touch screen display for a client, using Flash CS3 under Vista 32-bit and 64-bit.
A projector -- the entry point to the application -- is set to go into fullscreen mode at load time (using fscommand) and works fine. It calls a SWF which is essentially a menu - a gateway to other menus, videos and slide shows, all in SWF form, that are called from this first menu or from within other SWFs.
Problem is, the intro screen runs fine, and the first SWF it calls runs fine, but the next layer (called by the first SWF) show a black screen on load. Escaping to windowed mode lets them work perfectly, but that would defeat the purpose of the entire project, which is to have the thing run as a full screen application from which the viewer can't escape without a keyboard.
Anyone with any experience on this kind of thing? Pointers to sources of good data also welcome.
Thanks!
Flash FullScreen Projector [fscommand]
Hi
I have a flash animation that when f is pressed is goes to full screen when converted to a projector file, but i want to go to fullscreen as soon as it is loaded.
So i just put the fscommand("fullscreen", true) into the first line of a layer, and when it loads it goes to full screen but the top title bar remains, how can i remove the title bar?? Its not displayed in the f key version
Thanks
Fabio
original f keypress behaviour
on (keyPress "f") {
if ($$fullscreen == true) {
fscommand("fullscreen", false);
$$fullscreen = false;
} else {
fscommand("fullscreen", true);
$$fullscreen = true;
}
}
Projector Fullscreen Movie Sizing, What's Best?
Is there an optimum screen size to work to when making a flash fullscreen projector movie? Is there a ratio that fits all? I used to use Director and I think it was 640x480 but not sure about that, any help appreciated.
Browser Window And Projector Fullscreen
Hi everybody,
I have a projector that I play fullscreen on Mac and on Windows.
In the projector I have links that open websites in a web browser window. When I play the projector on Mac, the browser window opens in front of the Projector's window, but on Windows, the browser is hidden by the projector's window.
Does anyone know a way to put the browser window in front of the projector, on Windows?
Thanks a lot
Browser Window And Projector Fullscreen
Hi everybody,
I have a projector that I play fullscreen on Mac and on Windows.
In the projector I have links that open websites in a web browser window. When I play the projector on Mac, the browser window opens in front of the Projector's window, but on Windows, the browser is hidden by the projector's window.
Does anyone know a way to put the browser window in front of the projector, on Windows?
Thanks a lot
Fullscreen Flash Projector File
Is it possible to make a fullscreen flash presentation from a projector (.exe) file that loops without using a product such as this http://www.flashjester.com/index.php...ricks_jugglor2 ?
Scaling of the movie is fine but it needs to loop...
Fullscreen Projector With Noscale On Stage
Hi there,
I working on a projector presentation in flash where I would like to run it in fullscreen. I use
fscommand("fullscreen","true") in the first frame, but it scales up my content so that it gets blured. Is it possible to keep the stage width and height and still go fullscreen, so you just fill the space with stage color.
Anyone been there?
Thanks!
W
Browser Window And Projector Fullscreen
Hi everybody,
I have a projector that I play fullscreen on Mac and on Windows.
In the projector I have links that open websites in a web browser window. When I play the projector on Mac, the browser window opens in front of the Projector's window, but on Windows, the browser is hidden by the projector's window.
Does anyone know a way to put the browser window in front of the projector, on Windows?
Thanks a lot
Fullscreen, Geturl, Browser Not On Top
I have a projector that calls an html page.
The projector opens fullscreen. If Internet Explorer
is not opened, the action calling the html page will
open the browser on top of the projector.
However, if Internet Explorer is already opened, when
I click the geturl it loads the html page but the browser
stays under the fullscreen projector. Is there a way to make sure
that the browser will open on top.
I have tried giving it the _top attribute in the window
box whatever that means! Nothing!!!
GETURL And FULLSCREEN Problem
Hi,
I'm working in a CD flash aplication (exe) wich plays in fullscreen mode. If I allready have an explorer window opened behind my flash and its call an URL using a GETURL command the new window appear just behind the flash interface taking no visual change to the user, so looks like the button just doesnt work!
This happens even if I use "_top" in the GETURL. But if there is not one explorer window openned my URL goes to the top.
Does anybody knows how can i fix this problem?
Thanks a lot
Window Order With Fullscreen Projector File
For Actionscript 2.0
I have a projector exe which is invoked full screen.
In the exe I have a button which invokes a URL using the getURL command. This link gets invoked in the browser window in the background and since the projector exe is playing fullscreen I dont see the browser.
I am looking for a way to invoke this url so that it gets invoked on top of this window(in front of this window in terms of window order). see code below...
this.createEmptyMovieClip("loader_mc", this.getNextHighestDepth());
fscommand("fullscreen",true);
loader_mc.getURL("
PrintJob Exits Fullscreen Mode In Projector (CS3)
Hi there,
I got a printJob object in Flash CS3. When I execute the print function, the flashplayer exits the fullscreen mode when the printing window appears. An issue that only occurs in flash CS3 and Flash 8.
Does anybody know how I can fix that problem.
Thanks in forward..
regards Mike
P.S. Heres the code
Attach Code
this.print_btn.onRelease = function () {
var myPrint = new PrintJob ();
myPrint.start();
myPrint.addPage("_root.print_mc",{xMin:0, xMax:355, yMin:0, yMax:400}, {printAsBitmap:true},3);
myPrint.send();
delete myPrint;
}
|