CS3 Linking Between 2 Different .swf Files?

Nov 12, 2009

So I have main .swf file(I'll call it movie1) that leads to webpages that are not in the movie. The webpage has a navbar which is a seperate .swf file (I'll call this movie2). I need the buttons on the navbar to link to a certain place in the main movie. Is there a way to use gotoAndplay in movie2 to go to a scene in movie1?

View 4 Replies


Similar Posts:


ActionScript 3.0 :: Linking Several Swf Files

May 22, 2010

So, I'm making this website, and each page is a separate swf file. Let's call them 1.swf, 2.swf, 3.swf.. 6.swf.So far, I suceeded in linking page 1 to page 2 using Loader, but there's a problem. Page 2, in the player, is OVER page 1. That mean's you can see page 1 where you should be seeing page 2 background.My question is, is there anyway in AS3 to unload or close page 1, right after page 2 is loaded?

View 1 Replies

ActionScript 3.0 :: Linking SWF Files Together

Jul 25, 2011

I made several SWF files and I am trying to link them together but I am not sure how. Right now I have 3 applications, and a main page. All 4 SWFs were compiled from different FLA files. The main page has 3 buttons that links to all 3 of the SWF files. When I tried to do a URLRequest-URLLoader method to load the swf files, I realised I had to compile all the MovieClips of the 3 applications within the main.fla for them to actually work when you do URLLoader to load them(or it will throw a missing file error). I couldn't move all the graphical assets into main.fla as there are many replica names of different graphics from all 3 different application fla files.

Is there a way to still link up different SWF files without the need for all the graphics to be in one similar FLA file? or is there a way to remedy my situation without having to rename all the MovieClips?

View 9 Replies

ActionScript 3.0 :: Linking Swfs Or Exe Files?

Jun 17, 2011

I needed to break it in smaller pieces because it is a large file (over 300 mb) and every time I wanted to publish the entire project flash crashed.
 
Here is my test: I have two exe files that should link back and forth. Intro_YIM.exe, which has a button that links to Videos_FrontPage_YIM.exe Here is my code, which is in Intro (button name= nav_4).
 
[code]...

Problem: The link seems to work, but there is a message that says save or run. When I click run, there is another message that says the file can't be open.
 
Questions:

1. Is there a better way to handle links using executable files using Flash CS5 and AS3?

2. If swfs were used, how can I have a main page displaying all other swfs as they are linked?

View 5 Replies

Linking SWF Files Without Loading In File

Jun 26, 2009

Files: Attached is a link to a file I made named "index". [URL] I would have liked to have included the following files but was limited due to "you-send-it" not uploading folders. Files not included: [but functioning and vital to the site as well as the question]

- xml list
- images [folder]
- thumbnails [folder]

Project scope: Website is an online-art gallery. I was able to get a functioning xml rolling thumbnail bar as well as have it load images. [Due to certain circumstances I was forced to put the project on hold until now.] It consist of 17 buttons, on the index [home] page, which are to call upon an xml file to load the appropriate scrolling thumbnail bar and the images which it loads upon clicking.

Problem
When you open up the index file, go to the actions layer. You will see the script needed to load in the xml scrolling thumbnails as well as the associated images. The actionscript is fine and works in as much as when I save out an swf file the thumbnails dynamically load in and when I click on them the associated image loads to stage as well. [again if you download the index file you will not see this as not all the files were able to be uploaded due to "you-send-it" as mentioned.]

[Code]....

View 8 Replies

ActionScript 2.0 :: Linking Two Flash Swf Files?

Dec 1, 2011

i am creating an app two swf file ( one is interface file and another one is output file) in AS2. i in connecting the two swf files. i.e if i press any button in one swf it have to sent data to another file and it have to trigger some function in that file.

View 1 Replies

Flash :: Static Or Dynamic Linking Of .SWF Files

Feb 2, 2011

If you compile a Flash project into a .swf file and that project refers to another .swf file, is it linked statically or dynamically? That is, is the second .swf file contained physically in the first .swf file or does the first .swf file refer to the second at run-time?

View 1 Replies

ActionScript 2.0 :: Linking Swf Files To Play In One Movie

Nov 17, 2010

I have about 12 SWF files that I need to play as one swf file

Heres were i'm at right now. Opened new file. Imported each swf file into the library. in one layer I have 12 keyframes each with one of the swf files in it. I need the swf to play through then go to the next keyframe and play that movie and so on.

I guess the question is I'm not sure where to put the actions (on each of the keyframes or in the swf file or both) and I'm not sure what actions need to be used.

View 9 Replies

ActionScript 3.0 :: Flash Linking To Source Files?

Jan 11, 2011

trying to use a CMS to import swf files. These swf files currently access source files through the standard code of: [url]...

and all works fine when testing on my machine because the swf is next to the file folder [url]....what I need to figure out is, is it possible to reference the [url]... folder as an absolute URL e.g. (http:url..) or is there another workaround I am not seeing?

View 2 Replies

ActionScript 3.0 :: Linking FLV Files - Auto-load The Rest One After Another

May 13, 2009

