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


Similar Posts:


ActionScript 2.0 :: Launch 3 Separate .exe Files?

Mar 24, 2011

I have a menu.exe file that I use to launch 3 separate .exe files (housed in a " Fscommand" folder)

When I publish for Windows and Mac projector..the windows version works great. But when I test it on the Mac......the call to action doesn't work.

[Code]...

View 1 Replies

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

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

Flex :: Launch A Separate Air Application Through My Current Air Application?

Sep 1, 2010

I've been trying to launch a separate Air Application through my current Air Application.Both apps are compiled using the Adobe Air 2.0 SDK. The methods I have found so far involve passing the Publisher ID in addition to the Application ID, but I believe the Publisher ID became redundant past Air 1.5.3? Below is my current implementation whic seems to correctly ascertain the Air Application's version number, but when I try to launch it, nothing seems to happen.

private static var _air:Object;
private static var _loader:Loader;
private static var appID:String = "someOtherAirApplication";[code].....

I have changed the app-config.xml (app descriptor) on the application I am trying to load to allow browser invocation.The version number of the app descriptor of my application I am trying to load is "V1" which the versionDetectCallback seems to pickup. If this is the case I would expect to be able to launch it but this doesn't seem the case.

View 2 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 :: Image Open In Separate Window?

Jan 12, 2010

I am a bit of a beginner to Flash and found a template online to use for my website. One issue I am having is that an image with a link is opening in the main window and I want it to open in a separate window. I am going to attach the code as it is now. Can someone tell me what I need to add or change to make the url link open in a separate window?

onClipEvent (load) {
imageProperties=_root.getCurrentImageName(0);
loadMovie(_root.url+imageProperties['name'], this.cont.pic);
loadMovie(_root.url+imageProperties['name'], this.cont.pic1);
url=imageProperties['linkToOpen'];
targetWindow = imageProperties['target'];
}

View 1 Replies

ActionScript 1/2 :: Image Open In Separate Window?

Jan 13, 2010

