all groups > flash actionscript > february 2005 > threads for sunday february 6
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
How do I loop streaming sound
Posted by mattmuller at 2/6/2005 11:41:32 PM
Hi I have a 2mb song I am streaming in, although I am using
my_sound.start(0,100) to say loop it 100 times, it will only play once, it will
only loop if I set streaming to false. I am using the sound object here. Is
this possible via netStream as an alternative. anyone? cheers MaTT
... more >>
on button press, if text.bold = true, text.bold = false
Posted by Pluda at 2/6/2005 11:28:18 PM
Hello,
I'm trying to make one simple text editor, but I'm with problems on how to
manage a way of know if text is per instance bold or not when I press the bold
button, so I can switch from bold or not bold.
I'm trying whith this, but no results:
Thanks
boldButton.onRelease = fun... more >>
Content Managment
Posted by Leopold Hastreiter at 2/6/2005 9:46:00 PM
What I'm basically looking for is some sort of application or method to provide
my customer with a simple form they need to fill out which then creates a txt
file containing variables in the right format so flash can load them from
there. It doesn't need to happen online, so it would be enough... more >>
Import problems in .as
Posted by Guysh at 2/6/2005 8:37:43 PM
I get the error: The class being compiled, 'package.Class', does not match the
class that was imported, 'Class', when using myClassA in another class -
myClassB. They are both in the same package.
First I tried without import in myClassB - checking its syntax gave me the
above error.
BUT w... more >>
I can't merge two hash tables in Flash???
Posted by HHslap at 2/6/2005 8:18:36 PM
Tell me if I'm correct here. In flash, if I want to get the length of a hash
table, I have to write my own for loop and count?? Or if I want to merge two
hashes, I also have to write my own code?? It's 2005 and I'm writng for loops
every time I want to merge hashes? (Or as you call them ... more >>
control video with mouse x or y axis
Posted by allwazeWW at 2/6/2005 7:55:04 PM
so i was talking with another developer and he was saying he had heard of a way
to control video time (scrubing back and forth) on the mouse x or y axis. he
didnt say if it was a componant or just fancy scripting.
I was wondering if any one knew anything about it?
thanxs bunches.
N
... more >>
Fix my code........... Please.
Posted by Rich146 at 2/6/2005 7:36:34 PM
This code works well draging one clip to one targ but I need to drag multiple clips to the same targ. Let me know if I should send the fla.
Thanks so much in advance.
Sophia.... more >>
Adding Icons to List Component
Posted by imanru at 2/6/2005 7:30:15 PM
I want to add a default icon or just an icon to a list component. From what I
read i need to use iconFunction or IconField. I cannot figure it out. I also
tried setStyle but was not able to figure it out. Can anyone help me with this?
Thanks:confused;
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Duplicate movieclip into diferent layers ?
Posted by costin at 2/6/2005 6:47:38 PM
Hi everybody ! I need your help if you don't mind. If anyone know how to do it
will apreciate. I whant to load an movie as an library on level1. From level1
I whant to duplicate diferent movieclips but on level0. so if i unload the
level1 movieclip remain the duplicated movieclip on the desk... more >>
tabing order
Posted by allwazeWW at 2/6/2005 6:17:22 PM
I built a emailer but when i push tab the focus goes all over the site.
is there a way to give the text boxes order?... more >>
random fire
Posted by GhettoFabFlah at 2/6/2005 4:20:14 PM
Thanks to anyone whos helped in my other posts today, but i have one more
question. In my game again, the enemy fires at you and you lose health. Is
there a way to make it loose health at random, like sometimes you lose health
and sometimes you dont? Help Would be Appreciated!
... more >>
Drag Over Enemy Kill
Posted by GhettoFabFlah at 2/6/2005 4:16:06 PM
i have a shoot 'em Up game where you have an enemy shotting at you and when u
click him he dies. But since the weapon is a machine gun i want it to die when
i drag the mouse over. Because if im holding the mouse and go over him, nothing
happens. i tried : on (press,dragOver) { gotoAndPlay(38)... more >>
How do I link two SWF files?
Posted by JStoneXR at 2/6/2005 4:00:21 PM
I'm using Flash MX 2004 (7.2) on the Mac with a bunch of 7th graders creating
some awsome cardiopulminary animations. It's a great learning tool. I've hit a
stumbling block, though.
I can't figure out the best way to have two kids (they are working as partners
on the project) link one .swf... more >>
charge = true
Posted by GhettoFabFlah at 2/6/2005 3:59:43 PM
can you do anything = true or false or does it have to be a sertain thing like
charge = true. like could you say pizza = true. I don't think i worded this
very well, but if anyone understands please help. It's just a yes or no answer.
THANK U
... more >>
Howto stop an onClipEvent
Posted by Tom_R at 2/6/2005 3:39:40 PM
Hello I don't know how to make an onClipEvent go stop working. E.g. If you want it only to work ones. Anybody?
Thanks... more >>
Asian characters in Flash
Posted by MoniThor at 2/6/2005 2:20:30 PM
I need to show asian characters in flash. I load the text from a TXT or XML
file. This files was saved as UTF-8, Unicode, i used System.useCodePage= true,
but nothing. I can?t see something. Somebody know what i can do? Thanks!!!
... more >>
Controlling an mc with the mouse
Posted by Sebhughes at 2/6/2005 1:34:54 PM
i have an movie clip and i want to be abnle to control it wiht the mouse so if
they left click it goes up and if the dont touch any thing it goes down and i
want abarrier so it cant go off stage?
Thanks
... more >>
link class to MovieClip and call its methods
Posted by Guysh at 2/6/2005 12:56:30 PM
I am creating MovieClips dynamicaly using attachMovie() of a symbol in the
Library.
I want to extend the symbol and link a Class to it to allow setting, for
example, the color of a circle.
I managed to do so based on MX Tutorials but only when initializing the class
(by adding the property... more >>
adding 1 to dynamic textbox when code is typed
Posted by Hoathy at 2/6/2005 12:26:13 PM
Please read carefully (this is quite long): I have my dynamic text box with
the number 1 written inside and with its var name - dynamic_flag. He is the
follow code which work when assigned to a button: on (release) { var
dis=display_flag; if(dis==1){ display_flag=2; } else{
display... more >>
Preloading and playing multiple swf's
Posted by flying whippet at 2/6/2005 12:08:06 PM
Hi, I thought that you may be able to advise me on this one. Here goes - I am
wondering firstly how to preload multiple swfs into my master swf, and then
after that, ensure that the 3 swfs in question start playing at the same time.
Currently I'm loading them in from the master swf (using M... more >>
display 200 fotos in flash file
Posted by NadiaAziz at 2/6/2005 11:13:11 AM
Hi
i made a xml file contains 200 fotos to display in flash file , but i want each foto to be on stage only 20 seconds , anyone know how to do that with actionscript ?????????
thank you :confused;... more >>
Setting Default Date of DateChooser
Posted by Charlied at 2/6/2005 10:20:34 AM
Does anyone know how to set the default date of the date chooser. I can see how
to turn it off by using .ShowToday = False but would like to set the default
day to default 2 days before Today. Thank you Charlie
... more >>
Drag & Drop
Posted by Sebhughes at 2/6/2005 9:52:40 AM
Ok i want to make a drag and drop style thing and to drag the object i have
this code
on (press) {
startDrag (this, true);}
on (release) {
stopDrag ();
}
---------------------------------
And i want it so they have to drag it to make say a picture how do i do this?
so if... more >>
How can I know what am I pressing on?
Posted by cristianregep at 2/6/2005 6:47:02 AM
How can I make a mouse listener that tells me when the Mouse Presses and it tells me what MovieClip movieclip was hit?.... more >>
XMLSocket Basics
Posted by knucklenutz at 2/6/2005 2:39:22 AM
Hi all, I am trying my hand at establishing an XMLSocket object and passing
data between two flash movies via a socket server. I have downloaded and
installed trial versions of Electotank and Unity and tested them locally. I
can connect to the socket servers no problem, but can't pass simpl... more >>
print a PDF file from Flash
Posted by alarts at 2/6/2005 1:09:37 AM
Hello all,
I'm creating a training Flash animation. I would like to know how to print a
PDF or Word file from my Flash file. I mean I would like to add a print button
into my Flash animation which to let to learners print a PDF file. Can anyone
help me?
Thanks a lot in advance.
... more >>
why onLoad function executes at the end of the script..??
Posted by Shrijal at 2/6/2005 12:22:07 AM
:moon; I have wrote the code as below to get Arrays populated from a text
file. but that populates at the end. I want some solution so that all the
arrays gets populated and afterwards the rest of the code executes.... my code
is as below
loadText.onLoad = function() {
//temp = thi... more >>
|