ActionScript 2.0 :: Communicate Between Two Separate .swf Files?

May 23, 2003

and what i would like yo know is how / if i can communicate between two separate .swf files.. what i want to do is this : i have a soundplayer.. and when i go to a defrente html page (that changes only in the iframe , menu is in another iframe) i want the sound player to play another song! so i need somewhere to put a variable and let the sounplayer read that variable so he knows what song he needs to play

View 4 Replies


Similar Posts:


How To Communicate Between 2 SWFs In Separate PCs

Aug 5, 2009

I was able to use LocalConnection to have 2 swfs communicating when both sitting in the same PC, or upload those on to the server and accessing those from the same PC. Is there any way to do this between two PCs, one PC running send.swf, controlling another PC running receive.swf? I checked adobe site for LocalConnection and it looks like this only works within one client PC.

View 2 Replies

Have Two Swf Files On Same Html Page That Can Communicate To Each Other?

Jun 5, 2009

Was just wondering if its possible to have a two swf files on the same html page that can communicate to each other.

I have one movie that asks a series of question and what I'd like to happen is for those results to be shown in the 2nd swf. Sounds simple, which means it probably isnt

View 8 Replies

[CS3] Flicker Between Loading Separate SWF Files

Sep 16, 2008

I need to load separate SWF files depending on different flash buttons being pressed. The problem is I see a flicker inbetween SWF's being played. I think the flicker is where it goes back one frame - but I do not know how to solve this.

The first bike should scroll along to the left then stop, buttons should then appear that allow you to load the external/separate SWF files.

View 13 Replies

Link Two Separate Flash Files?

Apr 8, 2010

If it is possible to link two separate flash files. I am trying to get one flash file to play another file.

View 4 Replies

Loading Separate Swf Files Into One Swf With A Container?

Jul 15, 2011

there a more official name for a 'flash container' ? because very little results come up when i try and search for answers!can you load a container within a container, i'm thinking no but would like to clear that up also! for example i've followed this tutorial htm however when loaded up in a container nothing appears in the mouse over effect.. i've also tried loading jpegs into a swf via an xml which again works fine until i load it up within a container and nothing appears..

View 21 Replies

Flash :: Syncing Separate Swf Files

Aug 1, 2011

I've been working on this problem for months, can'f find a viable solution. I can get the main movieclips of the files to p with a mouseover action, but I really need three separate swf files to sync upon load.

View 1 Replies

ActionScript 2.0 :: How To Keep Separate .swf Files In Sync

Jan 28, 2009

[post deleted]

View 9 Replies

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 :: Combo Box Loading In Separate .swf Files?

Nov 5, 2009

I have a combo box that is loading in separate .swf files when an item is selected.  In the file that I'm loading in, there is a TileList component and a media player.  Before I added in those items, it was loading in, but now, this is the error that I get:
 
TypeError: Error #1009: Cannot access a property or method of a null object reference. at fl.containers::BaseScrollPane/drawBackground() at fl.controls::TileList/draw() at fl.core::UIComponent/callLaterDispatcher()

View 3 Replies

ActionScript 2.0 :: Pass Variable Through Separate Swf Files?

Feb 17, 2009

I have movie file named master.swf (main Movie)it loads main_banner.swfmain_banner.swf has few buttons. when you click on one master.swf go to frame and loads product.swf (till this part eavery thing works fine)Now this part is not workingwhen I click on a button in main_banner.swf I want to assign a variable with another movieclip name Eg: _global.pro = "products/perma_core_1.swf";when product.swf loads it should plays above said swf file (perma_core_1.swf) by using this action pro_ct.loadMovie(_global.product);

View 1 Replies

ActionScript 3.0 :: Have Classes In Separate Files Like In Flashbuilder

Sep 29, 2010

In flash cs5 can you have AS3 classes in separate files like in flashbuilder. I just want to make games with just actionscript and no flex/authorscript

View 9 Replies

ActionScript 3.0 :: Splitting The Code Into Separate Files?

Oct 22, 2010

I'm looking for some help with the following script:

Main Class:

