all groups > flash actionscript > august 2007 > threads for saturday august 25
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
hide ou show objects on stage with actionscript...
Posted by IndioDoido at 8/25/2007 11:01:26 PM
hi...
I made a simple flash jukebox and i want the music buttons to appear as the
mp3 files are loaded.
This is the script i wrote:
if(_framesloaded > 4)
_root.musica1.visible = true; //musica1 movieclip instance name
else _root.musica1.visible = false;
if(_framesloaded > 8465... more >>
Beginner Actionscript 3.0 Help
Posted by Bob Ralian at 8/25/2007 10:43:54 PM
I'm just trying to get a dynamic text field to be populated by "Hello World"
using actionscript 3.0.
My flash file has a dynamic text field named "randomtext" on frame 10 of a
layer also named "randomtext". My understanding is adding this name to a
dynamic text field automatically turns it... more >>
Validating sequences
Posted by GerryIsHere at 8/25/2007 9:30:14 PM
Hi there!
I often use the well known book by Franklin & Makar about Advanced AS2
Scripting.
But, despite the fact they provide excellent samples of validation routines
(email validation for example), they do not provide any example of validating
sequences for phone numbers.
In North ... more >>
NEED some help with this code.
Posted by satrop at 8/25/2007 8:57:00 PM
Good day all! I've had this problem for some now and I cant get the code to
work right. You can get the .fla here>
http://thedesignport.com/Help/Final(Flash8).fla
CS3>http://thedesignport.com/Help/Final.fla< and heres the xml file I'm
using>http://thedesignport.com/Help/New_images.xml<.
... more >>
Keeping "state" with many movie clips
Posted by .Michael. at 8/25/2007 8:53:31 PM
In one frame (Frame A), I've dynamically attached many movie clips for a
tile-based game. This happens in the init function of that frame. If I move
to another frame (Frame B) temporarily (to display something else), it looks
like I need to remove or unload all of the movie clips so that the... more >>
loadSound and OnLoad not working in a class
Posted by JohnnyDang at 8/25/2007 8:25:56 PM
Hi, I'm using AS2.
I can't get an external .mp3 file to play after it's finished loading.
Here's my code:
class Sounds {
var musicPlay:Boolean;
var mainsong:Sound;
//
function Sounds () {
musicPlay = true;
}
//
public function Theme () {
trace ("Sound The... more >>
Can't see text in list component
Posted by rgames at 8/25/2007 7:56:53 PM
I'm adding an XML-driven list component to a page in a Flash template and I
can't see text in the list or text box components. The boxes are visible - the
text is not. However, the text is there because you can mouse over and select
it and you get the appropriate hilight behavior. I also ad... more >>
Synconizing Sound Files during Playback
Posted by davidjez at 8/25/2007 7:36:11 PM
I'm trying to create a drumbox with multiple looped sound tracks. The user
will have the ability to turn on and off sounds (e.g. hi-hat, snare drum, bass
drum, etc). I've figured out how to start and stop sounds, loop them, and
remove any unwanted delay between loops, but I can't figure out ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
where can i find simple flash play/stop button tutorial
Posted by monster91 at 8/25/2007 7:03:28 PM
Can anyone help me where can i find simple flash play/stop button tutorial. All
i need to import a icon play/stop button, when click it load wav file.
How can i attach media.fla
when u click btn
on(release) {
CodePlayer.start();
}
on(release) {
CodePlayer.stop();
}
acti... more >>
AS3 accessing library
Posted by YippySkippy-xx at 8/25/2007 6:53:52 PM
I am new to AS.
How do I create an instance of a graphic symbol I have in the Flash library from Action Script 3.0?
Thanks!... more >>
problems with removeMovieClip()
Posted by DZ-015 at 8/25/2007 6:27:39 PM
Hey - I'm having problems removing a movie clip I created with attachMovie.
the movie clip has many other movie clips inside it. But when use:
removeMovieClip(mcStack);
mcStack doesn't disappear. Is there something I have to do first to make
removeMovieClip work?
BTW - mcStack... more >>
Replay Button for Flash Movie
Posted by atlkhan at 8/25/2007 5:33:19 PM
Hi
I have placed a flash movie on my webpage. I want to include a play button on my site so that movie only plays when it is clicked. Can someone guide me how I can do that
Thanks... more >>
CSS in flash question
Posted by brian914 at 8/25/2007 3:05:59 PM
I am using css in Flash to style the content of a html text box. I have it all
working, except, if I use "fontWeight: "bold" " or "fontStyle: "italic" " the
text that was styled disappears. Why is this happening and what can I do about
it?
My styling looks like this:
var cssStyles:TextF... more >>
Checkbox Help
Posted by SBiMedia at 8/25/2007 5:50:34 AM
:confused;
I need help ASAP. Here's the problem. I have created a 2 page form in Flash
Prof 8. I don't have any issues passing the TextField variables to php from
either page 1 or page 2, but I can't seem to get the Checkbox values on page 1
to carry over to page 2 and be uploaded to the ... more >>
Finding the width of a JPEG loaded into a movie clip
Posted by pbesong at 8/25/2007 2:50:13 AM
I will be loading a page of bio information. Next to the person's photo (photos
will vary in width) I want to put a column of buttons about 20 pixels to the
right of the photo. So after I load the photo into an empty movie clip, I'm
trying to get the width of the photo in order to figure out ... more >>
Javascript to communicate with Flash, need help...
Posted by Spencer Hill at 8/25/2007 1:42:02 AM
Heya,
So I have a flash navigation bar http://juice-t.firetree.us and I want to
put javascript into individual pages that tells the .swf file what page it's
one, thus causing the navigation to go to the down state of that associated
link.
Can't figure it out, can anyone help? T... more >>
Very, Very, Very, Very, Frustrated!!!!!!!!!!!!!!!
Posted by DaBrainz at 8/25/2007 12:27:48 AM
I have looked and posted in newsgroups, discussion forums, chats, and read
endless articles. I also bought the only good book I could find (there does not
seem to be that many in release yet). However I am either looking in the wrong
place or asking for something that is seemingly impossible. ... more >>
|