ActionScript 3.0 :: Loading An External .swf With Additional Variables?

Oct 14, 2009

I've been attempting to load an external .swf within a parent .swf. The problem is that the external .swf requires additional variables to pull it's content from a database. This code of course works just fine if the .swf doesn't contain any additional variables or if it's requesting an image.

Is it possible to do this using the GET method, or is there an alternate method while using Loader()?

parent.php as3:

ActionScript Code:
var loadit = new Loader();
addChild(loadit);
loadit.load(new URLRequest("gallery.swf?xmlUrl=http://localhost/gallery/api/rest/get_gallery/1/json"));

The external .swf is obviously gallery.swf while the variable that is necessary for it to function is [URL]

View 3 Replies


Similar Posts:


ActionScript 2.0 :: Eliminating Additional Spaces In Text Variables?

Apr 14, 2005

Is there a way to eliminate additional spaces in text variables? Example: The forum already eliminate the spaces. Imagine that "_" is space on the following sentences:
text = "__________KirupaForum______is_the__best____Flash_ tutorial____site_of_the___World_______"
Eliminating spaces...
text = "KirupaForum_is_the_best_Flash_tutorial_site_of_th e_World".

View 4 Replies

ActionScript 3.0 :: Loading Additional Images To Gallery?

Nov 16, 2009

I watched a tutorial for a link that loads an image into a container with the code
 
