Archived Months
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
January 2008


all groups > flash actionscript > february 2007 > threads for tuesday february 27

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

Unloading FLV's Help!!
Posted by dj10bear at 2/27/2007 11:15:51 PM
hello. here is my situation: please read on, i tried to make it and easy read... i have a 2 buttons that have this code on them: on (release) { stopAllSounds(); unloadMovieNum("50.swf", 50) unloadMovieNum("50.swf", 51) loadMovieNum("http://www.mysite.com/flash/50.swf", 50); } ...more >>

Visibility swapping instances Play/Stop button?
Posted by kptgreg2 at 2/27/2007 10:54:32 PM
I am a little new to actionscript and don't know how to do something. I wrote a program that gets mp3s from an XML file and loads them in a custom designed mp3 player. I need to create a Play button that after being pressed switches to a Stop button (different graphic) which I cna then use ...more >>

Help needed with Flash intro
Posted by rigte056 at 2/27/2007 10:26:05 PM
Hi, I've made a little Flash intro for a site I built in Golive. I have no knowledge of Flash whatsoever and I need some help to make sure that as soon as the intro finishes the visitor is redirected to the homepage. I made the intro in Imageready (so all frames ended up being bitmaps in F...more >>

Special Characters
Posted by SymTsb at 2/27/2007 10:13:21 PM
I have a text field I'm loading text into. This text is has an amp symbol in (&) denoted in html as &. Basically, I need to know the requirements for special characters and how they are rendered in flash. Especially when they are being pulled from an external file that has multiple vari...more >>

XML Loading Status
Posted by mrSparkleS0ap at 2/27/2007 8:24:09 PM
I am trying to figure out the best way to Monitor the status of loading of an ASP generated XML file. I created a class that handles the loading of the XML but because it continuously being updated I need to monitor its loading status. import mx.utils.Delegate; class WeatherStati...more >>

Frustrating setMask overlapping problem that I can't seem to fix...
Posted by Jolaedana at 2/27/2007 8:19:22 PM
And so far as I can tell really has no reason or rhyme. I've set up many masks using this exact same process before, and I can not figure out what's causing the issue. Working in Flash 8 Professional. I've got a movie clip with a graphic in it, and another movie clip with a series of ...more >>

Class constructor won't call function
Posted by asidfree at 2/27/2007 8:18:45 PM
Hello, I attached a pared down version of my .as file, which is imported into my flash (.fla) file. I can't seem to call the initCircularArray function from my class constructor. The trace function in the initCircularArray never gets called, and the onLoad(success) trace returns 'tru...more >>

Using stylesheets with an html enabled textArea
Posted by willrose at 2/27/2007 8:11:49 PM
Hi guys, I'm trying to use stylesheets with an html enabled textArea. My goal is to be able to use something like this (see Fig 1 below): What I am currently using is listed in Fig 2. This works as long as I wrap my text in Fig 1 in paragraph tags. I would like to be able to use so...more >>



Unexpected jump of MovieClip when looping
Posted by terjemi at 2/27/2007 5:41:59 PM
I am using a dragable MovieClip. When dragging it around in the movie it remains where I put it when the movie comes to the end and loops. BUT, when the same movieclip is assigned new x and y coordinates (by a button), and then dragged around, the movieclip jumps back to the starting posit...more >>

3D People
Posted by JoeJoe * at 2/27/2007 4:14:24 PM
How can I get 3D people in flash? But I want it loading from a file (Like php will output it for me). I would like to know this because: I want people on my site (not done yet!) to create an account with a 3D person icon. But I haven't got a clue. It needs to be also, people able to make new p...more >>

passing values from flash to javascript
Posted by shajahan_gani at 2/27/2007 3:47:41 PM
hi does anyone knows how to send values from flash variables to javascript. this is my code. here i'm getting as the doc value as undefined. can anyone help me please. var doc = "http://www.ignitemediahosting.com/csp/" + "ConvenienceChannelOTPOverview.ppt"; getURL ("javascript:NewW...more >>

Save .txt file from Flash
Posted by brooklynconcept.com at 2/27/2007 2:20:59 PM
I need to parse some information from input data fields to be saved to a .txt file on the users computer. The flash file will be published as an .exe flash projector. This will not be used for the net, but will be used on some computers at a trade show where the user fills out his/her det...more >>

loadVariableNum: ASP equivilant?
Posted by Lon at 2/27/2007 1:52:15 PM
Posting this here becuase most who know Actionscript also probably know ASP or PHP. Using the above in Flash, it's easy to pass variables from a Flash movie to just about anything using the GET or POST method. As you know, this is done without any interruption of the Flash movie, and even ...more >>

