First time here? First time here? Newsletter Signup Newsletter
651326 Members and growing! | Flash Jobs
Search tutorials
Author: Nuno Mira | Website: http://www.nunomira.com/

ActionScript:

On the Flash side, in order to grab these variables, you use the LoaderInfo Class through the loaderInfo property of a display object, and its parameters property.

For example:

var firstname:String = loaderInfo.parameters.firstname;
var lastname:String = loaderInfo.parameters.lastname;

In Flash, it’s also good idea to make sure that such values exist, i.e., that they are not undefined:

var firstname:String;
var lastname:String;
var number:String;  
if (loaderInfo.parameters.firstname != undefined && loaderInfo.parameters.lastname != undefined && loaderInfo.parameters.number != undefined) { firstname = loaderInfo.parameters.firstname; lastname = loaderInfo.parameters.lastname; number = loaderInfo.parameters.number; } else { // something’s wrong }

You can show the variables in text fields:

text

Or you can show an error if one of the variables is missing:

text error

This is the code that should go in the main SWF file, in its document Class (Main.as in the example).
If you have more than one SWF file that you’re loading, and you want to access this variables from an external one, you’ll want to use the stage property:

firstname = stage.loaderInfo.parameters.firstname;

Just do it after the ADDED_TO_STAGE is triggered.
If you want to be safe, always use the stage property. This is required is most applications because you’ll have at least two SWF files: the preloader and the main content.

Here’s the complete example for download.

» Level Intermediate

Added: 2011-02-28
Rating: 1 Votes: 3
(10 being the highest)
» Author
Nuno Mira has been a Flash Developer for 9 years. He loves teaching, and learning. When he isn't coding he may be surfing or snowboarding.
» Download
Download the files used in this tutorial.
» Forums
More help? Search our boards for quick answers!

Comments

  • There are no comments yet. Be the first to comment!

  • You must have javascript enabled in order to post comments.

Leave a Comment
  • Your email address will not be published. All fields are required.
Featured Flash FLA
» Author: S.Saipriya
» Title: Flash Fire Effect
» Description: This tutorial explains about how to create Fire Effect in Flash of Actionscript 2.0.I hope this tutorial helps you!
Featured Sound Loops
Image for equalize

Audio Player

» Author: Aidan Crouzet-Pascal
» Title: Falling Star
» Description: This loop is a cool sounding, E minor loop.
Latest Font
» Author: Fábio FAFERS
» Description: I created this font for free use. Everyone can apply it in personal or business texts. Its free, but I want to be communicated in case of business use. Donations are accepted to keep the project of free fonts alive! Thank you all
Featured Sound Fx
Image for equalize

Audio Player

» Author: Brandan Paulin
» Description: Epic sounding loop with Brass, Percussion, Strings and Winds. This is actually part of a Loop Pack called the Coming where you can download the rest of the loops that go with it FREE from my website.