Code:
package {
// Flash Classes
import flash.display.MovieClip;
import flash.events.Event;

[code]....

Now, I'd like to move the blue color coded script to the separate package. When I do that, I've got many reference errors. how the code should look like, when it's in separate package, with all the references to variables that work? And how to call this function from Main class?

View 1 Replies

ActionScript 2.0 :: Passing Vars Between 2 Separate .swf Files?

Jan 6, 2007

- in the parent.fla i created a dynamic txt box and var String named 'txt', this initialises the dynamic text box content to say "parent value".

- in the child.fla i tried to assign and send a new string value i.e. "child value" to 'var txt' which in found within parent.fla. At this point if everything was to work fine the dynamic txt box in parent.fla should output "child value".

View 4 Replies

ActionScript 2.0 :: Menu Using Separate Flash Files

Jan 16, 2007

I have a 5 menu system in my Flash file, and to keep size down each element of the menu is a separate Flash file. So basically if "About" is pressed the about file loads onto the stage... The problem I am having is, when a menu item is pressed, let's say "About", I want whatever file has been loaded previously, I want it to fade out and then load the selected file... How could I do this? Once the menu is pressed I could easily make an as to fade the current movie out, but how would the file know what to load as the next item?

View 1 Replies

ActionScript 3.0 :: Placing Functions In Separate AS Files?

Jul 30, 2009

This is doable in almost every language ive coded in. I would like to place a function in a separate .as file, as to not clutter up my main .as file. Ive already got about 15 classes in separate files and I know there must be some way to do this and its got to be pretty obvious.

View 7 Replies

Media Server :: Store My Files In Separate Folders Under VOD?

Apr 8, 2009

We use FMS 3.5 for streaming IPTV. We have a number of channels and currently our mp4 files are all held in the Media subdirectory, below vod
 
We want to divide them into separate channels for the the stations with their own subdirectories for organised filing but cannot see any way of doing this and then referencing the correct directory with the rtmp: via XML.

View 3 Replies

Actionscript 3 :: Organizing Long Scripts In Separate Files?

Oct 7, 2010

In an attempt to organize my code, I'm trying to split up my (lengthy) main controller class into separate files, but my new files must still have access to the variables and functions of the main controller class.I'm trying to cut and paste code from my controller class into a new class/file, allowing the controller class to call the new class, and allowing the new class to have access to the controller class's properties and function.Assuming I'm not totally bludgeoning appropriate design patterns, below is my unsuccessful attempt at accomplishing this task:

package
{
import flash.display.Sprite;
import flash.events.Event;

[code]....

View 2 Replies

Actionscript 3 :: Load Multiple Nested Animations As A Separate Files?

Jan 28, 2011

In my project I used main document file, which could load multiple nested animations as a separate files. In the main document I had a global function, for example:

_global.onAnimationEnd(mc:MovieClip){...}

and in animations (could be nested) I just called it like:

onAnimationEnd(this);

View 2 Replies

ActionScript 2.0 :: Php Flash Professional - Write A Separate Text Files?

Sep 27, 2007

Is it possible for (1)php script to write to seperate text files? Clarification; Say something like this partial code,

[Code]....

What I'm attempting to do is "ID" post to "schedule.txt" and "STime" post to "time.txt" is this possible or do I need to write a php script for each text file? Or am I way off base here? Now I have gotten "ID" to post to "schedule.txt" but not the other.

View 1 Replies

ActionScript 2.0 :: Load Separate Swf Files Into Main Movie, With Loading?

Jan 15, 2012

on (release) {
_parent._parent.buttonClick("movie name", _parent._name);
}

For the above script, am trying to load a swf file to load into an main movie file. This is for a flash website am working on, and i wanted to know if the above .Since having all the pages (6 pages) in one flash file, it would take long time to load, so am planning to have each of the 6 pages in an separate swf file and load these into main swf file, on click of a button, Also there needs to be a loading bar for each page.

View 1 Replies

ActionScript 2.0 :: Multiple Sounds - Creating Separate SWF Files To Represent Each Sound

Sep 20, 2002

I've created a small application that links various Sound Clips to corresponding Sound variables, and the individual start and stop commands work fine. However, when I try altering the volume, the controls affect all the sounds in the movie. I'd like to refrain from creating separate SWF files to represent each sound, but I will if I have to.

View 1 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 :: Controlling Sound Of Separate Html Files Within Same Html Page

Sep 11, 2010

I need to allow users to preview audio files for purchasing. I have CF pages that return records form a SQL database. Each record contains the same swf file however, each swf file points to a different mp3 for previews of different audio examples. So far, everything is working fine. My problem is that I need to be able to stop the sound from one swf when I click to play a second swf .The only solutions I see in Flash forums deal with loaded swf files. These are not loaded files they are separate files within a page. The question is: How do control one swf from another swf in the same page.The following items have not worked: soundChannel.stop();,soundMixer.stopAll()

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

Flash 10 :: Combine Separate Flash Files Together?

Jan 25, 2012

we are a team implementing a game together , there 4 levels in the game. Each of us did our level of the game on a flash file. Now we need to combine the separate flash files together. Pls advise how we can combine the separate files together.

View 4 Replies

ActionScript 3.0 :: Communicate To C/C++ Dll Or Lib?

May 25, 2010

We are developing a Flash application based on Windows CE 6.0 R3 and the application is intended to work with Adobe flash plug in available in WinCE R3 Internet Explorer. Application need to communicate with middleware libraries written in C/C++. Flash screens uses Action Script 3.0. We would like to know how a Flash application (Action script program) can communicate with a native (C/C++) dll/lib?

View 1 Replies

C++ :: Communicate Between It And Flash?

Mar 18, 2011

Is there any way I can have an integration between Flash AS and C++? Let's say I have created a socket using C++ and multi-casting it to several ip addresses.

On one of the IPs I am running a Flash client. Can I receive the Multicast message (sent by MFC/C++ application) through my Flash application.

Or at least can I develop a Flash plugin (menu item) using C++?

View 1 Replies

Actionscript 2.0 :: Communicate From One SWF To Another?

Feb 18, 2009

The Flash site I am building includes an FLV video which is embedded into a SWF (SWF1),which contains the video control components. SWF1 is in turn loaded into another SWF (SWF2) after SWF2 is launched. After I leave the part of SWF2 which contains the video, the video and audio continue to play. You can still hear the audio after you have moved away from the SWF1 video.The SWF1 video is part of a set of mostly PNG images that slide like a slide show along the X axis. When I hit the forward arrow, the SWF1 video slides out to the left and a loaded PNG image slides in from the right and into view. But you still hear the audio from SWF1 and the video continues to play.All of the loaded SWF video (there are three total) and PNG images are loaded into the same movie clip.Question: How can I tell the FLV video embedded in SWF1 to stop playing once SWF1 has moved out of view? I would like SWF2 to tell SWF1 to stop the video.

View 2 Replies







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