ok so i've created (X) amount of .flv's and i basically want a slide show but i didn't want to make it all one file bfcuase the time line would be longer. i need to link all the files so that when i play the first one it will auto load the rest one after another.

View 5 Replies

ActionScript 3.0 :: Linking Buttons To Swf Files Inside One HTML Document?

Jun 9, 2009

I am trying to figure out how to link a bunch of buttons to different photo albums inside a single HTML page in Dreamweaver. Here is an example of what I mean: [URL]

Unless I'm mistaken, everything in this website is contained within one HTML document.When you click on any of the various buttons in the portfolio menu, they simply load up and appear inside the same HTML document.

How on earth do you do this without clicking on any of the various buttons and having them linked to another page??

View 3 Replies

ActionScript 2.0 :: Individual Listbox Items Linking To Individual External Text Files?

Jun 20, 2004

I've gotten as far as getting a listbox with a list of articles to display the articles in a dynamic text box, only i can only get it to work if i use one huge external text file that contains all the articles. what i want is to have each item on the list open up its own external text file, i.e. for each item on the list, there exists a separate text file. I'm about ready to put my fist through the monitor, and that would suck because this is a really nice monitor

View 13 Replies

ActionScript 1/2 :: Absolute Linking Of .as Instead Of Relatively Linking?

Jul 28, 2009

the project im working on is all database driven, there are no html files and all coding that is created is made by php then stored within a db to be called later on. now because of this i can't use relative links at all with anything i.e. images, videos and swf files.
 
so.....i am using swfobject to link to a swf file using absolute linking as shown in the coding below. but what i need to do now is link an .as file in my swf using absolute linking so i can call some arrays from the file.i have doubled checked to make sure my vars can be passed by local testing and it works but now i need it as absolute....is this possible?

View 16 Replies

Actionscript 3 :: Adobe Air Native Installer Is Not Including .class Files And .properties Files

Feb 20, 2012

I have some files in my src directory, some are .class files (Java class files) and some are .properties files, when I create the Adobe air native installer these files are not included. Why is that? How can I work around that?

Also it excludes .mxml files, but that's good. I'm sure that's related, how to change what it includes or excludes?

View 1 Replies

ActionScript 2.0 :: Xml Gallery - Images Appear On The Tshirts To Be .png Files Or Gif Files As The Tshirt Colour Can Be Changed

Apr 7, 2009

I have created a flash file that allows you to click on a thumbnail image and larger image appears ontop of a tshirt. The same way as a gallery would work. The images and thumbnails are pulled in through xml. However I have a problem, I need the images that appear on the tshirts to be .png files or gif files as the tshirt colour can be changed. At the moment my flash file will only display jpegs! I dont knwo why. The jpegs leave me with a white background, so I need the transparency of a png/gif. My actionscript is:

[Code]...

View 2 Replies

ActionScript 3.0 :: Uploading Local Files Without Requiring User To Select Files?

Feb 3, 2009

My users upload a certain kind of text file that sometimeshas references to images stored locally on their hard drive. I needto check this file either on the server or within a flash app tosee if it has these references and then grab those images in aflash app to upload to my server.So I can use FileReference easily enough to have users uploadlocal images. But FileReference requires users to select their files with a dialog box. I can't have that. Myusers wouldn't know where to look and there are typically way toomany files, sometimes with the same name but in differentdirectories.

I can also just use URLLoader with a local URL, I guess I canprobably just use Loader too? That works great. The problem here isI can't communicate with both the server and the local filesystemin the same flash application due to Flash's security sandboxrestrictions. So I can get out of those security restrictions byplacing or editing a trust file in designated locations on variousOSes. I then need to install this trust file which is more invasiveand confusing to users then I want to be...Java's method of accessing local files from a web applet bysimply signing the applet with a certificate and having a dialogbox popup where the users grants access is ideal. Is there anything

View 4 Replies

Media Server :: Make In FMS Files(xml Files) In Order To Reduce The Latency

Sep 8, 2009

iam streaming my web cam to FMS .... i have got a latency of 1 -2 second,,,,,, What should i do to reduce the latency,,,,,, is ter any change i can make in FMS files(xml files) in order to reduce the latency......

View 6 Replies

ActionScript 2.0 :: Retaining Order Of Files Loaded Externally From Large XML Files

Jul 18, 2006

I was messing around with some old examples, and I ran into an unfinished example where several 30k-100k XML files are loaded and stored as a string into an Array. The code looks basically like:[code]Basically, when I trace the 'this', the order of the files that are loaded is off. Out of about 10 tries, about 3 times the order is perfect. The remaining 7 times, the order is a bit off. Does anybody have a suggestion on how to ensure the files are loaded prior to the next file being loaded? I tried placing a while loop that basically delays the clock for a few milliseconds, and that didn't work either. Besides, that is not really a good solution to arbitrarily waste clock cycles.

View 6 Replies

Professional :: Flash CS4 Can't Open .fla Files Or Lose Files/graphics?

Mar 20, 2010

