all groups > flash actionscript > may 2005 > threads for sunday may 29
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 29 30 31
Loaded variables
Posted by teamtoast at 5/29/2005 9:34:42 PM
Hello. I'm having trouble using the variables I have loaded.
I don't have any trouble loading variables and having them show up where they
should. ie loading text into a textfield. I figured i should be able to use
those variables in my actionscript as well. They are showing up as undefined... more >>
Flash radio
Posted by bonj100 at 5/29/2005 8:46:40 PM
I can't seem to get right is the scripting on my buttons for my flash radio. I
want the clips to play only when the play button is selected and I have buttons
to move forward from clip to clip and of course a stop button. If the visitor
hits play, unless they hit stop or choose the next and ... more >>
string limit when sending info around
Posted by t& at 5/29/2005 7:47:06 PM
Hello, my application is crashing when a string is to big and I was wondering
if there is a limit to a strings length as a variable in flash and also when
you pass this string to director. I was thinking about redoing my thing to pass
the info throught the clipboard but seems kind of shotty. I... more >>
Load movie problem
Posted by maartmo at 5/29/2005 12:00:00 AM
I have made a swf file with a button that has a load movie action script
assigned to it. It works perfect when i export or publish the swf from flash,
however, when i load this swf in an HTML page in dreamweaver and preview it in
I.E. it doesn't work. The swf plays but the butoon doesn't load ... more >>
sounds
Posted by SkidOvidiu at 5/29/2005 12:00:00 AM
could someone tell me some quick " forumlas" to add sounds to:
-a frame
-a button
probably the same thing :)
there is another thing too
I dont know if its possible to open a song part by part , not all at once
makeing something like a buffer so I dont have to wait that much at the
beg... more >>
input text again :-)
Posted by g5604 at 5/29/2005 12:00:00 AM
Hi,
anyone know if its possible to check if any text has been entered into an
input field.
if (_root.name_imp.text == "" ) test for no input, how can i modify this to
check for any input.
cheers,
Gareth.
... more >>
input text color
Posted by g5604 at 5/29/2005 12:00:00 AM
Hi,
is it is possible to change The colour of text in a input box using actionscript?
cheers,
G... more >>
Checking if a movieclip has loaded any data?
Posted by Serpream at 5/29/2005 12:00:00 AM
Hi im sorry if this is a stupidly basic question but ive tried all diff
resources and havent found a answer.
What im trying to achieve is on the first laod of my website is it to load a
Home.swf into mc_Content movieclip. The prob is i only want this to happen the
first time due to when i t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Accessing loadVars object data
Posted by duderOfHunka at 5/29/2005 12:00:00 AM
:o I'm kind of embarrassed to be asking this question. I've been pretty good
about working my way up through flash by teaching myself, but I'm stuck.
I'm loading data via PHP from a MySQL database into Flash like so:
c = new loadVars()
c.sendAndLoad("my.php", c, "POST")
Simple, rig... more >>
|