ActionScript 3.0 :: Launch A New Window With SWF From Preloader?

Jun 23, 2010

I have a preloader that measures the size of the external swf, then goes to a frame with a 'launch site' button on it. When the button is clicked, I'd like a popup window to open that is the exact size of the swf file (1100x800), but I can't figure out how to do that. I know there is some combination of AS3 and javascript required. Has anyone done this? I cannot attach the preloader file that launches the external swf since this is my first post, but have it available if anyone wants it. I also have the site online for viewing as it is currently (just loads then opens in same window)

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Launch Another App In A Separate Window?

Aug 14, 2011

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".

View 2 Replies

Create A Button That Will Launch A New Email Window?

Nov 5, 2009

how to create a button that will launch a new email window.

View 1 Replies

IDE :: Launch Popup Window In Front Of Fullscreen?

Dec 29, 2008

I have a fullscreen flash .exe file. I want to be able to use the fscommand "execute" to launch an application "in front of" the fullscreen without escaping from the fullscreen. So it's like fullscreen with popups. I don't think it can be done, and some extensive research backs up my hunch, but I thought I'd run it by here and see if anyone has accomplished this.

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

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 :: Kirupa 'launch Centered Window' Script Fails In Firefox?

Apr 16, 2006

I found a great tutorial on launching a centered pop up window that kirupa posted and firefox won't execute it correctly or at all. I'm extremely frustrated because I need pop ups for my site to work and now it only functions in internet explorer or safari (mac). The url for the tutorial is [Url]

The way it works is that you have a frame action with the following function:

[Code]...

View 1 Replies

ActionScript 3.0 :: Use ExternalInterface.Call To Call A JavaScript Function To Launch A Lightbox Window?

Jun 22, 2009

I'm trying to use ExternalInterface.Call to call a JavaScript function to launch a lightbox window. So far I have this:

AS3:
flash.external.ExternalInterface.call("launchLB", "" + aUrl + "");
JavaScript:
function launchLB(url) {
alert(url);

[Code]....

I get the alert but I can't get the lightbox window to display. When my as code makes the ExternalInterface call I get what looks like a page refresh and a blank browser window.

View 1 Replies

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

Professional :: Launching A New Window With SWF From Preloader

Jun 23, 2010

I have a preloader that measures the size of the external swf, then goes to a frame with a 'launch site' button on it. When the button is clicked, I'd like a popup window to open that is the exact size of the swf file (1100x800), but I can't figure out how to do that. I know there is some combination of AS3 and javascript required. Has anyone done this? I cannot attach the preloader file that launches the external swf since this is my first post, but have it available if anyone wants it. I have the site online for viewing as it is currently (just loads then opens in same window): [URL]

View 4 Replies

ActionScript 3.0 :: Preloader.swf Scaled Up Larger Than Browser Window?

Sep 23, 2009

I'm having a bit of trouble figuring out why my preloader.swf isn't scaling right as my site loads. The way my preloader works is that I load in my site code and stage elements first ( called Main.swf ). Then, when that is loaded, I preload the first large background image for my site with a second preloader bar. For the first preloader bar ( loading Main.swf ), the graphics for the preloader are all scaled up by about 25% then it jumps to normal size when the loading of the first background image starts.

[Code]...

View 7 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

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

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

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

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

ActionScript 2.0 :: Launch Pdf Files From A .exe Off A Cd

Aug 5, 2004

i need to be able to launch pdf files from a .exe off a cd. simple enough. the problem starts here.... when i wiew the movie using .swf or .exe some images shift a tiny bit and then shif back during some of the animations. (god knows why but it dosent look great) when viewing the movie over a browser however there is no such problem. i would like to launch a browser window with no toolbars and such fit to the flash movie that can launch pdf's. again, i can launch the .exe from the cd and furthermore launch the pdf's but some images shift for some reason.. is there anyway possible to get around the security features in flash that wont allow you to launch a local file from a .swf file?

View 1 Replies

ActionScript 2.0 :: XML Select And Then Launch

Apr 9, 2005

I`m trying to get an URL launched by clicking on it - thing is though that I want to keep the URL list uptodate and maintained through XML.
PODlob`s fla suits the purpose very well, but I can`t get the URL to get launched.

View 3 Replies

ActionScript 2.0 :: Way To Launch A Pdf In File

Aug 27, 2008

I'm making a flash project that will end up as an .exe file on a CD..I was wondering if there was a way to launch a pdf in this file. I know on the web, I could use the:[code]but I don't think this will work in an .exe file? Does anyone have any way to accomplish this?

View 4 Replies

ActionScript 2.0 :: How To 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

ActionScript 2.0 :: XML Select And Then Launch?

Apr 9, 2005

I`m trying to get an URL launched by clicking on it - thing is though that I want to keep the URL list uptodate and maintained through XML.PODlob`s fla suits the purpose very well, but I can`t get the URL to get launched.

View 3 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

ActionScript 3.0 :: Get Lightwindow To Launch From Script?

Jan 22, 2009

i am trying to get lightwindow to launch from my script in as3. i have some thumbnails that are generated via xml - and when clicked the thumbnail opens a url in a new window.i want it to open in the lightwindow box instead.this is the as that i have on my thumbnails

PHP Code:
function p_click(me:MouseEvent)
{
var loader : Loader = new Loader (); [code].....

i am really struggling with this - i have also dropped the swf into html doc for lightwindow and the html links - open the lightwindow up perfectly but the swf doesn't want to know.has anyone managed to get this working before? or know of good points of reference to make it work from a flash button/xml.there is no support on the stickman site - lots of config info - but not for flash?

View 21 Replies

ActionScript 2.0 :: Getting Buttons To Launch An Animation?

Feb 11, 2009

Let's say the Flash doc is set up in the form of a webpage. Then I have 5 buttons on the left. Now, I have another Flash banner at the top of the page.I'd like each button to launch a different animation within that top container upon clicking.I'm having trouble getting the script to work. Someone told me to put the script on the timeline of the actual main webpage - not attach to the buttons (which I find odd) I haven't used ActionScript in years!Oh, and I placed a stop action in the first frame of each animation movie clip so that they won't auto-play when the page gets uploaded to the web.

View 5 Replies

ActionScript 3.0 :: Swf Doesn't Launch From Debugger?

Jan 15, 2010

I seem to remember that to debug in 8 you have the file open you wanted to play with and then went to "debug" then the UI would change to Debug mode and a swf would popup.

I'm in cs4 and trying to debug a simple 3 line trace statement and when I hit "debug" it changes to "debug mode" and I can move through breakpoints and see variables and stuff. However, it doesn't open a swf (so I can actually see the actual FILE) until the END of the program has run.

I assume it is supposed to open the SWF as soon as I hit "debug"

View 1 Replies

Unexpected File Format On Launch?

Jun 30, 2011

I have had Flash CS5 since it came out, I have updated the program regularly.When I open Flash it gives me the Unexpected File Format Error. Even though I am not opening any files.

View 1 Replies







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