I installed Flash CS4 Professional trial version for school use.  It wouldn't install successfully.  I deleted the font files the troubleshooting guide said to, tried again, but gave up. (I'm afraid to run regedit and mess up everything else I have loaded.)  (I previously had the Fireworks CS4 trial version loaded, then uninstalled it.)  My problem is this- I have it running, but it saves files and then they can't be opened, even if I use the save function often- it's worse when I create the file, test the movie and then save.If I try to open it again, it says "cannot open file."  Once it opened a copy I had saved, and it appeared blank, even though it was 544 kb file size.  I only need it for a few more days, one more assignment and I'm afraid my previous files are corrupt.  I have Windows Vista Home Edition.

View 4 Replies

ActionScript 3.0 :: Protect Files (make External Then Unopenable Such As .lib Files)

Jul 19, 2011

I'm working on making a pretty chunky game engine for games I plan on making, but I was wondering if you make external AS files unopenable such as .lib files, so that if I give it to a friend that wants to use it, he/she cannot change my code. Is there anyway to make external AS files unopenable? Also, obfuscation isn't an option for this problem as it only stops the people who hack the finished product, not stopping people who have access to the actual files.

View 2 Replies

ActionScript 2.0 :: 2 Flash Files - Both Files To Be Independent To Each Other And Controlled Separately?

Jul 13, 2005

i have attached a flash file.the problems are

1) i have palced 2 flash file on my web page.if i stop the sound on this file then the sound on another flash movie placed on my web page also stops.i want both the files to be independent to each other and controlled separately

2)if i click on play it shows loading.even after it loads the file it doesnt change itz status. if i click again on play then itz status changes to play.my codes for flash.....

soundUrl = "test.mp3";

// create sound object, assign properties and events
function createSoundObject(){[code].....

View 1 Replies

ActionScript 2.0 :: Display Random Files - Where To Store All These Movie Files

Nov 29, 2007

my question is to diplay random files , and i have given the code as

[Code]....

one more question is "where i need to store all these movie files. either in samefolder where the flash file is placed. or make it as a seperate folder and or in the flash file library". and one more thing is "how can i place these 20 files in a order like declaring the dimensions on the screen. do i need to put in a CSS.

View 1 Replies

Professional :: Using SWF Files To Assemble Larger Flash Files

Mar 27, 2011

I am constructing a Flash animation and I was hoping to build it by scenes. These scenes would be individual SWF movies that I could import into my final Flash file in consequential order and when finished I would have a completed Flash Movie. There would be no interaction beyond Play/and replay. Where can I get information on how to construct this and is this a recomended way to do it?

View 7 Replies

Professional :: Convert Flash Video Files To MOV Or AVI Files?

Nov 16, 2011

I've tried exporting a MOV file using Flash 8. I've tried converting to a MOV using ffmpegx. Neither have worked.

View 1 Replies

Finding Flash Files Embedded In Office Files

Jun 15, 2010

Can anyone improve on this? Requires Sysinternals Strings

date /T >N:output.txt
net use z: /delete
net use z: \svr-002

[Code].....

Basically it mounts a share as a network drive then runs through the share looking for swf files inside office documents.

View 1 Replies

ActionScript 3.0 :: Linking Two Swf's Together?

Dec 1, 2009

im wanting to link two swf files together but cant seem to get the code to work out correctly. I've created a button and a function that i want the code to go in to, so that once the button has been clicked it loads the second swf file. I've tried numerous things, such as getURL, loadMovie etc etc but it just doesn't seem to want to work.

View 4 Replies

Linking To A New Scene?

May 26, 2011

I am making this flash induction demo but i can't link the buttons to a new scene so the user can click on a button and see information relating to that topic.My flash skills are OK but dont use it often enough to keep my memory uptodate.

View 3 Replies

Linking PDF To Flash

Dec 2, 2009

I'm still a newbie at this, so pleasse bear with me. I have a links page on a website for myself. I wish to create a link from a hidden button over the text to a pdf file within the project folder. I keep getting errors saying that it cant find the file and points to an address which is totally wrong.[code]Is this the right way to link a pdf file to flash?Is there some other code I should be using?

View 3 Replies

Professional :: Linking Between The Swf's?

Mar 29, 2010

I"m building a presentation & have two separate swf's. One is about 80 mb, the other is 40 mb. When I tried to export the larger one, I got a warning that it exceeded 16k frames. I figured out how to work around that. But now I need to integrate both swf's. If I take the smaller one & import it into the larger one as a new scene, will that blow up my export ability again? Can I link between two separate swf's using some sort of gotoAndPlay function?

View 5 Replies

ActionScript 2.0 :: Linking To URL And PHP?

Feb 26, 2009

Im starting work on a website, my first concern is sorting out a form. I have made a very basic one using the instrucs on this site in flash to start with as you will see on the site:[url]....

I can fill in my date fine, but when I click submit nothing happens. Im thinking there is problem with my actionscript (2.0)What I want to happen when send is clicked is for the page to submit the form information to my email (I have a PHP file set up,named flashformmail. php) and for the browser to forward onto my thankyou page (url....). Can someone please tell me what the action script should read exactly? Once i've got this working i can then got on with making it look better.

View 13 Replies







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