Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Launch Fullscreen From One Swf To Another



Hi!I'm having trouble! I need to work 2 completely different swf together.I have a Mini Album Viewer and a Fullscreen Slideshow.I'd like my Mini Album Viewer to Open my Fullscreen slideshow.The MiniAlbumViewer.swf has a fullscreen button that NavigatetoURL (FullscreenSlideshow.html)I need to Navigate and Launch the html to Fullscreen. It needs to navigate to the html becuase the Swf is pulling Flashvars from the object tag for populate the fullscreen slideshow..MiniAlbumViewer.swf Code:private function gotoFullscreenSlideshow():void{url = FullScreenSlideshow.html;request = new URLRequest(url);navigateToURL(request);}Fullscreenslideshow.swf Code:stage.displayState = "fullScreen";stage.fullScreenSourceRect = new Rectangle(photoViewer.scaleFullSreenBox.x,photoVie wer.scaleFullSreenBox.y,photoViewer.scaleFullSreenBox.width,photoViewer.sc aleFullSreenBox.height);stage.displayState = StageDisplayState.FULL_SCREEN;



Adobe > ActionScript 3
Posted on: 10/08/2008 05:15:49 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

How Can I Launch .exe File In Fullscreen From Cd?
Ok, i know i need Autorun.inf and the flashfile.exe but but can i launch the .exe file in fullscreen from cd?

-mika

How To Launch An .swf Or .exe File In FullScreen?
Does any body know how can i launch my .swf or .exe file in FullScreen?

is there a script?

THANKS a lot..

Fullscreen Launch With Tab To And Spacebar
I would like to get to open fullscreen usign tabbing and spacebar when on my button that launches fullscreen via the mouse. It does work with enter when tabbed to but not space bar. Does anyone know why this is and if there is a work around ?

thanks for r's

Launch Pop-up From Fullscreen Flash
Hi,
How can I launch a pop-up window from a fullscreen flash which is not running in a html file?. Or how I can open a new flash movie without this new play with the frame rate of the root?

thanks.!

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!

How Do I Launch Flash Sites To Fullscreen?
I try using
fscommand ("fullscreen", true);
fscommand ("allowscale", false);
in the main timeline of my main swf movie but it didn't work.

It work when I run the swf file alone,
but when I attach it to a browser it won't work...

All I wanted is...
1)I have a usual html page where u choose enter or download plugin.
2)When click on enter button launch flash site fullscreen.

Can somebody tell me where I go wrong...
Pls help!!!

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

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!

Open Img In Fullscreen With Stage.displayState="fullScreen";
hello:} i have my photo gallery and if you push a button photo has to open in new window with fullscreen. is it possible?

for fullscreen i use Stage.displayState = "fullScreen";

please help :} and sry for my english ;}}

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.

Launch An Exe?
What action(s) would i put on an .exe file (my main.exe projector file) and launch another .exe (projector file)???

THanks

Pdf Launch
I'm working from a Mac on MX. When setting a pdf to lauch froma button, it will only display in a browser, then I get the error message.

Is it possible to ope it straight into Reader??

This used to work on version 5

Thanks in advance

Launch.exe ?
hi,

i building a project which involvels screensaver and a standalone .exe.
the screensaver is designed with flash mx and thes arranged in swf studio, and the .exe in flash mx.

the thing is,...
from the screensaver i want to open the exe file and close the screensaver, all in the same mouse click.

to close the ssaver is fscommand quit, it ok,
but for opening the exe, i have no idea,

checking swf studio notes they speak about "launch.exe" as a fscommand,
but i dont have it as an option,
if i place it mannually it does not work at all

i tried this script in the button:

fscommand("Launch.EXE", "projector.exe");
fscommand("Quit", "");

but nothing,

what is this launch.exe ?????

can any of you give me a hand with this ????

thanks in advance,,

oce

Launch Exe
I can't seem to remember how to do this.

I've got a flash file that I want to create a button, and when the button is clicked it launches an exe file.

Any help would be appreciated.

Thanks!

Launch .exe
I want to launch a setup.exe on click a button in flash, Please help

Help - Launch PDF
Hi,

I am in the final stages of finishing off a project and want to launch a PDF from a MX projector located on a CD-ROM.

I been using .bat files to launch these files. This works on the PC but does nothing on the Mac.