var img1Request:URLRequest = new URLRequest("images/c1.jpg");
var img1Loader:Loader = new Loader();
load1_mc.addEventListener(MouseEvent.CLICK, clickF);
function clickF(event:MouseEvent):void {
img1Loader.load(img1Request);
img1Loader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadNowF);
function loadnowF(event:Event):void {

[Code]...

is there a way to load additional images into the same container to make a picture gallery?I tried adding additional lines duplicating the "var img1Request:URLRequest = new URLRequest("images/c1.jpg");" by changing everything from 1 to 2 and so on but still errors, and i'm clueless Also another question, several tutorials tell to add actions to movie clips but i keep getting the "current selection cannot have actions applied to it"

View 3 Replies

ActionScript 2.0 :: Loading External SWF And Using Variables

Aug 12, 2009

When loading an external SWF file, can you actually use some of the variables from the loaded SWF file in the parent SWF file?

View 1 Replies

ActionScript 2.0 :: How To Loading External Variables

Jan 26, 2004

I had a question about loading external variables. Is it possible to load external variables from a different server other than the one that the flash site is hosted on?And if so, what would that command look like?For instance, if you load a variable from the site's own server it might look like this;loadText.load("TEXT1.txt");Would loading it from a different server look something like this;

View 1 Replies

ActionScript 2.0 :: Loading External Variables With Mac?

Mar 2, 2004

WHy o why in the world doesnt this work? I've done this quite a few times at home on my PC, but now I'm on-site with a client who has nothing but Macs. "Sure, no problem" I told my AD, "I can do that...".I'm trying to load variables from an external .txt file into Flash MX and this is the code I'm using:

links = new LoadVars();
links.load("assignLinks.txt");
links.onLoad = function(success){

[code].....

View 10 Replies

ActionScript 3.0 :: Loading Variables From External Source?

Jan 23, 2011

How to load variables from an external source? For example, Lets say I have a movieclip that contains 6 keyframes, and I want flash to load the proper keyframe when the main swf is opened. Flash knows what the proper keyframe is, because that variable is stored in a MySQL database, or txt file, or xml file, or whatever. Also, how could i have flash write to an external file, so that i can save the changes.

View 2 Replies

ActionScript 2.0 :: Loading External SWF With Variables Attached?

Oct 14, 2009

I am doing the website for this artist...so she has the permission to post this html code on her page but we are doing a full flash website and I want this swf file to load inside the main.swf..but I cannot wrap my head around how to get it to go with the ?wid variable attached.I have tried numerous combinations.URL...ABOVE is the link i am trying to get to load into my main.swf file and play the way it plays here.URl...

View 0 Replies

ActionScript 2.0 :: Loading External Variables From TextFile With Mac

Mar 2, 2004

I'm trying to load variables from an external .txt file into Flash MX and this is the code I'm using:
links = new LoadVars();
links.load("assignLinks.txt");
links.onLoad = function(success){
if(success) {
diovan = links.diovan;
diovanhct = links.diovanhct;
}}
trace(diovan);
trace(diovanhct);

(The text file has the following content: diovan=whatever&diovanhct=whateveragain&)
The trace outputs "undefined" for both variables. I also tried loadVariables instead of loadVars... same result. If this is a problem specific to Macs, whats the work around?

View 10 Replies

ActionScript 2.0 :: Loading External Variables With String To Num?

Apr 8, 2002

ok.. I really feel like pounding my head against a wall here. I'm importing variables from a regular txt file. I have dynamic text fields on the main timeline that pick up and show these variables. I know that they are coming into the player at _root, or _level0

rows="5"; is one of them. When I do a debug/List variables, that's what it shows me.

[Code]...

View 11 Replies

Actionscript 2.0 :: Load External .swf Using LoadClip Method With Additional Parameters?

Apr 26, 2009

can anyone tell me how to load external .swf using loadClip method with additional parameters?[code]

View 3 Replies

ActionScript 3.0 :: Loading External Variables To Be Split Into An Array?

Apr 22, 2009

I'm migrating an old project to AS3 and I'm having some problems make the conversion.

I have a text file called "variables.txt" formatted like this (note the jump form p9 to p11) Quote:

&p0=1|0|4|1|8|0|0|29|14|1|6|0&
&p1=1|0|4|1|8|0|0|29|14|1|6|0&
&p2=0|0|11|0|25|6|1|125|86|3|8|0&
&p3=0|0|1|0|0|2|0|26|17|0|2|0&
&p4=4|1|3|1|17|5|1|33|15|3|4|0&

[Code]....

What I'm trying to do is convert all those text variables into an array that will be accessible throughout the presentation.

View 5 Replies

ActionScript 3.0 :: Loading An External Swf File And Passing It Some Variables

Oct 30, 2010

I'am trying to load an external swf file and passing it some variables. He is my code:

[Code]...

When i load a simple swf, it work fine, but when i try to give him some variable it does not work anymore.(i'am also muting sound)

View 1 Replies

ActionScript 2.0 :: [external Variables] Loading Textformats From .txt Files?

Jun 2, 2004

I want to make a small flash animation in which the user can specify what text and what font/color will be used throughout the animation, by typing in the text file.On with the code which is of interest:

Code:
//Mouse.hide();
since1_txt = "";
since2_txt = "";
thename = "";

[code]...

Of course, the movie clips contain this text and all works fine if I specify it this way.So I have this in my "actions" layer on the first frame and apart from the fact that it works if I specify the formatting within the actions, it's all good. But now comes the fact that I want to specify my textformat options within the text (.txt) file. So I'd specify two color sets (in RGB hexa sets, 0xFF0000 for example), the font (in this case, tahoma) and the three sizes, and have them assigned to myTextFormat's dynamically through loading, using, for example,

Code:

myTextFormat = new TextFormat();
myTextFormat.align = left;
myTextFormat.color = theColor1;

[code]...

Which doesn't work because i can't seem to get the myTextFormat.font = Tahoma; to work if i use myTextFormat.font = theFont; because it is, perhaps, searching for a font called "theFont" instead of taking the reference to the variable within the text file.

View 6 Replies

ActionScript 2.0 :: Loading An External .swf Into A Movieclip And Exchanging Variables Between The Two?

Apr 27, 2006

i have a Main.swf within the _root of Main.swf, I load another external flash file called Timer.swf into a MovieClip titled 'container'Now, I lets say i want to share variables between the two. How would I do this? (Like lets say Main.swf wanted to know the value for Timer.swf's variable called xTime and Timer.swf wanted to know the value for Main.swf's variable xtimezone )

View 1 Replies

ActionScript 2.0 :: [external Variables]Loading Textformats From .txt Files?

Jun 2, 2004

I have just recently joined and am enjoying the multiple forum q&a's and the tutorials around here. I want to make a small flash animation in which the user can specify what text and what font/color will be used throughout the animation, by typing in the text file.On with the code which is of interest:

Code:
//Mouse.hide();
since1_txt = "";

[code].....

View 6 Replies

Ampersand - Loading Variables From External Plain Text File

Sep 25, 2009

I have a Flash movie that loads variables from an external plain text file, that a client updates themselves (from a web site which generates the file). A problem occurred when they used an ampersand symbol in the text field. Is there a way around this? I haven't seen a way to escape it that works.

View 4 Replies

ActionScript 3.0 :: Loading External Assets - Screen Stops Until The Loading Is Finished?

Oct 11, 2009

I have a movieclip clip that plays when the movie starts, the movieclip is a visual assets that show's that the application is loading some information but it's not showing any loading progress, just playing while the assets are loaded.I created a for loop that will load the assets using a simple loader, and then when the object is loaded the application push the object to an array.Problem is that when the loading starts all the animation that i have on screen stops until the loading is finished.The whole point is that the animation will play while it's loading.

View 10 Replies

Flash :: Loading / Unloading External SWF Using Buttons From Loaded External Files

Feb 23, 2011

I spent almost a week trying to figure out how to unload a currently loaded swf using its button and loading a new swf... I have three files, a main.fla, file1.fla and file2.fla. In my main.fla, I have a code which loads the other two files. If i will click the "unload" button in the file1.swf, I would like the main.fla to unload the file1.swf and load the other file, file2.swf. Here is the code to load the file1.swf:

[Code]....

View 1 Replies

ActionScript 2.0 :: Loading External XML On An External Server Into Flash Movie When It Is Uploaded

Jun 4, 2004

[FMX] I am having trouble loading an XML file on an external server into my flash movie when it is uploaded. The data loads in fine when the flash file is on my local computer with the xml file on a server. As soon as the flash file is uploaded the XML data will not load in.

View 2 Replies

ActionScript 3.0 :: Loading In And External Swf And Unloading It From A MC Button Inside The External Swf?

Nov 2, 2010

I used to do this fine with AS2 and now i'm struggling to get it to work in AS3.my code is as follows:

PW1.addEventListener( MouseEvent.CLICK,loader1 );
//==================== PS function =============================================
var ldr:Loader = new Loader();

[code].....

View 3 Replies

ActionScript 3.0 :: Loading External SWFs From Another External Swf Into The Main SWF Container?

May 4, 2011

I have created a main "site.swf" file that loads a "default.swf" file into a container after a preloader. On this default.swf file I have buttons that needs to load new external SWF files in its place in the container. All of the external SWFs contain buttons and navigations that will also call up other external SWFs into this container. So, I would like to know how to program each button (some are movieclips as buttons) to unload itself and load the respective SWF into the container (eg. AboutUsButton to call up aboutus.swf into the container). I do not have a main navigation on the site.swf file bacause the navigation changes on each SWF that needs to be loaded into the container.

View 2 Replies

ActionScript 3.0 :: Loading External Pngs And External Text With Html?

Jul 19, 2009

I want to load external png's through this code:

(for this code, check the mcBandPreloader in de .fla file)

Code:
var imageLoader:Loader;
var RespJpeg:String = "images/arch1Proj.jpg"
function loadImage(url:String):void {

[Code]....

Here the problem is that I can't type html in my external txt file. (I did checked the html button in Dynamic Text Properties. What am I doing wrong here?

.fla can be downloaded at [URL]

View 2 Replies

ActionScript 2.0 :: Loading A External Swf Into A Movie - Its Loading Only A Part Of It?

Mar 16, 2004

I'm loading a external swf into a movie everything is fine with that. The only problem is that its loading only a part of it. Does anybody know why? Also, this swf is a mp3 player with streaming. The streaming part works but the playback doesn't.If i start only the mp3 player by itself it's working.here is the fla for the player

View 3 Replies

ActionScript 2.0 :: External Swf Loading Into Target Movieclip Loading

Apr 20, 2005

I'm trying to load a SWF movie into a target movieclip called blankmc. The SWF movie is loaded from an absolute URL (eg. [URL]/img/20042005113934movie3.swf ) My Loading Progress code fails to detect the SWF file size. However the same code works perfectly for a JPG! Essentially the .getBytesLoaded() and .getBytesTotal fail to work. Why is this and how can I get it to work for loading SWFs?

[CODE]...

View 3 Replies

ActionScript 3.0 :: Stop .mp3 And .flv In External Swfs When Loading A New External Swf?

Apr 10, 2009

Specifically, I am building a flash page that loads external swf files and inside some of the external swf  files, I would like to add audio and flash video (flv) streaming from the Flaash Media Server. In some of the external swf files, (using a FLVPlayback component) when you press a button on the main timeline to unload the current playing swf the audio/video continues to play after loading the new external swf file.So I believe that my approach is all wrong and I should be working to dynamically load the .mp3 and.flvs in the external swf ... my questiion is how to unload those assets when loading the new external swf

View 1 Replies

ActionScript 3.0 :: Loading External Swf Which Attached With Its Own External Class?

Jun 27, 2009

Lets say I have Main.swf and sub.swf, and I wanna load sub when I press a button from Main, but sub.swf has its own external class file attached, so here is the problem, when I load sub using loader class and I would get this message from the output panel:

TypeError: Error #1009: Cannot access a property or method of a null object reference.
at subScript()

seems loader class can not access sub.swf's external class when sub is being loaded.

View 1 Replies

ActionScript 3.0 :: Loading External Swf That Loads Other External Files?

Apr 24, 2010

Lets say I have subgallery.swf file that loads jpeg images. And I have gallery.swf file that loads subgallery.swf.The jpeg images and both swf files are in the same folder.When I test gallery.swf it loads subgallery.swf but subgallery.swf doesn't load images. When testing subgallery.swf alone, it loads jpeg files.Is there any limitation or setting preventing external swfs loading other content?

View 2 Replies

Preloading Additional .SWF Movies

Feb 5, 2009

I am working on a site and am using a lot of different scrollpane components that use outside .swf movies as its content. What I would like to do is create a progress bar for each section that uses this scenario so my users know it is doing something.

View 1 Replies

ActionScript 3.0 :: Add Some Additional XML Names

May 17, 2010

[code]I want to add some additional XML Names. As "Contact" above is listed. I chose the || (LOGICAL or). [code]My goal is to keep "Contact" as one of the exceptions, where the 3 buttons are removed. But I want to add others... Like "Press" "Showreel" "Background" and "Internship".

View 1 Replies







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