ActionScript 2.0 :: Part Of "getValue" Aint Working And Is Giving Me "undefined"?

Feb 11, 2011

I'm walking into a problem with using a combobox. Fetching data into the combobox aint the problem. This part works well.

The part of "getValue" aint working and is giving me "undefined"

The combobox has a instance name: "myComboBox"

and I use the code below to fetch the value of the instance "myComboBox"

var keuze = myComboBox.getValue(data);

[Code]...

View 6 Replies


Similar Posts:


ActionScript 3.0 :: False As Part Of If / Else Statement Is Not Working In IE?

Oct 10, 2009

i have made a navigation banner in flash for a blog site, but the banner is giving me trouble in Internet Explorer. The Flash file has two buttons, one for "Log In" and one for "Log Out", that are supposed to be visible/invisible depending on whether or not the user is logged in to the blog or not. To achieve this, I have set up a Param tag that checks to see if the user is logged in or not, and then reports this true or false data to the Flash movie as being either "1" or "0" in the form of a variable. The Actionscript in Flash then uses this data to make one button visible, and the other not visible.This is working perfectly in Firefox, but for some reason in Internet Explorer (tested in IEv8) both buttons are visible at all times. Both Firefox and Internet Explorer are running the same version of FlashPlayer (v10).[Code]...

View 5 Replies

ActionScript 1/2 :: Flashvars Not Working - Displaying Undefined

Jun 8, 2009

I created a same script of calling my flashvars in actionscript 3. But when I tried to display my flashvar in actionscript 2, its not working. I did the same thing in calling and embedding the swf. But it's displaying undefined..

