ActionScript 3.0 :: Load Is Not A Function?

May 17, 2010

I have this situation: [URL]

an UILoader on the stage and me trying to load an image in it... but I get this stupid and nonsense error:

Code:
TypeError: Error #1006: load is not a function.
at skillCalculator_fla::MainTimeline/frame1()

here is the whole code of my project:

ActionScript Code:
var loader = new URLLoader(new URLRequest("blabla_it.xml"));
var xml:XML;

[Code].....

View 9 Replies


Similar Posts:


ActionScript 1/2 :: How To Restart Or Load Function

Nov 8, 2011

I am creting an application that containts 3 seperate slideshows inside movie clips, when one slideshow finishes the other starts. I do this by triggering the function inside the other movieclip slideshow ( _root.slideshow2.startSlideshow(); ) and stopping the currently running function startSlideshow = null; inside existing slide. It works until it gets to the 3rd slideshow and than everything freezes because all the functions where deleted

View 2 Replies

ActionScript 3.0 :: URL The Load() Function In A For Loop?

Jul 19, 2009

why with this code i only get a request to ?ip=192.168.1.5 and not for all? what is it wrong? any problem with the load() function in a for loop?

[Code]....

View 1 Replies

ActionScript 3.0 :: Return A Value From A Load Function?

Sep 17, 2009

I'm trying to define a variable as a function that loads a text file, like this:

ActionScript Code:nouns = loadFile( "nouns.txt" );

The problem is I can't see how to get "loadFile" function to return the value because I have to use that event listener function to tell when the load is complete, then I can't return from inside the listener function... how can this work?

[Code]...

View 2 Replies

ActionScript 3.0 :: Function Load Page Only Once?

Sep 22, 2009

I've got a problem. Function newPage loads Pages. I can click on each of buttons and Pages are loading into stage.But if i click on button second time, Page is not loading into the stage.

ActionScript Code:
import flash.events.IEventDispatcher;
import flash.events.Event;

[code].....

View 0 Replies

ActionScript 3.0 :: Load The Function Program?

Feb 8, 2011

in "on_loaded" function we compare "tn < total " (total is 24) if it's true goto and run "load_tn" function, but there is something that i can't understand when i debug it in first time when tn<total program goto and run load_tn but in second time it go to and continue and third time it goto and run load_tn and fourth time it continue and so on why first time it load_tn() and second time it continue and third time it load_tn() and fourth time it continue and so on.

