ActionScript 3.0 :: Launch A Different .swf From Within Flash?

Jan 24, 2011

I was wondering if there was a way to launch an external .swf from within the playing .swf?

I don't want the other swf to be inside of the currently playing one (like with the UILoader, I want it to be running as a completely separate instance of flash.

View 1 Replies


Similar Posts:


ActionScript 2.0 :: [Flash 8] XML/Flash Gallery - Making <launch></launch> Has The Ability To Link To An URL?

Jan 15, 2006

So I read through Kirupa's XML/Flash thumbnail gallery tutorial and have since modified some of its actionscripting to display my online design portfolio. How do I make it so that 'LAUNCH PROJECT' is a link? Here is the modified Actionscripting (I have one of each for the 3 sections):

Code:
function loadXML(loaded) {
if (loaded) {
xmlNode = this.firstChild;[code]....

As you can see at the bottom of the actionscript, I added a gotoURL action, hoping that simply by making <launch> read <launch action="gotoURL" variables="http:url...> that it would become a link. I, however, have had no such luck. Perhaps I have to add something more. How do I make it so that <launch></launch> has the ability to link to an URL?

View 2 Replies

Self Launch Flash App On Reboot?

Dec 3, 2009

I've been developing a Flash application that will be running on a touch screen monitor installed in a hospital. The touch screen is run by a Windows machine. I'm afraid I don't know much about the Windows world. I'd like to have my Flash application launch in Flash Player every time the cpu is rebooted so the client never has to worry about manually doing it.

View 5 Replies

Launch Flash Exe In Full Screen?

Nov 29, 2005

We have created a standalone exe (flash with windows/mac "projector") file, and have it set to autolaunch when a cd is inserted, but would like for it to launch in full screen mode

View 6 Replies

Flash :: Launch AIR App In Secondary Monitor?

Sep 16, 2011

Is there a mechanism by which an AIR application can manually display in whichever monitor I choose? I can look at the display list in Screen.screens, but I'm unclear on how to actually force the drawing of the app into one of those.

View 1 Replies

ActionScript 3.0 :: Self Launch Flash App In Windows

Dec 3, 2009

I've been developing a Flash application that will be running on a touch screen monitor installed in a hospital. The touch screen is run by a Windows machine. I'm afraid I don't know much about the Windows world. I'd like to have my Flash application launch in Flash Player every time the cpu is rebooted so the client never has to worry about manually doing it. Could someone give me some pointers? I guess I start out by publishing a Windows Projector (.exe) file?

View 2 Replies

Cannot Launch / Uninstall, Delete Preferences The Flash CS3 On Mac?

Jul 14, 2009

I'm having a very weird problem, I cannot flash CS3 on my mac, I tried uninstalling, manual uninstall,deleting all prefernces, installing under new user, everything that was mentioned in this document

[code]...

I have no idea why this is happening, I have a valid licence and I did everything as its supposed to be done, when I try to open Flash it gives me the error illustrated in the attched image.

View 1 Replies

Flash :: Launch Media Live Encoder?

Sep 10, 2011

I have installed the Flash Media Server v4.3 and Flash Media Live Encoder v3.2. How do I launch FMLE?

View 2 Replies

Flash :: Professional - Launch Lightbox From Animation

Dec 20, 2011

Does anyone know of the best way to launch an iFrame video box in a lightbox from a Flash banner? I have a shopping cart and need to have the video which is served via iframe from a third party site displayed in a lightbox but can not find anything suitable.

View 1 Replies

Actionscript 3 :: Flash/AIR Application Going Fullscreen On Launch (on MAC)?

Dec 17, 2011

I've created an AIR application in Flash CS4 with AS3, and the application needs to start up as fullscreen. I put a slight delay on the fullscreen call to get around the fact that flash won't let you start an application in fullscreen. This works fine on windows. However, on Mac, my application has an issue...

It uses this code to go fullscreen on startup: var fullscreen_delay:Timer=new Timer(10,1);// delay to bypass flash's non-fullscreen-on-startup feature

[Code]...

Putting a ridiculously long delay on the fullscreen call (5000 milliseconds) seems to do the trick. I realized this when I launched the application and immediately started mashing the space bar (my fullscreen toggle key), which kept presenting me with the same issue until after 3 or 4 seconds, at which point the fullscreen began working properly.

View 1 Replies

Flash :: Launch An Adobe Air Application From Browser?

Feb 10, 2012

Is there a way to launch an Adobe Air Application from the browser? I am developing an application that uses webcam, and when the user enter on my site, I need to start this adobe air application installed on the user computer.

View 3 Replies

Flash - How To Change Sprite Size On Launch

Feb 18, 2012

I'm totally new to flash, and I'm trying to build a very simple app. I have one as file in which I defined my class which inherent from Sprite, with the name mySprite. I have a fla which is of the mySprite class, and a size of 400x400(I must assign a size when define the fla). my question is, when this flash is launched, I want to read some data from outside (width&height) and change the flash windows size to these specified size. I tried many ways, but can't succeed. Every time the flash is launched, window size is 400x400.

View 1 Replies

ActionScript 3.0 :: Flash - Pdf Link Tool To Launch A Flash Movie In A Floating Pop Up?

Apr 29, 2010

create an interactive document. click. popup Used the pdf link tool to launch a flash movie in a floating pop up.. Now I I want the popup to close automatically. Unloading the MC doesn't do it.

View 1 Replies

ActionScript 1/2 :: Launch A Phone Call From A Flash SWF File?

Mar 16, 2009

if it is possible to launch a phone call from a Flash SWF File? If yes, is JavaScript involved ?

View 5 Replies

Flash Auto-launch A Website After Video Finishes?

Jan 7, 2009

I have a windows media video which I have converted to flash video, that I would like to have users play through on my webpage - and then after the video is completed, it would open another webpage automatically in a new window.

After looking through the web I can't find a way to do this, but it seems like it would be something that could be done. I have converted my windows video to flash format, embedded it on my stage and am ready to add action script. I know how to make the video a
button so that users would click on the video and then it would open a page, but I was hoping there would be a way that it could do
this automatically.

View 6 Replies

ActionScript 3.0 :: GetURL - Launch A URL That Loads Up Another Flash Movie

Jun 6, 2008

At the end of my movie I want to launch a URL that loads up another Flash movie. In the past I would use something like getURL("[URL]"); how to perform this task in Actionscript 3?

View 3 Replies

Flex :: Make Flash Builder 4 Launch Browser On Run?

Mar 15, 2011

I recently installed Adobe Flash Builder 4 in standalone mode on a new installation of Windows 7 x64.I can load and build an existing Flex 4.1 project I have been working on, but when I go to run the project in the browser (Firefox 3.6.15), I get:'Launching BensApp' has encountered a problem. An internal error occurred during: 'Launching BensApp'

Clicking the Details >> button reveals:

java.lang.NullPointerException

My project is creating the SWF and container HTML page as expected, but fails to load the browser.

View 2 Replies

Actionscript :: Launch An External .pps File With A Flash Button?

Jun 29, 2011

I have a flash application in which there is a button. On clicking that button, a pps file should play. What I did is published the flash file in a projector format (.exe), created a folder named 'fscommand' and put the pps file inside that folder, and tried to launch the file lying inside that folder from this flash file by using following codes:

on (release) { fscommand ("exec", "file.pps"); }

Another way I tried which I found is:created a .bat file named launch.bat, put it in that folder & tried to launch the pps file via this .bat file using following codes:

Actionscript code:

on (release) { fscommand ("exec", "launch.bat"); }
'launch.bat' file code:
START "file.pps"

But still it's not working.

View 1 Replies

Flash :: AIR: Customize Badge.swf To Launch Native Installer App (.exe)?

Jul 29, 2011

I'm trying to follow this page to launch my AIR native installer application from the browser using "browser invocation"I've loaded the 'badge' sample app into a new "Flex Project (Web)", and made the appropriate changes to the 'AIRBadge.as' file. But I can't seem to use FlashBuilder 4.5 to compile a new 'badge.swf' file which includes my changes.

View 1 Replies

ActionScript 2.0 :: Launch A Popup Window From Flash Site?

Sep 13, 2003

How do I launch a popup window from a Flash site?

View 1 Replies

ActionScript 2.0 ::Launch A 'download File' Window Within Flash?

Oct 12, 2010

I'm making an interactive cd in flash, I'm wondering how I can prompt the user with a way of saving video files (.mp4) to their computers.

Ideally they would click on a 'download video' button and then would be prompted with the usual window allowing them to choose where to save the file and name it.

Is there a way to do this within flash?

I've been using fscommand to launch files, can it be used to save files as well?

View 4 Replies

Professional :: Launch Flash Builder From Flash Cs5 Don't Work

Mar 3, 2011

I have a trial version of flash builder (eclipse plug-in) and registered flash cs5 proI'm trying to open a new AS3 class like in this tutorial: [URL]nd it doesn't work.at first it did asked if I want to edit the file in flash builder or not, and it didnt work.now it won't even ask.and also I cant open a flash proffessional  project in flash builder, it says "This feature requires Adobe Flash CS5 or higher to be installed."but it is installed!

View 1 Replies

Autorun - How Does Flash Auto-Update Launch At Logon In Windows

Feb 21, 2011

How does Adobe Flash launch auto-update message as soon as I logon on Windows? I thought Flash is only a browser plugin. I tried look for the program it runs, but can't find it in all the usual places: Start Up group in Start Menu, HKLM Run, HKCU Run, Services.

I know it is possible to disable this via Flash preferences. However, I need to remove it mechanically once and for all, because it seems like a security risk to me (as hackers would be able to exploit a Flash installation even if the browser has not been launched).

View 3 Replies

ActionScript 2.0 :: Open A PDF In Flash CS5 That Will Launch Into A Popup Browser Window?

Jun 10, 2010

how to open a PDF in Flash CS5 that will launch into a popup browser window. In CS3/CS4 I used the "geturl" command and it worked perfect. In CS5, the geturl command always wants to open a url (ex. [URL]) instead of a local file on my drive. Is there any way around this to make it work like the older versions of Flash? Basically stop it from trying to launch the [URL]?

View 9 Replies

ActionScript 2.0 :: Can Launch An App (an Exe)

Aug 26, 2004

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?

View 2 Replies

Media Encoder CS4 Won't Launch?

Aug 21, 2009

I am trying to use Media Encoder CS4 but it will not launch. It seems to get hung up on "ImporterQT.bundle".

View 1 Replies

PreloadSwf Error On Launch

May 18, 2011

I'm getting a PreloadSwf when launching my flash application in my browser.

The error message is: PreloadSwf paths must be local trusted: [bogus_path]

It's referencing a file that doesn't exist in a directory that doesn't exist.  I've seen some posts on the web about how to configure PreloadSwf via mm.cfg, but my mm.cfg doesn't reference any path (just sets log levels).

How do I tell Flash Player to skip this preloadswf so I can launch my app?

View 4 Replies

Launch Terminal On Mac OS X From Adobe Air 2?

Feb 22, 2010

How do i launched Terminal from air 2 passing arguments and command as well?

View 2 Replies

Launch A Browser From Within Your Applications?

Feb 14, 2012

I use Flash Air to develop iOS games. It would be nice to be able to launch a browser from within your applications.

View 2 Replies

ActionScript 2.0 :: Launch An Exe File?

Apr 26, 2004

How to run an exe file using flash? it's like clicking a button then it will open the exe file

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved