ActionScript 3.0 :: Opening A Swf From Other Swf?
Aug 28, 2009
I have been working on an application. There is a login screen for the application, in one of the swf's I have been writing the login code, along-with communications with XML. Now once the user has been validated, I want to redirect the user to some XYZ.swf file and close the login.swf file else if not then I have to display an error message.
The issue may sound simple, but I am a beginner at this.
View 12 Replies
Similar Posts:
Jun 15, 2009
It must be obvious, but I can't seem to figure out in CS4 how to view 2 different fla windows at the same time, each with its own timeline and stage. I often used this in Flash 8 to select and drag elements from one to another.
View 4 Replies
Sep 11, 2007
I am trying to find a solution to a simple problem -that seems to be big in flash CS3- I have an little application that includes a button, this button when clicked should open another swf that loads few more swf file on it. I have not found the solution the that problem.
View 4 Replies
Jun 3, 2009
Im having a little bit of a problem with a .flv file i want to put into a flash document for adding a play and pause button.
Im not sure why, but i get an error message every time i try to load the .flv
Ive tried same method with other .flv files i have to make sure - it is definitely just this one. I want to figure out whats up with it and have no clue about encoding, is it possible for anyone to just have a quick look to see if they can open it?
The file is at: [URL]
View 7 Replies
Jul 26, 2011
I have a .fla that is in actionscript 3.0 and when I try to open it it doesn't show up. It's almost like I open it and flash just forgets about it. No tab shows up. I don't think it's loading because there is no lag and I have full use of flash with other open projects.
View 1 Replies
Oct 20, 2009
A work partner is using Flash CS3 on a Mac. She sends me her .fla files for me to edit which I cannot open.I'm using Flash CS4 on a PC.Is there a simple way to fix this problem; it's driving us crazy and really slowing down development. I haven't had this problem before working between PC and Mac formats...
View 5 Replies
Mar 13, 2012
I have an xml document that holds the navigation structure for an swf file. I need to have one of the URL's open in a new tab. All of the urls are held in the xml file, the swf file references everything from the xml.
The link that I want to open in a new tab is the last one, [URL]
<item>
<itemID>RESOURCES</itemID>
<itemPageTitle>Resources</itemPageTitle>
[Code]....
View 1 Replies
Feb 4, 2009
I have an .exe in fullscreen mode with different links. If I click on one link, the browser opens up in front of the .exe and shows the link. but if I leave the browser open and go to the .exe and click on another link, this link will be open on a new tab, and the browser wont be brought back in fornt of the .exe. so the user wont know that the link has been open.
View 2 Replies
Mar 6, 2009
how to create a self opening CD-ROM in AS2(CS3). I have created an interactive multimedia CV, and I would love to get it to self open when the CD Rom is loaded into the drive. I have done this before using director to open the swf file, but would prefer to do this just using Flash.
View 3 Replies
Mar 28, 2009
I am making an interactive press kit that will be a .swf application on a DVD. I would like the viewer to be able to open PDF files on the DVD by clicking on a button in the .swf. Is this possible?
View 3 Replies
Jun 17, 2009
I'm trying to make an animation of a drawer in a cabinet opening. These are the two images I have:
I can't work out how to animate it. I tried a shape tween with shape hints on the corners, and that didn't work.
View 2 Replies
Apr 23, 2010
I have 2 swf movies...
beach.swf
surf.swf
In beach.swf i have a button where when clicked i want to open surf.swf currently im using..
on(release){
loadMovieNum("surf.swf", 1);
}
This however opens the movie within the swf. how to open another swf, keeping the original open and run it not in a browser ?
View 2 Replies
Oct 16, 2010
I have a protected swf file we need to open for work but the one who protected it is no longer around. What is the best program to open this protected swf?
View 3 Replies
Oct 5, 2009
i'm having major difficulties. I'm using Adobe Flash Professional CS3 and I'm trying to create a button to open a .exe file. I have been going roudn in circles and nothing seems to work for me at all. I have created my button and gave it an instance name, if someone can talk me throgh the procedure I would be very much obliged.
View 11 Replies
Aug 17, 2010
I just bought Flash CS5 for own computer. I already have CS4 on the computer at work. Unfortunately I get an error when I tried to open a CS5 project in the CS4 at work. My boss is unwilling to buy CS5. Is it truly so that you cannot open a CS5 project in CS4 or is there a way to adjust a project in both systems.
View 2 Replies
May 21, 2010
I have a flash menu which i'm trying to get to open in a target "_ibody".The default code for a button is:[code]
View 2 Replies
Oct 4, 2010
Is there a way to open a PDF file whixh exists on some server using flex in a web application?
View 1 Replies
Oct 29, 2011
is it possible to change text and images in a fla file without ever opening it up and then making the swf via command line? I want to make a flash template and save the fla. Then be able to update my text and image name and convert it to swf. I have one template but tons of different text options and background images. It would be nice to be able to copy the master.fla twenty times and just change the source code (will do this from command line) and then convert to swf (via command line).
View 2 Replies
Oct 29, 2009
I've got a .fla file, with 3 scenes in it. In the 3rd scene, there's a button which upon clicking it, should open a new window showing a external .swf file. Both files are placed in the same folder.
Now.. I'm able to open the .swf file in a browser, but what im trying to do, is open it in flash player. How the *#@%*#@ am i supposed to that? :P
Oh yeah, i should probably mention that the external .swf file also has mulitple scenes and buttons. And both "movies" should still be interactable when i open the new window.
View 6 Replies
Jan 18, 2010
I'm doing an interactive kiosk and the FlashPlayer on the screens we're using is like a modified Flash7 or something and it has a lot of trouble reading even the most simple actionscript (extremely frustrating). So I'm trying to load an external projector file (.Exe) from the SWF, which would solve everything.The file that calls the Exe MUST be a SWF.I've tried to wrap my head around possible workarounds for a while now, but haven't much luck.
View 3 Replies
Jan 21, 2010
I have a main contents page and what I want to do is when the user click the button for a section then the relevant swf will load whilst the contents page closes. If this can't be done then is there a way to just get the relevant swf to open up in a new flash window?
I have done the following:
PercentageOfAQuantityBtn.addEventListener(MouseEve nt.CLICK, GoPercentageOfAQuantity);
function GoPercentageOfAQuantity(evt:MouseEvent):void {
navigateToURL (new URLRequest ("02 Percentages.swf"));
}
This code however loads the swf file in my internet browser instead of a new flash window.
View 3 Replies
Aug 26, 2010
I have a big issue opening an URL using AS2 in the new versions of Internet Explorer. The web is:h t t p (click on Booking)This is the script I'm using and it works perfect in Firefox and Safari:
ActionScript Code:
btnReservas.hitArea_mc.onRelease = function() {
getURL("javascript:void(window.open('URL','DCO-Reservas','top=0,left=0,
[code]......
View 3 Replies
Dec 21, 2010
What I want to achieve is to be able to be running a .swf file that I've coded using actionscript, and to click a button in there and have it bring up my computer's finder window (or the my computer/documents/whatever you want to call it on a windows) so you can bring in a file from on the computer. If that's a bit vague, I want to be able to add music to a library (like iTunes) .. Basically. All I want to know is if it's possible to open a file from outside the swf and put it on the stage.
I'd also like to know if it's possible to... save (for lack of a better word) the files that are on the .swf so that the next time you open it they're still there.
View 1 Replies
Jan 20, 2009
I want to make a diary which opens when u click on its lock, fr my website...how can i make such an animation..opening of a book/diary?
View 1 Replies
Jan 3, 2005
Is there any way to track when a SWF file has been run on a CD? I've been sending out portfolios on CD and would like to keep track of when they are being viewed.
View 3 Replies
Jan 4, 2010
I am currently building a XML gallery. The thumbnails are created inside the FLA file, and it's driven with a XML file. When a thumbnail is clicked, it will bring up the Detail movieclip. And inside the Detail movieclip, I've created some buttons with an external class of "DetailButtons". Inside the DetailButtons class, the buttons dispatch a custom event that the FLA is listening for. The problem is I can't figure out how to have one of the buttons open the corresponding url link in the XML file. I just keep getting the 1069 error.[code]
View 13 Replies
May 1, 2009
just recently upgraded to Leopard. Flash now crashes when opening certain fla's (that worked fine before). The files sometimes open, but then crash the app when I select something on the stage. In these cases I can actually edit the actionscripts.I'm not sure if the crashes are related to Leopard; don't remember if I tried opening one of the problem files since upgrading.I'm on a MacBook Pro 17 2.33, 2gb ram.I repaired permissions (several times), ran various Onyx processes, zapped pram, removed all the prefs files I could find, and reinstalled the whole suite (CS3 Master suite). Bridge won't even open; it crashes on opening.
View 1 Replies
May 25, 2009
I can't seem to get the buttons I have created in flash to open in the same window.. I've tried
1. leaving it with no target
2. on (release) {
getURL("[URL]");
targetPath("_self")
}
3. on (release) {
getURL("[URL]", "_self");
}
View 2 Replies
Nov 6, 2009
I have an external text file I use to load captions for my slideshow I'm using to present images in my portfolio I'm making for my senior seminar class. I want it to open up a url to show an expanded image of the thumbnail I added.
In my external text field I have three things:
&caption1=Problem: Create a photo with things that typically don't go together
&credit1=Solution: Taking photos and using Photoshop to create a unique photo
&software1=Software: Photoshop CS3
I thought if I added a 4th dynamic text field (url_txt) and used &url1= for each cite it would load. I even made the field render text as HTML but it doesn't work.
View 1 Replies
Dec 17, 2003
[URL] launch a pdf from a button. The problem is that I will end up launching 47 pdfs from 47 buttons (one per, obviously). What I want to know is, do I need a .bat file for every single .pdf file? or is there some way to consolidate? if I DO need a .bat for each .pdf then do they all have to be at the same level as my main swf? Or can I tuck them into a subdirectory?
View 1 Replies