all groups > flash actionscript > may 2007 > threads for saturday may 26
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
Fade In Script
Posted by bcounts at 5/26/2007 10:49:01 PM
Can anyone help me figure out where to attach the Transition Manager Fade In script to the below ActionScript - I want it to fade in.... more >>
Time until next Event loop
Posted by RavenWorks at 5/26/2007 9:20:20 PM
I'm making a class that will load some data, and fire an event when it's
finished loading... and I'm just not sure how to set it up so that people
won't miss the event trigger when it's asked to load an extremely small amount
of data.
My first version started the load in the constructor, ... more >>
change a static TF with AS
Posted by jlucchesi at 5/26/2007 7:18:43 PM
Hi - Is there any way to address a static textfield in a movieClip with AS? I
want to change the color and selecability of the text using Actionscript
(because I have about 50 of them and don't want to open each mc to get at the
textfield.) The mc has an instance name but, natuarally, the... more >>
NetStream (Audio) (MX 2004)
Posted by Phattystylez at 5/26/2007 6:56:20 PM
Hi there.
Can someone please shed some light on the NetStream function?
1. Does this allow me to stream an audio file from an alternative source
rather than compiling it into my flash file?
2. What audio formats support it?
3. I am trying to develop background music for my flash docume... more >>
How do a make a button go to the last frame of an swf file?
Posted by janemig at 5/26/2007 3:19:19 PM
but i don't want it to play the entire movie, just the last frame.
Much appreciated, thanks!
jane... more >>
parsing xml
Posted by Bonne23 at 5/26/2007 2:48:02 PM
i am creating a blog using actionscript and php...
when i load the xml file characters like apostrophes are replaced with '
is there way to keep this from happening??
i have the php upload the text from a swf file, at first it was adding slashes
in front of the characters like aposthrop... more >>
Help with calling a Get URL
Posted by ircc at 5/26/2007 1:40:45 PM
I am having a problem with calling a series of web pages within my movie. I
have an index.fla that I publish to html. Within the index.html, I am calling
multiple swf files to load content. Home.swf loads when the index page
displays. Then the user clicks on any button and each button loads an... more >>
Statement must appear within on/onClipEvent handler
Posted by mydoofy at 5/26/2007 5:31:39 AM
Hello. I have an MP3 player built into my presentation but when I go to test
my movie the following 3 AS errors come up. My code is below as well. Could
someone assist me in finding out where my problem is?
Thank you very much for any guidence. :)
**Error** Screen=presentation, la... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
problems with LoadMovie
Posted by supreme2284 at 5/26/2007 3:57:14 AM
Hi all,
I am creating a flash doc that is going to have many images on it. I have
decided to split these images into groups and place them in individual .fla
files. I have one main fla that i am going to load all the other groups into. I
would like to put all the separate groups back to ba... more >>
Why use onClipEvent(load)?
Posted by OrangeHaze at 5/26/2007 2:31:36 AM
Hello, I am curious if there is any benefit to putting code inside the
onClipEvent(load) event handler instead of simply putting any code you want run
on the very first frame of the movieclip? It seems that both yield the same
results; however, Adobe/Macromedia seems to discourage putting code... more >>
Mouse advoider
Posted by Ashpotter at 5/26/2007 1:19:06 AM
I have never been taught actionscript. For a "don't touch the wall with the
cursor" game, it is ok to make the path and have the code target the path and
have the path have this code?
Will this work?
on(RollOut) {
gotoandstop (1)
}
... more >>
Online multiaplayer game help.
Posted by aniboy6 at 5/26/2007 12:00:00 AM
Hi guys,
im pretty much stuck on a few bits and peices.
1. usersystem / user profiles
2. Scritping the charavcter to move anywhere
3. Toggle camera up and down
4. moving land so that the game moves around in different areas
Thats all i really need to know about at them moment.
... more >>
Converting Videos into FLV but @ serverside
Posted by Sw Jiten at 5/26/2007 12:00:00 AM
Hi there, please help me with this: I need to upload videos to the sever (MPEG,
etc etc) and then convert them automathically into FLV files to be displayed
(kind of youtube, not exactly).... any idea ? thanx in advance
... more >>
|