Does anyone know how to launch PDFs on the Mac?

Any help would be appreciated.

Thanx,

Bingo

Need To Launch An Exe From A Swf ?
Hi,

i have a swf/exe from which i need to run an application which resides in a subfolder of some X folder. What i tried was in that swf's button i put the fscommand("exec") code.

the code looks like this:
--------------------------


on(press){
fscommand("exec","applicationssetup.exe");
}

---------------------------
this doesnt work ? why any suggestions?

thanks
da_hammer

Launch An EXE From An EXE Help In MX
I am going crazy! I recently upgraded from Flash 5 to MX 2004. In the past I have made autoplay cds using flash as the menu and was able to launch another flash exe from that menu using this code on a button:


on (release) {
fscommand("exec", "folder/start.exe");
}

Now, for some reason, this code will not launch the specified exe file. I assume this has changed from v5 to MX2004. What am I doing wrong?

Thanks for any help.

XML To Launch EXE
Hello,
I am using Flash AS3 and an XML file to create a playlist of items and their descriptions. Each item has its associated projector executable to launch. What I'm having difficulty accomplishing is loading in the EXE path via XML and using fscommand to launch that file. Does anyone know how to accomplish this?

Thanks in advance for your help!

Launch Pdf From A Swf
Hi there,

I have a swf (not a projector) file, in this file I have a button that opens a pdf file using getURL method.

On MAC, since my client wants to have auto-open property for the CD, I burn hybrid cd. But when the cd is burned this way, if the button is clicked the pdf file is not opened but it's location on a finder window is displayed. If I ommit the auto-open and burn th cd as usual then everything works perfect.

Is there any workaround for this?

Any help is deeply appreciated.

Thanx in advance for your time.

Alper

How To Launch PPT From MX?
I have successfully launched full screen slide show from flash 5 using “jhelper” software. But I cant launch through MX. “Jhelper” does not patch falsh 6 exe’s. Any body know how to launch ppt from MX (not online or through browser)?

Thanks,
Atif

Launch A PDF
I need my CD-based Flash presentation to launch PDF files. I have a link to launch the file, but for some reason it always defaults to the browser rather than the stand-alone Adobe Reader. How can I change this?

From another user I now know I can get a distributable version of Reader to include on the CD and I can use the exec command to launch that application with a button push, BUT, how do I actually target the PDF to only open in Reader?

I have not set up the exec command yet nor downloaded the distributable Reader software, but I have opened Adobe Reader, then launched the Flash presentation and then clicked my PDF link. It still ignores the open Reader and goes straight for the browser. AGGGGHHH!!

Launch PDF
I'm looking for ideas.

Up to now I've used Flash 8 to launch swf files and it has worked terrifically for that. Now, however, I have an application where I need to launch pdf files within a flash environment. Can Flash do that? Also, is there a way that Flash can search through these pdf files as in a "user search." Thank you very much.

EXE On A CD Won't Launch A PDF
Hi - When building and testing my project I was able to launch PDFs in a separate browser window. The PDFs are in a folder within the project. When I burn the project on a CD, the Mac Projector opens Acrobat Reader in a Safari window and shows the PDF...as expected. On the Win XP side, the EXE performs fine except for this feature.

I'm using a link in some text to do this:
<a href="SP/_PDFs/p579sp.pdf " target="_blank">.

How can I get this to work on Windows the way it works on Mac?

TIA your experienced input.

JL

SCO Launch A SCO
Hello,

At the end of a Flash course I wish the user to click a button that will SEEMLESSLY launch the QuestionMark Perception Assessment. How do I code the Flash button or a html button for that matter to launch the Perception quiz?

These files reside on our company LMS. Are there any SCO launch SCO issues?

Launch .exe
hi
iv been trying to launch an exe file with the following code:
on (release) {
fscommand ("exec", "file.exe");
}
this should work but... it doesnt

the .exe that im wanting to run it from is a flash mx .exe however the button is on scene 3 and inside several movie clips is this maybee affecting it?
also does the exe have to be in the same directory?
thanks )

Can I Launch An App (an Exe) With AS
I want to launch another app, in a separate window - like Excel or something . I can predict a hard coded path to it - like "c:myappapp.exe". Can AS do this?