loadMovie and start on a specific frame
Posted by Joe T at 2/27/2007 11:11:19 AM
I am trying to load detail.swf and start on frame 6. It will load but only start on frame1. createEmptyMovieClip("container",4); loadMovie("detail.swf", "container"); tellTarget ("_level4"){gotoAndPlay(6); } container._x = 0 ; container._y = 0 ; ...more >>

get string from currently selected span in an input textbox?
Posted by Ciaran at 2/27/2007 7:58:41 AM
Hi I'd like to retreive the value of the currently selected text in an input textbox. Selection.getSelection is not a function for some reason so has anyone got an alternative way to do this? Thanks, Ciar=E1n ...more >>

HTML tags in FLash not showing
Posted by miquael at 2/27/2007 6:08:20 AM
i have a dynamic text fields being fed HTML text, yet I am not able to get [I] and [B] tags to work. why not? i have this: page_text.html = true; and am using text such as this (with <br>, <a>, [U] tags): Climate change 2001, the scientific basis. Contribution of Working Group I to ...more >>

Scroll Bar
Posted by CellaMarr at 2/27/2007 2:25:09 AM
Hey All! I have made some dynamic text on my main page with arrows to scroll up and down. I also have a scroll bar however it does not work. I have not added any actionscript for the bar because I do not know how to code it. Can anyone help me with writing the actionscript for the scroll b...more >>

is this possible? generic-locate children swf
Posted by sabin_black at 2/27/2007 2:10:43 AM
I have several questions about actionscript and everything and anything will help me out a lot. Here they are: From javascript (for questions 1-3) 1) is there a way to iterate through objects in a swf file? For example, if the swf has children swfs or some control that I want to target...more >>

Don't know why text will not show online
Posted by Flashygirl_UK at 2/27/2007 12:00:00 AM
I have got a perfectly working (offline) movie and I wondered why the dynamic content will not show online. I have a dragable menu and I have frames that have my content on. My menu is a movie clip. I tried to have the dynamic text box on the frame that I want it to view the content but now ...more >>

Sound Equalizer
Posted by Sketchsta at 2/27/2007 12:00:00 AM
Hi guys, im interested in making a sound equalizer...but not the kind you use to adjust the Bass, High End, Mid range, etc... I mean like the Visualizations you have in Media Player, WinAmp, iTunes, etc... (if you look in Media Player under Visualizations---=>Bars and Waves---=>Bars..... I ...more >>

setSize of dynamic text field based on contentsize
Posted by Simhanature at 2/27/2007 12:00:00 AM
I want to set height and width to textfield based on the content size of which is not known before I want his done when creating many text fields through loop. Can anyone help me....more >>

Array data between Flash and PHP
Posted by stevebakh at 2/27/2007 12:00:00 AM
As the title suggests, I'm trying to find a good way of getting an ActionScript/Flash dynamic array into PHP, so I can serialize it and store it in a DB, then simply give back that same array when it's called. Are there any popular techniques? The array will always be a different size, contain...more >>

Please confirm me this
Posted by dopppppio at 2/27/2007 12:00:00 AM
I need a favor. Do a simple fameset (frame1, frame2)in HTML and put a flash button in frame1 write on the button to open an other HTML page in the frame2 ==> getURL("content.html", "frame2"); EXPORT IN FLASH 8! (please check this) and test the the button...! on my side it ope...more >>

problem using getURL() inside a class
Posted by shajahan_gani at 2/27/2007 12:00:00 AM
hi, i've defined a class and inside that within a function i''m calling the getURL function and passing the variables using the POST method. but while compiling the compiler throws and error of [b]There is no property with the name 'POST'[/b] when i try to assign ths "POST" to a string...more >>

preloading MP3 audio
Posted by miquael at 2/27/2007 12:00:00 AM
i'm trying to preload an MP3 file by about 20% before playing. this should be somewhat simple to do ... i've got a bar loader going, and everything works. but the sound actually does not play until 100%. why? _root.preload = 20; - - - var my_sound2 = new Sound(); my_sound2...more >>

uploading a file on pressing submit
Posted by mercl at 2/27/2007 12:00:00 AM
Hi, I'm new with actionscript 2.0, I found some great tutorials online on how to upload files using flash. works nicley, however, how can i select a file, continue to fill out a for and after submitting the form upload the files as wel. right now i got a listener that does this: ...more >>


DevelopmentNow Blog