Why is this looping? This is the second time I have come across this issue. Not exactly sure they are the same, but they seem to be. As you can see, I have added traces just about everywhere so I can see exactl | | 2 | 114 | 3/30/2008 12:08:50 AM |
AS3 help with buttonClickHandler Ok, so i am getting the following error: TypeError: Error #1009: Cannot access a property or method of a null object reference. at file_Scene1_fla::MainTimeline/buttonClickHandler()
| | 4 | 133 | 3/30/2008 12:05:55 AM |
Making movie clip also clickable button script problem Hi, I have made a movie clip on one layer then a button on another layer. I have the button covering the entire stage so that people can click the animated movie clip but I am having problem | | 0 | 136 | 3/29/2008 6:14:42 PM |
Keypress Control for Timeline I am creating a very simple presentation in CS3, which will be projected on-screen and will have a live speaker. I would like to be able to pause the SWF at various locations along the time | | 0 | 89 | 3/29/2008 6:01:02 PM |
How to dispatch event informing children? Hi,
Does anybody know how to dispatch event to all children of parent object? Do I have to dispatch event for all items in children collection separately?
Regards, Marek
| | 0 | 103 | 3/29/2008 5:58:43 PM |
DOUBLE_CLICK on MovieClip I'm testing a sample file you can find here: http://www.adobe.com/support/documentation/en/flash/samples/
It's called "galleries" and is zipped in the Flash_ActionScript3.0_sa | | 0 | 131 | 3/29/2008 3:55:27 PM |
How do I stop a download? I have created a mp3 player that imports xml from a db and populates a listbox component. Everything works fine. One of the other developer has discovered that when a song is playing, if h | | 6 | 111 | 3/29/2008 1:18:16 PM |
Can we state "AS3 executes 10 time faster than AS2" Hi All,
Can we state "Developed using ActionScript 3.0 (AS3), AS3 code executes 10 times faster than AS2." Have I got this right?
Kind Regards,
Boxing Boom
| | 0 | 106 | 3/29/2008 12:26:18 PM |
Action Script 3 Video Playback Help I need help creating action script to cause a second movie to play at the conclusion at the first. In some cases it would be immediately afterword (because of the overall size of the movie i | | 2 | 98 | 3/29/2008 4:32:09 AM |
Send variables to aspx page Please pardon me if this has been asked before.
I am trying to pass variables from inside flash to the swf's aspx page. I have tried several different code snippets I saw online. The va | | 4 | 119 | 3/29/2008 4:03:39 AM |
Simple static text link Greetings --
I fully realize this is probably a stupid question, but ...
I have a simple piece of static text. No movie clip, nothing, just static text. I'm trying to put a li | | 3 | 114 | 3/29/2008 12:48:27 AM |
Multiple instances of one object ? Hi,
Does anybody know how to create many instances of loaded object? I need to add preloaded image from external source (Loader class) to many MCs (using addChild()). When I call m | | 12 | 114 | 3/29/2008 12:12:43 AM |
referencing instances I'm adding dots (Sprites) to the stage, and the instance name increases by one with each click (Dot_1, Dot_2, Dot_3). However, when I attach the MOUSE_OVER listener and mouse over each dot, | | 7 | 92 | 3/28/2008 11:54:11 PM |
Loader Class access .swf content Hi! I am having trouble accessing a MovieClip from a .swf file that I load in my main movie. I use a code similar to the one bellow, and [i]myMovieClip[/i] is a MovieClip placed di | | 4 | 169 | 3/28/2008 11:04:19 PM |
Width for List component I create a List component with Strings using addItem( { label:some_string, data:some_data } ) in a loop. I want to set the width of the List based on the width of the widest Item. I assume | | 0 | 108 | 3/28/2008 10:26:11 PM |
Appending missing CDATA info Hi,
I am working on importing external XML into my AS3 file via PHP. I have a AS3
grab file and a save file to deal with the PHP, I have a AS3 file that reads
the XML. All links, text, images ar | | 21 | 98 | 3/28/2008 7:25:15 PM |
Button Symbol and text change. Hi,
I have a button symbol with an Instance name of myButton that has a text field in it. The text field is dynamic and an Instance name of myText.
I'm trying to change the te | | 3 | 112 | 3/28/2008 6:42:37 PM |
Displaying text inside a square Hya, I'm trying to display text inside a square but the text is allways placed somewhere else than inside the square. Here's part of the code:
shape=new Sprite; shape.graphics | | 1 | 93 | 3/28/2008 6:25:03 PM |
Fields iout of Order from form submission When I get the return email the fields results or not in order. I am not sure what doing wrong.
INVT
stop();
this.userName.tabIndex = 1; this.userAddr | | 3 | 99 | 3/28/2008 6:05:31 PM |
Understanding removeChild(), delete, etc. Hey all, I'll try to explain the general operation of my program, and that might shed some light on my issue. I have a menu with 50 different small postcards. When one is chosen, the | | 4 | 190 | 3/28/2008 5:24:33 PM |
null stage pointer I'm calling a class's method, and it references the "stage" var apparently inherited from someplace. I'm getting a null pointer exception on it. I created a simple AS project in | | 0 | 96 | 3/28/2008 5:14:33 PM |
Document Class, load external swf Hello Flash Forum,
I am trying to learn how to load a swf file into another swf file. I found an example that provides some guidance for this type of task. The example uses two f | | 0 | 114 | 3/28/2008 4:24:51 PM |
Listening for an event outside of the object... Hey, I spent a lot of my day trying to figure out how to listen for an event outside of an instantiated object of my own.
I made my own class called [b]Link[/b]. When my Link class is | | 5 | 95 | 3/28/2008 4:22:22 PM |
Automatic Line Break Insertions OK. Here's my problem. I have a large dynamic text field that receives the info from the input textboxes, but for some reason the dynamic text field inserts line breaks after each variable o | | 1 | 108 | 3/28/2008 3:50:41 PM |
Disabling Buttons Part III I'm brand new to Flash and programming so I am in need of some help. My first issue is described below but there will be a LOT more ?'s to come.
I have an image of a coin for a button o | | 2 | 112 | 3/28/2008 2:46:36 PM |
Alpha Issues Hello
I am having issues with a alpha tween in a movie clip not showing on the main time line.
I created a movie clip with a few named frames.
The first "scene& | | 0 | 81 | 3/28/2008 2:42:32 PM |
Shared fontscharacter set Hi all,
I've got a big problem with font handling in flash. I'm currently developing a international multilingual site. I'm using shared fonts to be able to load different font-fil | | 0 | 103 | 3/28/2008 1:31:03 PM |
listener problem I am having trouble with my listeners. When I click on an instance once it works, but if I try it again it does not respond. Am I not importing something? In the attached code is code for | | 0 | 94 | 3/28/2008 12:38:26 PM |
Avoid caching of data xml files Hi, I'm making an app that makes heavy use of xml data files that are constantly changed on the server. However it seems that when I try to load a previously-loaded xml file, I get data from | | 3 | 96 | 3/28/2008 12:28:51 PM |
Newbie - How do I instantaneity an object from the I created an object and placed it into the library. How do I create an instance of it with AS3. Can someone point me to an example?
Thank You!
| | 6 | 120 | 3/28/2008 12:27:29 PM |
flvplayback, seekbar et volumeBar In english Hi, I try to create a videoplayer from flvplayback and different components from AS3. I use the following code. Video works fine, pause button too, no problem with mute | | 0 | 308 | 3/28/2008 11:07:24 AM |
stopping video I'm using the code below this message to play a video off my servier on my website. I have this code on frame 5 in a layer. When I want to go back to the main part of my site, I go to fram | | 1 | 66 | 3/28/2008 5:19:58 AM |
Form not sending submitted info The form works correctly when It validates the required fields and I don't get any errors after I submit it.
I went through a tutorial to get this done. Right now I have a form that wor | | 0 | 110 | 3/28/2008 3:53:31 AM |
Instantiating Objects from the library from within the Ive been Instantiating Library object from linked external action script files and it works fine.
var PPEbtn1 = new btnPPE;
but when i try to do it from within the main swfs | | 1 | 99 | 3/28/2008 2:26:21 AM |
Error #1009 with loading url request I'm getting the following error:
[Q]TypeError: Error #1009: Cannot access a property or method of a null object reference at MethodInfo-6()[/Q]
The cause of the error pertains | | 0 | 203 | 3/28/2008 12:15:01 AM |
Problem: Unable to call a function in parent swf from I am working on a site right now that has a parent loader (all it contains are the menu bar [which is as3 tweened] and the functions for calling all of the other pages.) The problem that I a | | 3 | 162 | 3/27/2008 10:46:23 PM |
cover_mc obscures all other movie clips :confused; Hi there, I fixed a problem I was having with misnamed movie clips in a custom video control swf I'm building, but I'm still having no luck getting the controls to float | | 0 | 113 | 3/27/2008 8:49:37 PM |
java run time environment error ok i loaded a pic by pic video up in flash (over 200mb take forever to load) and every time i go up to the actionscript layer and try to open the actions window, it gives me this error < | | 2 | 113 | 3/27/2008 7:10:48 PM |
dialog not on display list getting key down events Hi all,
I have a listener on the stage listening for KEY_DOWN events. I show a dialog (MovieClip containing a TextField). Click a button on the dialog to close the dialog. ("c | | 3 | 117 | 3/27/2008 6:44:27 PM |
mouseEnabled could someone please tell me why this will not work in AS3?
Thanks
for(var i=1; i<13; i++) { for(var name in this["a" + i]) { this["a" | | 2 | 164 | 3/27/2008 5:12:40 PM |
MP3 plays fine in AS2, but not AS3 I have this code written in AS2 to play an MP3: var my_sound:Sound = new Sound(); my_sound.loadSound("http://download.podango.com/mediatracker/1/67943/ApplePhoneS how_46.mp3&qu | | 0 | 117 | 3/27/2008 4:59:13 PM |
Movieclip using functions from another class after I'm wondering if it's possible for a movieclip to change it's inheritance after runtime.
For instance, I have a movieclip on the stage called "box." It's simply a moviecl | | 1 | 93 | 3/27/2008 3:26:12 PM |
objects appear & disappear with slider I have a project with a map that has points that appear or disappear based on the position of a slider.
For example, if the slider is within 10 units of 1000 (990-1010), show this
| | 3 | 114 | 3/27/2008 2:24:26 PM |
Drag and Drop Class I have created a drag and drop class that is attached to a movie clip as its base class.
I would like to have a button that enables me to toggle the drag and drop property for the | | 0 | 94 | 3/27/2008 1:51:32 PM |
CFM and Flash How do I get started integrating CFM and Flash? I've looked around for a LONG time and am close to giving up. Thought I'd check here first.
Thank you!
| | 0 | 112 | 3/27/2008 12:57:43 PM |
Memory leak in video ... Hello, I read the article about the garbage collector in Flash AS3.0 Now i have a flv movie that loops. When i run this, it will increase a little bit in memory after a few hours. | | 0 | 133 | 3/27/2008 11:27:22 AM |
I am at sea :moon; In the First Place, i can't digest the Changes in Code format from AS 2 to AS 3. It is so drastic to Change even an Innocent Listbox sortItemsBy command also.That too | | 0 | 119 | 3/27/2008 10:46:48 AM |
<form method="get" action="1"> in AS?? The eintire week, I'm looking at the same problem:
Im making a dynamic web server on a micrcontroller (so a microcontroller that
watches several sensors and put their values on a website).
Its | | 9 | 113 | 3/27/2008 8:40:28 AM |
Shorten some code Hello,
Is there a way to shorten these line of code?
_Lift.floor0.etage_MC.sub.etage_txt.text= _EtageOmschrijving[0]; _Lift.floor1.etage_MC.sub.etage_txt.text= _EtageOmschrijv | | 2 | 110 | 3/27/2008 8:11:31 AM |
AS3 to make movie clip not play on default? I created a movie clip that I want to play when a button is clicked and stop when another button is clicked.
I have a stop action on the first frame where the 2 buttons appear and t | | 4 | 110 | 3/27/2008 7:40:31 AM |