all groups > flash actionscript > december 2005 > threads for sunday december 11
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
Best practice
Posted by Don 1000 at 12/11/2005 10:24:44 PM
I have read a few times that it is best practice to put all your actionscript
in the first frame of the main timeline. Now that I have Flash 8 and 'learning
actionscript 2', I'd like to get to grips with actionscript properly, and this
is one area that I'm having problems with.
1. this appea... more >>
Movieclip Problem
Posted by Jambres at 12/11/2005 9:23:34 PM
Only one of my mc's show-up and I have the same code for them all. I'm using linkage and I have ID'ed them all, that i'm going to use. here is the fla file.http://webofkered.com/flash3/finalProj.fla... more >>
dispatchEvent
Posted by Michael Gioffredi at 12/11/2005 6:37:54 PM
Following http://www.macromedia.com/devnet/flash/articles/creating_events.html
tutorial, I cannot seem to get an event dispatch to work within another
function. For example, the following modified class code does not work. What am
I doing wrong? This is very important as I want to be able to d... more >>
Explorer Back Btn
Posted by jonnybennett at 12/11/2005 6:34:54 PM
I am trying to create a back button in flash so that the user can go track
back. Instead of pages like explorer, flash obviously has to track back to
where in the main timeline the user has visited. The problem is how does flash
know where in the timeline it has come from?. If anyone can point... more >>
streaming with Sound() class
Posted by shawee at 12/11/2005 6:32:10 PM
Hi eveybody,
I'm searching for a way to create streaming with the Sound class of
Actionscript.
As in :
http://www.estvideo.com/dew/index/2005/02/16/370-player-flash-mp3-leger-comme-un
e-plume
in wich you can see that the MP3 is displayed before it's completely loaded.
I've tried to l... more >>
Input Text
Posted by VVill at 12/11/2005 5:57:53 PM
Hello all. I am tyring to set up an input text field so that when the correct
answer is entered it play a one movie clip but when the wrong answer is entered
it plays a different clip. Does anyone have a link to a good tutorial that will
help me do this? or even explain it to me themselves???
... more >>
Movieclip Rollover
Posted by M.Kaiser at 12/11/2005 3:51:41 PM
I am working on a game which relies on the hitting of a movie clip with the
mouse to go to a new frame. I am new to flash, so I'm not using hitTest, which
I've read about but still don't completely understand. Here is my alternative:
http://img522.imageshack.us/img522/2585/over8nj.jpg.
Can... more >>
media player it is too urgent
Posted by Macromedia at 12/11/2005 2:12:18 PM
Guys i have two video clips that supposed to be played with the default
media player of the user and i have two buttons on flash , i need the
suitable actionscript to be put over the buttons to tell them the following
on(Release ){
play the specific media file with the media player
}
i hope ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to use fscommand(exec, "notepad.exe"); in Flash 8
Posted by Calice at 12/11/2005 1:42:32 PM
Hi
I know this topic being discussed previously where Flash player 8 does not
allow execute of local file.
I don't see any satifactory solution beside using FlashJester, which is not
free.
I want to create an Autorun CD that will open a menu (flash projector *.exe).
Inside the menu... more >>
ActionScript basics
Posted by 5had0w at 12/11/2005 11:33:59 AM
Hey guys im new at forum and i need some help...i can't find tutorials saying how to use AS... can you give me some basic help plz?... more >>
Button not active
Posted by scotty71 at 12/11/2005 4:19:17 AM
I have FLV that plays on my homepage. I have a button, that doesn't appear
until the video is finished playing.
that is: my_btn._visible = false; etc.
However, when it appears, the button does not work. I've tried my_btn.enable
= true;
and that doesn't help either. Anyone ... more >>
BitMapData not working
Posted by Flash Junction at 12/11/2005 12:42:27 AM
Can anyone tell me what I'm doing wrong? I'm trying to use BitMapData.draw()
but nothing happens. This is my code
import flash.display.BitmapData
this.createEmptyMovieClip("holder_mc",1);
holder_mc._x = 10;
holder_mc._y = 10;
myBitmap = new
BitmapData(animation_mc._width,animatio... more >>
Style change not working for <li>
Posted by HenrieMediaInc at 12/11/2005 12:02:02 AM
I am trying to change the <li> style from Black to White but I cannot get this
to work. Any ideas?
function showContent() {
var i;
content.html = true;
my_css = new TextField.StyleSheet();
my_css.setStyle('a:link',{color:'#FFFFFF',textDecoration:'none'});
my_css.setStyle('a:ho... more >>
Script to CLOSE a NetStream!
Posted by tdmac1 at 12/11/2005 12:00:00 AM
Closing a NetStream Post #1
I want to create a button that allows me to end a video playback (using
NetStream). I haven't figured out what I'm doing wrong. The code is scripted in
the button instance, correct? Loading the .flv is not a problem...but ending it
when I want is! Any help is m... more >>
Switching Movie Clips
Posted by meme83 at 12/11/2005 12:00:00 AM
Hi There,
I'm making a flash game and having trouble with switching my movie clips when
a hit is detected.
I have two characters.
character2 is a movie clip which is a 'snoring' animation.
What I want:
When character1 jumps on character2, I want character2's movie clip to change
... more >>
Passing Values To PHP
Posted by Iceman90 at 12/11/2005 12:00:00 AM
Hello. I am trying text from a large textbox I have in my Flash file, into a
PHP file. I am going to use this so I can update the main content on my
website's mainpage (index.php), without having to use FTP.
My Flash Code:
I can get the values to pass to PHP, but then when I close the ... more >>
|