ActionScript 3.0 :: Passing Dynamic File With Different Names To SWC Object?

Nov 4, 2009

I have a flex application that reads from external XML file(URL loader) and displays graph. My xml file is dynamically generated using PHP and the filename=currentloggedin user name(i.e. username.xml).How should I load the xml into SWC? Will Flashvars work? I have a HTML page that has PHP code to get username and the same file embes the swc. How to pass the PHP varibale to my SWC?

View 0 Replies


Similar Posts:


ActionScript 3.0 :: Passing Buttons Names To External .as File?

Jun 5, 2011

I am working on a project where I have on the stage 8 movie clips, and when hovered, they are to shake. I have made this into a class, and placed the code as an external .as file.

Each movie clip is named shaker_mc - shaker_mc7

I have also gone in and changed all of the button movie clips base classes to ShakeButton.

Right now I am getting a couple of errors, and I believe all i need to do is pass the buttons names to the class in the external .as file, but I am not sure how to do that? I had everything working without the external script, but I did not want to have to create the effect for each button.

The erros are:

1120: Access of undefined property shaker_mc.

Here is my code for the ShakeButton.as file

ActionScript Code:
package{ 
import flash.display.Sprite; 
import flash.events.MouseEvent; 

[Code]......

View 3 Replies

ActionScript 2.0 :: Pass URL String From External File To AS Variable (dynamic File Names)

Nov 17, 2004

I have a movie player that works fine when i hard-code the url value in the video function, but when i try to pass that url/file path from an external file, the video doesn't load. I suspect that there is something i'm doing wrong with the quotes. What am i doing wrong?

[Code]...

View 5 Replies

Flash :: Get Names And Types Of Every Object Of A Swf File?

Jul 20, 2011

If I have a swf file, is it possible to retrieve object names and types (some kind of reflection) somehow?

View 1 Replies

Xml :: Passing Dynamic Values To Xml File - Flex Fusion Charts?

Mar 18, 2011

<?xml version="1.0" encoding="utf-8"?>
<s:BorderContainer xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"

[code]...

how do i pass upperLimit="", dial value="" and maxValue="" values in colorRange dynamically from the flex side. i need these 3 values to plot on the angle gauge fusion chart

View 3 Replies

ActionScript 2.0 :: Passing Instance Names Into An Array

Jun 30, 2010

How do you pass instance names into arrays? I've got a bunch of movieClips of states.

They all have instance names.. alabama, arkansas, delaware, florida, georiga, etc..

I am trying to send them all to an array because I need to be able to disable the movieClips all at once and I don't want to call each one separately. I setup an array and a "for" loop, and it properly gets each value in the array:

ActionScript Code:
states = new Array(alabama, arkansas, delware, florida, georgia);
stateslength = states.length;

[Code].....

View 9 Replies

ActionScript 2.0 :: Passing Variable Names As Arguments For Functions?

Sep 24, 2008

Is it possible to pass variable as arguments for a function? I wish to update a boolean variable via a function, by passing the name of the variable to the function, like so:

Code:
function ENVSegment(curSegment:Boolean, nextSegment:Boolean) {
curSegment = false;
nextSegment = true;
} var attackSegmentIsRunning:Boolean = false;
var releaseSegmentIsRunning:Boolean = false;
[Code] .....

Much shorter, and easier to understand. Also, less repetition of the same blocks of code over and over...

View 1 Replies

IDE :: Passing Instance Names To A Function Turns Up Error Message?

Feb 24, 2010

I made this function,that is supposed to create a bunch of slides based on a parameter. That parameter should be the instance name:

Code:

function createSlide(instName:Object){
trace(instName);
this.createEmptyMovieClip(instName, this.getNextHighestDepth());[code]....

In the script I call the function with

Code:
createSlide("mySlide");

After execution, this error message appears: Error: A 'with' action failed because the specified object did not exist.The trace statement returns the instance name -"mySlide"- When I replace instName with a stringtype name like "mySlide", it works fine.But I don't want that 'cause in that case I have to write a specific function for each slide.

View 2 Replies

ActionScript 3.0 :: Dynamic Hit Testing Against Dynamic Instance Names?

Jun 22, 2010

Ok, Background. I have two objects both of which im spawining in though code. We will call them bullets and wolves. They have their own .AS files which tells them everything they need to know about themselves. I figured i would do most of the hit testing on the bullet.AS file, hit testing against the wolves as there were going to be a set number of wolves but not a set number of bullets.o, I named them by running a loop and putting the linenewWolf.name = i.toString();Yes, new wolf is a declared variable, and i is the name of the variable that makes the loop run. I also have a test in it, and it works fine.

However, The hit testing is where i come into an issue. Remember, its on a seperate .AS file. The wolf maker and namer is on the main flash page.The hit testing function isif(this.hitTestObject(a)){i changed up my variable name to run a second loop. first variable name is "i" and the second variable name is "a"And for some reason i get a type error 1034, which from what i understand is an error that you get when two instance names are the same. Also, If possible, i would like to add letters to the name of the object, but im not sure if flash will let me as i belive the code would look something like this

View 1 Replies

ActionScript 3.0 :: How To Add Dynamic Names To MC's

May 27, 2010

I am trying to create a pretty simple image script for a flash website. What it does is to create a container named mc and then loads in an image into the mc from XML. It goes through the XML file like in a for each loop. But the problem I have is that every image container then gets the name mc. So then now when I try to build the function which makes it possible to press on one of the image containers to enlarge them, it only makes the last image larger since that is the last one to be created with the name mc. So how do I give every movieclip that I create a different name such as mc1, mc2 etc.[code]

View 8 Replies

ActionScript 2.0 :: AS 2 Dynamic Array Names?

Dec 14, 2010

I was wondering if it was possible to create the name of a NEW array dynamically. I have tried the following with no success. Does anyone know if this can be done?

Actionscript Code://Tried and failed_global["newArray"+newArrayNumber] = new Array();//Tried and failed_this["newArray"+newArrayNumber] = new Array();//Tried and failednewVariable = _this["newArray"+newArrayNumber];newVariable = new Array();

View 1 Replies

ActionScript 1/2 :: Dynamic MovieClip Names?

May 18, 2009

I have an array that houses the names of six movieclips. I randomly select three of them. I am trying to get my randomly chosen movieClips to do what I want them to do. I have tried the following code to get the first to fade in:

[Code]...

But it does not work. The trace comes back with the full movie clip name ex: mcTom, but even though that value comes up in the trace, the AS doesn't see it as a movie clip. Any thoughts on how I can correct this?

View 4 Replies

ActionScript 1/2 :: Using Dynamic Names For MovieClips

Jul 3, 2009

I am trying to simplify things by using dynamic MovieClip names. I have three MovieClips on the stage.

1) mcPage1
2) mcPage2a
3) mcPage2b