I am a bit of a beginner to Flash and found a template online to use for my website. One issue I am having is that an image with a link is opening in the main window and I want it to open in a separate window. I am going to attach the code as it is now. Can someone tell me what I need to add or change to make the url link open in a separate window? If you want to see the site and where the issue is, go to: http:[url]... and click on "main page" It is the "web" images that I am talking about. I really need them to open in a separate window when you click on the image. The action code is below:

 onClipEvent (load) {
imageProperties=_root.getCurrentImageName(0);
loadMovie(_root.url+imageProperties['name'], this.cont.pic);[code]....

View 34 Replies

ActionScript 3.0 :: Linking A Button With A New Separate Window

Jan 25, 2010

This post has been edited to clarify, so that should explain the answer above.I am sure this topic has been covered a million times, but for the life of me, I have been searching the internet for hours trying to find a simple solution to this problem. I am using Flash Cs4 with actionscript 3 and flash player 10 for publish settings. I have a button that I want to open a new webpage. When the button is pressed, I want the window to open so the user can see the original webpage they were on before, and I dont want the original webpage to close. In other words, I want to open a new webpage without closing the original webpage, and allow the user to see both webpages, at the same time doing away with the back button. Is this possible? Here is the script I am using. It is placed on a seperate layer called actions. :

addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
function mouseDownHandler(event:MouseEvent):void {
navigateToURL(new URLRequest("https://mycw3.eclinicalweb.com/cent/jsp/login.jsp"));
}

It does allow me to open the window seperately as long as I am testing the movie in Flash, but when I publish the movie and imbed in into a Dreamweaver Html document (Xhtml), you have to use the back button to go back to the original page. I know this might not be the best way to navigate but the person I am doing this page for wants it this way only.

View 5 Replies

Open Separate Browser Window And Pass Data?

Feb 22, 2010

I want to display some data in a separate browser window instead of using popupManager. How do i do that. Also i need to pass parameter to that window, based on that parameter, i ll call the service and get the required data and display that in the datagrid.

View 1 Replies

ActionScript 2.0 :: Calling SWF File To Load Into Its Own (Separate) Window

Dec 2, 2011

My code doesn't work.I use flash 8 (AS 2.0). When I click a button, I want it to load another flash file but not into the same parent/web page. I need the file to load in it's own window.
on (release) {
loadMovie("MyAccountPage.swf", "_blank");
}
After this, I still do not get a respond when I test run the script.

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

Jpegs - Load Images So They Pop Up In A Separate Window To The Flash Movie?

Mar 10, 2009

how to load images so they pop up in a seperate window to the flash movie, to see what mean check out this site and click one of the images [URL]

View 4 Replies

Data Integration :: Open Separate Window For Word, Xls And Pdf Documents?

Jan 30, 2008

How to link a PDF, word, & Excel file in fla by clicking a button? This should open a separate window for the document,with the swf file open in the background.

View 2 Replies

ActionScript 3.0 :: Control An External Movie In A Separate Browser Window?

Jul 31, 2008

i am creating a website for a band, with an mp3 player. i want to be able to make an mp3 player that pops up in a separate browser window. the mp3 player would have a "playlist" that can be dynamically changed from the main window, which gives a list of albums & tracks to choose from. the model for this is Rhapsody's web interface. so, how would i go about creating & dynamically changing the playlist (while music is playing) across multiple browser windows? the "playlist" would be an array of references to mp3s, i guess-- so is there a way to pass events & variables across the windows?

View 4 Replies

ActionScript 2.0 :: Movie Loads In A Separate Window Instead Of The The Main Timeline

Jun 21, 2003

I have a button that I want to have load a movie when pressed. It works, howerver, the movie loads in a separate window instead of the the main timeline where I would like it to. How can I correct this? Here's how I have it scripted now:

[Code]...

View 3 Replies

ActionScript 2.0 :: While Posting Mail It Opens My Aspx File In A Separate Window

Aug 7, 2006

I have been using this function for a long time and this problem never occured. When the user press send button it does send the form as email but it also opens my aspx file in a seperate window.[code]...

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

ActionScript 3.0 :: Assign 5 Separate Dynamic Text Fields To 5 Separate Buttons?

Apr 18, 2010

What I need to do is assign 5 separate dynamic text fields to 5 seperate buttons and at the same time to those same five buttons i would like to add 5 images that i would  be able to change merely by swapping out the images in the file theyre in on the server.I would also like to get a nice transition between the images...ALSO i want to dynamically load the images for the buttons that will be used for switching from picture to picture(which im thinking i will be able to do after i know the how to do point the aforementioned things.) 

Through tutorials I've found around the net I've been able to get most of the parts together... but i get lost because what they show you for AS2 they don't for AS3 and vice versa, at least that ive seen.so... I guess my question is... would i need to set up 5 seperate dynamic text fields on the stage and then set each one of them to one of the corresponding button. If so what AS code would i need to use to do so.  And if not what would i need to do?
 
The other part of the question would be I know about the UILoader... would i be able to use it as my buttons and images, if so would i need 5 seperate ui loaders for both the Thumbnail buttons and the images or is there a way that would be better to do it?  and once i do that would i do the transitions using frames and tweens like with AS2?

View 2 Replies

ActionScript 3.0 :: Apply Separate Actions To Separate Keyframes?

Aug 19, 2009

If I create a new flash AS3 file and create two blank keyframes in my actions layer I can add actions to each keyframe separately no problem. I can then easily switch between the actions frames from the menu bar on the left of the actions input panel. However if I try and do this on any of my projects i've been working on for a while when I create a new blank keyframe in the actions layer and try to add actions to it, I get sent straight back to my first actions keyframe and not a nice blank page. Can I even apply seperate actions to seperate keyframes?

View 6 Replies

ActionScript 2.0 :: Loading THREE Separate .swfs Into THREE Separate Tweens

Jan 17, 2011

This is NOT the same as my last thread as i am after three and NOT ONE as last time. In the attached movie there are three seperate movies loading into three seperate tweens. Please note that i am happy with this movie as it is, and do not want to change anything about it except for the script itself. It refurs to three seperate clips "b.a","d.c" and "f.e". What i want is for the script to incorperate all three clips under one name of "mc" And instead of have three seperate widths, "width 1","width2" and "width3" i want the script to also incorperate all three widths and heights into just one name of "width" and one name of "height".

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

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







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