XML To Launch EXE
Hello,
I am using Flash AS3 and an XML file to create a playlist of items and their descriptions. Each item has its associated projector executable to launch. What I'm having difficulty accomplishing is loading in the EXE path via XML and using fscommand to launch that file. Does anyone know how to accomplish this?

Thanks in advance for your help!

Launch .exe
hi
iv been trying to launch an exe file with the following code:
on (release) {
fscommand ("exec", "file.exe");
}
this should work but... it doesnt

the .exe that im wanting to run it from is a flash mx .exe however the button is on scene 3 and inside several movie clips is this maybee affecting it?
also does the exe have to be in the same directory?
thanks )

Can I Launch An App (an Exe) With AS
I want to launch another app, in a separate window - like Excel or something . I can predict a hard coded path to it - like "c:myappapp.exe". Can AS do this?

If On Mac Do This If On Pc Do That, Launch App
Hi I was wondering what way one would set up code that says if this projector is being used on a mac do:

on (release) {
getURL("pic.jpg");
}


and if on a Pc do:

on (release) {
fscommand("Exec", "JSTART1.EXE");
}

I want to open files in there proper application but can't find a way of doing it on a mac. I'm using MX. Thanks for any help

LAUNCH PROBLEM
i would like to launch a full screen window from a projector file. i have a language selection as a projector file, stand alone which contains a language selection. from this projector file i want to launch a static .htm file. this .htm file should be launch in a full screen modus. is there a script that provides this calling procedure?

THANX

Launch Avi From Flash?
I'm making a presentation with flash and i'd like to launch some avi's i've made from within flash, i've seen other people asking the same in the boards but didn't get answered, PLEASE!!! anyone?? i really need this one...

Launch Other Programs?
Hello,

I was wondering, since we are able to launch email programs from flash using getURL(mailto:blah@blah.com), can we launch other programs too (ex. WORD,EXCEL,PAINT,etc...)?

Fs Command To Launch Exe
thx
I need the fs command to launch an exe flash file from an original exe. what are the command and the argument?

Launch .exe Using Fscommand
Hi,
Can you tell me if there is a way by which i can launch an application (".exe") file in the browser or on a standalone using fscommand.
Im talking of .exe's like winword.exe or any other office application for Win9x and WINNT/2000.
Please Help ASAP.

Thanx.

Launch Of New Site
http://www.austin-webs.com/flash/index.htm

wat u think?

Launch Applications
How I can to launch an application in flash MX when a button is pressed?

Thanks

Javier

Every Time I Launch MX. . .
Every time I launch the Flash MX application, if I'm not using my internet connection at home, it tries to establish one by using my modem. What is going on and how can I turn that off?
I don't want to use a modem and I don't always need a connection while I'm working.
Is it trying to connect to one of the help features or something?

How Do I Launch *php File....
I need to launch *php file from FLASH without going to it. Is it possible to do something like onRelease ("php.php"). Thanks

HELP Launch .exe From Flash .exe
I have tried this time and time again. I am trying to launch an .exe from a Flash .exe and it just doesn't work. The exe should be launched from a button. I am publishing for Flash Player 6. I would use 5, if needed.
Anyone have the exact code that will work for this? I have been using the fscommand and putting the files in an fscommand folder.

How Can I Launch A .pdf In Acrobat From A .swf?
Hi.

Need some help here. I created a Flash animation intro that will be seen on a CD-ROM. Once the .swf animation ends, a button is seen that, when pressed, should launch a .pdf file in Acrobat.

My problem is that when the button is pressed the .pdf launches in Explorer (and underneath the .swf). My question is can I make the .pdf launch solely in Acrobat (and launch above the .swf as well)??? If so give me a run down of what the actions should be in the Flash button.

Thanks for you time and help in this matter.

~hexler98

How To Launch A .pdf From Flash ?
How do you launch a .pdf from within flash. Do I need to use javascript to launch an .html page that subsequently calls the .pdf ? (It's for an intranet so everyone has .pdf readability).

Thanks.

Launch External App
I know it's like two lines of code...how do I launch an external app from a btn release?

How Do I Launch An External App?
I know this is a relatively easy funtion...but how do I launch an external app from a btn release? THANKS IN ADVANCE!

Copyright © 2005-08 www.BigResource.com, All rights reserved