But my code isn't working. I'm guessing the "this" part is what is messing it up. Thinking that the computer doesn't know which MC is "this". It traces fine outside the function, but inside the function it traces undefined.[code]

View 2 Replies

ActionScript 2.0 :: Dynamic Movieclip Names?

Aug 1, 2005

I've got this code but apparently the reference to the button doesn't work since i get an AS error upon execution.

PHP Code: [code].....

I've already tried without the brackets but that yields the same result.

View 3 Replies

ActionScript 2.0 :: Dynamic Sprite Names?

Nov 27, 2006

Is it possible to have dynamic sprite names? For example if I am constructing a tile map from an array how can i give each sprite object a different name and referense it later?

in actionscript you could just do

attachMovieClip("blah"+i+"_"+j...

and reference it with root[name]

how could I achieve this with actionscript 3?

View 1 Replies

ActionScript 2.0 :: How To Set Dynamic Background Names

Jul 23, 2008

All the nav links are correct but i am having problems with the background color and placing the submenu nav links.For the background color i am have created a function drawBG. At the moment i have set the name static, but i realise that sometimes i have 3 submenu.So i can't use the same name over and over again. How do i create the names dynamicly for say 3 submenu'sso i have something, likemainMenuBG - submainMenuBG - subsubmainMenuBG - subsubsubmainMenuBG

Code:
function generateMenuNew(container, name, xPos, yPos, depth, node_xml, bgMenuDepth, bgName) {

[code].....

View 6 Replies

ActionScript 3.0 :: Creating Dynamic Var Names?

Jun 22, 2010

Is there a way to make dynamic var names? Cant remember how to do this.

Something like:
NameCount = 1;
Obj.eval("Item" + NameCount)) = "hello world";
Obj.Item1 // trace "hello world"

View 3 Replies

Flex :: Get All Attributes Names Of An Object

Jan 17, 2012

Let's say I have a class which looks like this :

public class MyClass
{
public var attribute1;
public var attribute2;
}

and I'd like to get attribute1 and attribute2 as strings. I tried this :

var test:MyClass = new MyClass();
for (var key:String in test)
{
trace(test[key]);
}

but it does not work, it never goes in the loop. How can I do what I want to do ?

View 2 Replies

ActionScript 3.0 :: Get Property Names From XML Object?

Apr 22, 2011

Given an XML object: <column label="Name" datafield="userName" width="70" />, how do I extract the NAME of the properties rather than the values, e.g. ["label", "datafield", "width"]?

ActionScript Code:
for (var pname:* in column.@*)
{
trace(pname);
}

Returns "0", "1", "2", and "for each" returns "Name", "userName", "70".

What I really want is "label", "datafield", and "width", hopefully without the overhead of actually parsing the xmlString.

View 1 Replies

ActionScript 2.0 :: Object Names In For Loop?

Jan 6, 2003

I have 8 text boxes (called h1, h2 etc) that I want to do things with, the code below is just to make them all invisible when the movie loads,this works:

for (b=1; b<9; b++) {
_root["h"+b]._visible = false;
}

[code]....

View 1 Replies

ActionScript 3.0 :: Dynamic Array Instance Names

May 28, 2009

This should be simple but I can't come up with or find the answer anywhere. All I want to do is create a series of Arrays with instance names generated on the fly. I then want to reference these later. I have a "for" loop with a variable "count" that I want to add to a base name of rowArray and use the result to create an Array. I would think that it would look something like this:

[Code]...

View 2 Replies

ActionScript 3.0 :: Creating Clips With Dynamic Names?

Apr 6, 2009

the error I recieve i:Instantiation attempted on a non-constructor.

Relevent Code:
private var hoverText:MovieClip;
private function createTexts():void{ for (var i:Number=0;

[code].....

View 4 Replies

ActionScript 3.0 :: Dynamic MovieClip (Loader) Names?

Jul 8, 2009

I have an array of data that I'm using to create thumbnails and labels  I'm using "Loader" to load the thumbnails (sample code below) but what I'm wondering is how I can make the name of the loader dynamic so that each child gets named "image1, image2, ...". I tried adding "[i]" after the "image" for each item in the code but it complained about missing semicolon before left bracket.

var image:Loader = new Loader();var target_image:URLRequest = new URLRequest("images/" + xmlData.Product[i].id + ".png");image.name = "image_"+[i];
image.load(target_image);

[code].....

View 3 Replies

ActionScript 3.0 :: Dynamic Names For Class And Variable?

Sep 20, 2009

How do you make a new instance of a class with a dynamic name.

var dynamicname = new dynamicname()

i try something

var this["test"]:Class = new ["Test"]()
 
but offcourse its not this...

I need this couse i have a librairy with SWC fonts they are only reference.. I get the font name from a CSS file and after i need to make a instance of the SWC file so the font is embedded.

View 3 Replies

ActionScript 3.0 :: Create Dynamic Function Names?

May 27, 2010

I'm trying to create dynamic function names, something like this:

[Code]....

View 1 Replies

ActionScript 2.0 :: Dynamic Variable Names When Out Of Root?

Jan 11, 2010

This is an example of the kind of issue I'm trying to solve. Say I'm looking to set 10 text fields (text_field_1 to text_field_10) within my movie clip 'myMovieClip' to the value of i. Now if the for loop and the text fields are in the place (_root) all I would have to do is:

ActionScript Code:
for (i=1; i<10; i++)
{

[code]....

View 3 Replies

ActionScript 2.0 :: Dynamic Text And Instance Names?

Jan 7, 2011

I have a series of instances with a dynamic textbox in them....The instances are simply named p1, p2, p3 etc...

I want the dynamic textbox to show the instance name if possible..

View 3 Replies

ActionScript 2.0 :: ASP And Dynamic Variable Text Box Names

Nov 23, 2005

Having a problem with a Flash/ASP/Database project.I've seen tutorials that pulls address book listings dynamically from the DB. When you hit "next" button it just populates dynamic text fields with variable names like "name" "address" with the appropriate info. Problem I'm having is.. what if you want to display all the entries on the same screen.If the variable names on the dynamic text fields are hard coded named "name" "address" "phone number" etc. , how can the second set of info display underneath the first one properly and not just pull the same text from the first record into the text fields? (name2, address2, etc.)

Is there a way to dynamically change the variable name of a dynamic text field? I'm thinking you should be able to have it note how many records there are, then loop until it reaches the end of the record set. So, can the variable names be dynamic so it will populate the text fields with the appropriate info?

View 1 Replies

ActionScript 2.0 :: Dynamic Class Names With New Operator?

Aug 4, 2006

I have 50 movie clips in the Library that use Linkage to set the Class name to: Img1, Img2, Img3, ..., Img50. I have a parent class named RandImg. I want the constructor for RandImg to randomly select one of the 50 movie clips from the Library and display it. I could get this working by generating a random number, and then writing a really huge switch statement to associate each possible random number with its respective Library Movie Clip Class name, but I would much rather do this with a dynamic/variable class name based on the random number, such as:

[Code]....

View 2 Replies

ActionScript 2.0 :: Dynamic Array Names In A For Statement?

Nov 27, 2007

I am making an XML multiple-gallery flash site for a client. The chunk of code I am having trouble with is populating the thumbmails section of the site with all the pictures in all the galleries. The image paths are brought in and stored in an array - one array for each gallery's image paths. The problem is that when I try to cycle through all the images to put them into movie clips (using a fore statement) I am having trouble dynamically addressing the arrays. More specifically, flash interprets them as strings, and does not evaluate the variables in them.

Code:
function images(i){
var temp:Number = eval("g"+i+"im.length");
for (var r:Number=1; r<=temp; r++){

[Code]....

The argument images() takes is the gallery number (from another function). I have tried using eval() and trace to see what the problem is. Basically I can make it output the correct STRINGS, but flash will not convert the variables in the strings! So in the URL (first arg) of loadMovie it is seeing something like "g2im[3]" as a string, and not evaluating it to the value at index 4 of that array.

View 2 Replies







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