Here's the block of code...
import flash.external.ExternalInterface;
import flash.events.Event;
var xmlFilePath:String;
try {
var keyStr:String;
[Code] .....

I was just trying to display the value of the flashvar. I tested it in the browser but it's still not working.

View 1 Replies

ActionScript 3.0 :: Concat Not Working - Displaying Undefined?

Jul 15, 2010

Why does the following display "first: undefined"?
ActionScript Code:
extra = new Array();
extra['first'] = 'ryan';
arr = new Array();
arr['name'] = username;
arr['password'] = password;
arr = arr.concat(extra);
trace('first: '+arr['first']);

View 1 Replies

ActionScript 2.0 :: Undefined Error Link Is Not Working From Xml File

Mar 25, 2010

undefined error link is not working from xml file

[Code]...

View 0 Replies

ActionScript 3.0 :: Array, Shuffle A Part Of An Array Using Start And End Index Is Not Working Properly?

Feb 15, 2011

I have used a method to shuffle a part of a Array, but i noticed that it does not work very well.When i run this method I sometimes get empty array values.So if you would try the example below and test it out some times you would get a right result but sometimes a wrong result.For example when i run this i get in my trace output:

a,b,c,d,g,,e,f (here after the g it goes wrong)
a,b,c,f,g,d,e (here it  goes right)
a,b,c,d,,g,f,e (here it goes wrong)[code]...

View 8 Replies

ActionScript 3.0 :: Loading The Object With The Part Pushing The Object To The Array At The End - Not Working

Aug 4, 2009

I created an array in the var declarations with Code: var private eDrag:Array In a function that adds imported mcs to the stage, I also added code to push each to the array. Here is an example of a block of code loading the object with the part pushing the object to the array at the end:

[Code]....

View 4 Replies

Actionscript 3.0 :: Button Not Working - Errors: 1119: Access Of Possibly Undefined Property Enabled Through A Reference With Static Type Class

May 30, 2009

I'm trying to make a flash animation but I'm getting these two errors: 1119: Access of possibly undefined property enabled through a reference with static type Class. (line 4) 1061: Call to a possibly undefined method addEventListener through a reference with static type Class. (line 5) This is the code I'm using:
Code: Select allimport flash.display.*;

import flash.events.*;
stop();
buti.enabled;
buti.addEventListener(MouseEvent.CLICK,pla);
function pla(e:MouseEvent):void {
gotoAndPlay(2);
}

My animation is a initial photo that turns around and becomes a black backgroud (were I'll add some text), now what I want is that the photo won't animate until I do a click in it. I used a Layer with a transparent image and converted it to a button and the export name is buti. The other to layers were converted to movie clips named preto and foto.

View 10 Replies

Regex :: If Part Of Substring Is True Then Replace Part Of Substring With Running Var?

Mar 9, 2011

Ok perhaps ive bitten off too much here...I know you are not supposed to parse xml/html to regex but the thing is there just arent many other options.Im using AS3.im parsing the source of textflowlayout text to a different format.

string to parse :

< fontFamily=Verdana encoding=unicode fontWeight="bold"> some text < fontFamily=Verdana encoding=unicode > some text < fontFamily=Arial encoding=unicode fontStyle="italic"> some text < fontFamily=Arial encoding=unicode fontWeight="bold" fontStyle="italic"> some text

what i really need is:

< fontname=Verdanabold encoding=unicode> some text < fontname=Verdana encoding=unicode > some text < fontname=Arialitalic encoding=unicode > some text < fontname=Arialbolditalic encoding=unicode > some text

logically i think of it as taking apart the string into substrings

checking if there are fontWeight or fontStyle in the substring

if there is then appending the font name with the weight or style so so that the font name becomes font NameWeightStyle.then rebuilding the string.The font could be any font with variouse styles or weights..so far:

pattern = /<(.*?)>/gixsm;
var matches:Object = pattern.exec(str);
var finalstring:String = "";[code]...........

View 1 Replies

Flash :: Flv/video Player Which Allows To Seek For Part Of Not Loaded Video Part?

Mar 11, 2012

I'am looking for a flv/video player which allow to seek for not loaded part of the video,just like on youtube.

View 1 Replies

ActionScript 2.0 :: Shared Object Not Working - Output Is "undefined"

May 5, 2005

Does anyone knows why the output is "undefined"?:

mySo = SharedObject.getLocal("kookie");
myButton.onPress = function(){
mySo.data.nome = "dados de utilizador";
mySo.flush();
trace(mySo.nome);
}

View 2 Replies

ActionScript 3.0 :: Function Call Not Working - Getting Error 1180: Call To A Possibly Undefined Method Init? ?

Sep 25, 2009

why this is not working.I have an application with a new class I just created.  The class loads, but will not call it's own internal function. 
 
package com.parkerandkent.components.classic.photogallery {
 import caurina.transitions.Tweener;
     import flash.display.MovieClip;[code]....
 
"Test 2" will not fire here.And I get this error message:
 
CallTag.as , Line 10        1180: Call to a possibly undefined method init.

View 4 Replies

ActionScript 2.0 :: "for" Not Working - First Loop Is Undefined?

Sep 16, 2005

The duplicate "for" is not starting, it should duplicate the button, but for some reason the first loop is undefined.

Code:
xmlData = new XML();
xmlData.ignoreWhite = true;[code].....

View 1 Replies

ActionScript 3.0 :: Flash Error 1120: Access Of Undefined Pro: MovieclipAccess Of Undefined Property: Movieclip

Oct 12, 2010

im having problems getting some as3 generated (not drawn on stage) movie clips moving across the screen.

Code:
package {
import flash.geom.ColorTransform;
import flash.display.MovieClip;
import fl.motion.Color;
import flash.display.*;

[code]....

View 7 Replies

ActionScript 2.0 :: If Undefined Dont Show Text That Says Undefined?

Jul 12, 2007

i am using flash, .Net, and MySQL and have elements (text fields) posting in flash.Question is, if the table in the data base is not holding the var char how can I set the text field in flash to not show undefined and just be blank?

View 6 Replies

Professional :: Way To Use Flash Without Giving Up SEO?

Nov 5, 2010

Does a Flash CMS site give you the best of both worlds? I want asite but I need it to be searchable. Does a Flash CMS site rank well enough to do the job? If it does not rank well, is it because the Flash portions would get no SEO but the HTML portions would?OR is it something inherently missing in the software that will keep it low on the rankings, no matter what the ratio of Flash versus HTML there is on that site? Would an HTML site with Flash plugins hurt my rankings much? Could I solve my problem best by having an HTML based landing page that gives access to 2 sites, one strictly HTML and one either Flash or Flash CMS based? Assuming the landing page and HTML portions are optimized properly, is the content that is on the HTML landing page and HTML site going to give me good SEO results, even though one of the options to choose is a Flash site?

View 3 Replies

ActionScript 3.0 :: Giving Each Duplicate A Variable?

Feb 27, 2009

PHP Code:

stage.addEventListener (Event.ENTER_FRAME, lala);
function lala (event:Event) {
var object = new object_mc;

[code]...

How do I correctly declare a variable for each duplicate? The final line doesn't work in AS3 but it does in AS2. I want the same variable for each duplicate that I can individually change. Also how do I make a function for each duplicate? In AS2 I can do it by:

PHP Code:

object = duplicateMovieClip(........);
object.onEnterFrame = function () {
.........
}

View 7 Replies

ActionScript 2.0 :: F8 Giving Variables A Unique ID

Feb 28, 2010

[code]i know about arrays and the code above isn't what i got its just a way to try and explain it a bit better.I would like to know for a TD game i am trying to make

View 2 Replies

AS2 - Giving A Movieclip A Specific Depth

Feb 15, 2011

I want to give a movieclip a specific depth number, but i cant found a method for this.

View 2 Replies

Flex :: Giving Border To Canvas?

Jul 26, 2010

In flex, I am using

canvasEdit.setStyle("borderColor", 0x0134FF);
canvasEdit.setStyle("borderThickness", 3);
note: canvasEdit is of type Canvas.

But I am not able to put border on the sides of canvas.

View 1 Replies

ActionScript 2.0 :: Delay Giving Value To Variable?

Aug 23, 2009

I'm running a function equivalent to onEnterFrame. The function is checking variable values to see where on the playhead to play a particular video. The problem I'm running into is where the first conditional is passing a value of 2 to seqTotal and checking for the value at the same time. The conditional for seqTotal being equal 2 runs before it should. How can I delay giving a value to a variable so this doesn't happen?

[Code]...

View 3 Replies

ActionScript 3.0 :: Giving A Button An Instance Name Via Xml?

Sep 27, 2009

I am creating my first AS3 flash site and i am using a menu which gets links from a .xml file

[Code]...

View 4 Replies

Actionscript 2.0 :: Giving Clarity To XML In Flash?

Apr 16, 2009

Giving clarity to XML in Flash?

View 1 Replies

ActionScript 2.0 :: Giving An Object Two Actions?

Jul 31, 2005

I have a flashslideshow with three buttons.

1.slideshow play(which is a mc with frame labels open and closed)

2. next button

3. prev button.

My problem is that when either button 2 or 3 are pressed during the slideshow it doesnt reset my slideshow mc button to frame label "closed".

View 8 Replies

ActionScript 2.0 :: Prototype Giving Error In It

Jan 4, 2006

Following prototype is running fine for action action script 1.0 but its giving error in action script 2.0.[code]...

View 2 Replies

ActionScript 2.0 :: Giving Event Functions To A MC?

Oct 11, 2006

I have a myFile MC that loads a JPG using my_mc.loadClip(run_url, "myFile");.then, I want to add some interaction, like:

myFile.onEnterFrame = function () {
trace ("bap");
}

but it doesn't work. Why is that? Does the loadClip code disables the MC's main commands?

Code:
import mx.utils.Delegate; //helps to manage scope issues within callback functions
var streamingID:Number;
var fileLoaded:Boolean;

[Code].....

View 6 Replies

ActionScript 2.0 :: [FMX] Giving And Reading A Variable?

Jun 15, 2003

On this moment I have a menu and six windows, every item on the menu has his own window. What I would like to do is that when the item 'home' is viewable and the visitor has pressed on another item, the window of 'home' goes away and the item were is clicked on comes up.

But how can I do that the best?I think I must give every window a variable so when there is pressed on a item flash will go search for the window that is shown and let that one play the animation to go away, so the window that is shown must have variable '1' all the others are '0' and when pressed on a item flash search for '1'...But how do I do all this, and is this a good way of working??

View 1 Replies

ActionScript 3.0 :: Preload Class Giving Odd Results?

Mar 5, 2009

I believe I've got this set up to where you can test it out of the box. (Just add photo.jpg)

If you're getting the same results I am, there's a few things that aren't right. One, the main movieclip looks to be duplicated. The other is it's tracing something that shouldn't be traced, a percentage value and some weird random fraction (1.180283....etc). I've removed all the trace statements, which leads me to ask, is there a Flash cache of some sort? I know in past versions the file size would stay the same unless you renamed the fla file.. there something like that for classes?

I know there's a lot of video keywords, it will eventually load video.

View 8 Replies

ActionScript 2.0 :: Giving An Array Like Reference To A Movieclip?

Jun 14, 2009

If n=1,b1.gotoAndStop(2); is to happen.n=2,b2.gotoAndStop(2); is to happen.But i don't want to put conditions like this.I want to putting something like this:b[n].gotoAndStop(2); or something.Is it possible.Is there any other alternate logic.

View 2 Replies

ActionScript 3.0 :: LocalToGlobal Giving Me Doubled Values

Nov 3, 2010

I have a movieclip A inside a movieclip B. A has a coords (10, 0) and B has a coords (0, 0). So technically the global point for A should be (10, 0) right? Well it's giving me (20, 0). I put A at (10, 10) and I get (20, 20). This is just the weirdest thing ever.

View 2 Replies







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