ActionScript Code:
function load_tn():void {
var pic_request:URLRequest=new URLRequest(folder+filename_list[tn]);
var pic_loader:Loader = new Loader();

[code].....

View 3 Replies

ActionScript 2.0 :: Function To Load Video?

Apr 27, 2008

I'm trying to make a function to load videos at the end of a tween using Tweener but its just not working..Here's the code the set up the video objects:

Code:
var connection_nc:NetConnection = new NetConnection();
connection_nc.connect(null);

[code].....

View 1 Replies

ActionScript 2.0 :: Execute A Function On XML Load?

Jun 10, 2009

I am struggling trying to put together two or three tutorials in order to make a photo gallery with numbers as the navigation to work. I am almost there, the problem is that in addition to the numbers as navigation I also wanted to have the option to change the images using a previous and next button. Here is a link of what I am trying to do:

[URL]

The reason the previous and next buttons don't work is because their functions are within a main function that is called onRelease of one the number buttons. Once you click the numbers, the previous and next start to work.

My question would be if there is a way to auto execute the function DisplayInfo as the XML file loads. See code Below:

Code:

var item_spacing = 20;// how far menu items are spaced vertically
var item_count = 0;// counts menu items as they are added from the XML
function loadXML(loaded) {

[Code]....

View 4 Replies

ActionScript 3.0 :: Save And Load Function?

Nov 24, 2009

So lets say I have a online game where I will have everything that is going on in the game, assigned to variables. I want people to play the game from their own computers through the website and I want them to be able to save and load their place in the game.f this is the first time they have saved, it will ask them to make a login and a password.ll of the data should be stored on my server

View 3 Replies

ActionScript 2.0 :: MX Function Button And Load Movie?

May 31, 2009

i have a button that is using the following code:

// button names
b1.button.text_txt.text="link1";
b2.button.text_txt.text="link2";

[code].....

View 4 Replies

ActionScript 2.0 :: Load() Function To Stop Reading?

Nov 23, 2009

I'm using load() to load a local txt file. The content in my txt file is as follows:

a1=message
a2=text

The problem is that, instead of identifying that as 2 different variables, flash returns a1 as:

message
a2=text

and, of course, a2 isn't even read b/c it's a 'part' of a1. How do I tell the load function to stop reading a1 at the end of the line, and to read a2 as well? I tried a semicolon ; and it still didn't work. Instead it returned:

message;
a2=text;

View 3 Replies

ActionScript 2.0 :: Load A Variable From The .fla Inside A Function?

Jun 2, 2011

I have some buttons in the scene (inside the .fla) that change a variable "counter" after being clicked. In a separate class there is a function "showPage" that loads a xml-file according to the value of the variable "counter". My problem is, that I dont get the variable "counter" from the fla-file into the function of the .as-class.

Here is my code:

Inside mcMain.as

Code:
class mcMain extends MovieClip
{
//public var counter:Number = 1; //Das hier soll durch den Button getan werden :(

[code]....

View 1 Replies

ActionScript 3.0 :: Add Eventlistener In The Load Function And In The Constructor

May 14, 2009

I am trying to make a subclass of flash.display.Loader, which should do something when the loader completes loading the content. So I do addEventListener(Event.COMPLETE, onComplete) on my loader subclass. But this Eventlistener is never called. Is this supposed to happen? Can't I use an Eventlistener on the class that dispatches the event? My code looks like this: public class MyLoader

[Code]....

View 4 Replies

Actionscript :: Load Some HTTP URL From A Xml File Into A Function?

Jun 10, 2009

im trying to load some HTTP URL from a xml file into a actionscript function..Its xml gallery i was successfull in loading the pics the description but im stuck at the url....The XML file is structured this way....

<Node myURL="images/cow.jpg" myTitle="Cow" myDesc=" libero sed dapibus aliquet, quam risus luctus lacus, vitae tincidunt dui diam dictum mauris. Morbi tempor,  Nunc eleifend sapien ut odio pharetra eu aliquet eros fermentum. Proin et nisi vel risus eleifend pulvinar. "myThumb="images/thumbs/cow_thumb.jpg" onlinelink="http://vaughntucker.com/exflowers/"offlinelink="projects/web.swf"/>
 
I need to place the on and offline links into a onclick button fuction in flash.so i imported the xml data it works fine for the title so i used the same code for the url
 
here it is...
allOnlinelink.push(element .@onlinelink);        allOfflinelink.push(element .@offlinelink);
the next function pulls the url of the current index
var currentWeb:String = allOnlinelink[currentIndex];    var currentCD:String = allOfflinelink[currentIndex];

[code]....

View 1 Replies

ActionScript 1/2 :: Function With Two Variables To Load SWF File

Jan 11, 2010

I'm working on a function that checks for 2 things to pull up the correct .swf file. I have to check for 2 things
·_global.theYear
·_global.theDate

Is there a different way I could write this function to say something like:
checkAll(_global.theYear, _global.theDate) = function(){
loadMovie(_global.theYear,_global.theDate".swf", 1);
}

So when a button is pressed, it runs the function above and fills in the variable. Names in the .swf name, does that make any sense, am I on the right track? Because all the .swf file names are all consistent such as 2009_18.swf, 2007_5.swf., etc. The only problem I see is there are 2 sets of buttons, one when you press it sets the _global.theYear variable and the other sets the _global.theDate variable.

So would one button look like this:
mybtn.onPress=function(){
checkAll(2008,_global.theDate);
}
And the _global.theDate would be set with what the current var is set at as?

View 17 Replies

ActionScript 1/2 :: Banner Slider Load Function?

Oct 21, 2010

The problem is that I want to load external images. But it's keep giving me output errors, these are they:

Error opening URL 'file:///C|/Users/Tim%20Backx/Documents/2.%20Stage%20werk/Website%20V isual%20Brand/Bronnen/Sliders/undefined'

I know I'm giving only one error. But this multiplies by 3 and they are al the same.So the swf works but the don't show up.

Here is my AS code:
playclip._visible = false;
menu.button_mc1.title_txt = title1;
menu.button_mc2.title_txt = title2;
menu.button_mc3.title_txt = title3;
menu.button_mc4.title_txt = title4;

[code]...

View 6 Replies

Actionscript 3 :: Load Multiple Bitmaps With The Same Function?

Mar 15, 2012

i got a basic problem with loading a Bitmap from a URLRequest.The problem is, that loading a Bitmap is to much code to write it every time I want to load an Image. So i thought about some function:

var bitmap1:Bitmap = bitmapForURL("test1.gif");
var bitmap2:Bitmap = bitmapForURL("test2.gif");
function bitmapForURL(url:String):Bitmap

[code]......

View 1 Replies

ActionScript 2.0 :: Private Function Load Vars?

Aug 19, 2009

ActionScript Code:
private var __milena:LoadVars;
private function Loadprom(prom:String):Void {

[code].....

View 5 Replies

ActionScript 3.0 :: Load Images With A Loop Function?

Nov 10, 2009

I have 8 sprites and I want to load png for my buttons but I don't want to have to type all that loader stuff 8 times, so i wanted to try to create a loop with it.

Hopefully that makes sense, This is me trying to do it with just two but the plan is to have 8 buttons.[code]...

View 9 Replies

ActionScript 3.0 :: Load 2 Xml File Into One Public Function?

Aug 12, 2010

If i want to load 2 xml file into one public function, do i need to have seperate private functions for both. do in need to declare 2 variables.

View 9 Replies

ActionScript 3.0 :: Function Load Random Images From Xml?

Mar 10, 2011

This function load random images from xml:

var imagesXml1:XML;
var imagesNb1:uint;
imagesXml1 = new XML(e.target.data);[code].......

Q: How to convert this to load images sequentially (one after another)?

View 3 Replies

ActionScript 3.0 :: Load Xml Var Information Inside Other Function

May 21, 2011

How can I call a funtion and set a parameter to call a variable and load that information inside other function?

ActionScript Code:
//LOAD XML TEXT TO AS3 VARS
function loadXML(e:Event):void {
xmlData=new XML(e.target.data);

[Code]....

View 1 Replies

ActionScript 3.0 :: Function To Load Library Images?

Jul 2, 2011

Not supposed to send the linkage class as a string in the function call.

I can load an image in from the library with code by

1) creating a new object of the linkage class,

2) creating a new bitmap object using the new object, then

3) sticking it into a Sprite, but when I try to make it into a function it doesn't work.

ActionScript Code:
//linkage name, width, height, string for .name property
container.addChild( crtLibImg("PNGlinkageName",100,50,"myPNGname") );
function crtLibImg(thisPng,w,h,mName)

[Code].....

View 0 Replies

ActionScript 3.0 :: Load Pictures From Array With A Function?

Nov 9, 2011

I want to write the code to go to the next picture in my array, I have managed to get everything to work but am stuck at this last bit.[code]...

View 5 Replies

ActionScript 2.0 :: Use LoadMovieNum And Then Call Load Function?

Mar 13, 2012

I want to use loadMovieNum('platformer4.swf', 0);to reset all my variables, but then I want to call a load function after to load the users data. How can I do this?

View 1 Replies

ActionScript 2.0 :: Call Function On Screen Load?

Nov 29, 2007

I am working on flash application that uses Slideshow screen, now i am trying to call a function when a screen loads; what this function does is it create a focus on one the movie clip.

I tried using the 'onClipEvent(onload) ' - it does call the function but does not set the focus on it; however if i code setfoucs ( selection.setfoucs) on key handler it sets the focus.

View 1 Replies

ActionScript 2.0 :: Load Vars Function Not Working?

Jan 21, 2008

I am trying to make a button that when clicked on loads an external text file into a dynamic text box.

I can make it work when I use it specifically - but I can't make it work when I want to use it as part of a generic 'button function'.

Basically I have a .txt file "mycontent.txt" which is called using the Load Vars function inside a generic function (tab_grow) i created to managed the behavior of the 12 tabs that are the navigation for the movie. For now i'm just focusing on ONE of the tabs. Basically the tabs move when a user hovers over them and when they mouse off. When they click it should call the external text file. The section in the .txt i'm calling is called 'mega_data'.

This is what I have right now:

HTML Code:
function tab_grow(mov, file) {
mov.onRollOver = function() {
mov.onEnterFrame = function() {

[Code].....

BUT then I can't change which section of the .txt file I pull up for different tabs - which is the whole point of the function!!

View 1 Replies

IDE :: Flash Xml Load Function (\serverfolderfile.xml) Don't Work

Mar 19, 2009

I am calling a xml file from intranet by using

xmlLoad("\serverfolderfile.xml")

i am building a application for local intranet.

View 5 Replies

ActionScript 3.0 :: Search Function - Load Xml To Datagrid

Nov 25, 2011

I have a slight problem with serching datagrid, the thing is that i load xml to datagrid it works but when i filter i get an error msg. The code looks like this:

[Code]...

View 2 Replies

ActionScript 2.0 :: Load Function Works Locally But Not On Webserver?

Mar 17, 2009

I finally finished my game and now whenever my game communicates with my php file/mysql database it fails when the file is being run off the server, but somehow it works fine when played locally.

Here is some sample code:

(This works locally, hence the full url for the load function. But it does not work on the server which I thought was strange.)

Code:
startupvars = new LoadVars();
startupvars.load("http://alexville.com/alexvillenetwork/startup.php");
startupvars.onLoad = function(success){
if(success){

[Code].....

View 1 Replies







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