all groups > flash actionscript > august 2006 > threads for saturday august 5
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
Need help with different flash player version
Posted by thephatp at 8/5/2006 11:49:39 PM
Hi everyone,
I have a music player that I created, but it doesn't work all of the time. It
doesn't seem to be a browser associated problem, so I think it is a flash
player version problem.
I developed the music player with Flash 8 pro, but I can't seem to reproduce
the same problem t... more >>
Flash Timecode
Posted by zorgia at 8/5/2006 11:43:12 PM
I'm trying to get a Timecode to work in my flash project... or something like it all i need is something that will display the amount of time that has past in the video that is playing.... more >>
Defining Variables Problem
Posted by VaporAction at 8/5/2006 10:52:20 PM
I seem to have a problem with the definition or paths of 2 of my variables
(yourAnswer and currentElement)...could someone check my code and find my
problem...
mcElementGold.onPress = function(): Void {
this.startDrag();
};
mcElementGold.onRelease = function():Void {
this.stopDra... more >>
ENTER key
Posted by VaporAction at 8/5/2006 9:59:53 PM
I want the ENTER key to perform the same function as clicking on an Enter button I have created...how would I do this?... more >>
[FP6 & AS1.0] loadMovie clears prototype object
Posted by abeall at 8/5/2006 7:46:53 PM
I don't know how I survived so long with out running into this before. I always
knew that loadMovie replaces the contents(all object/variable references) of
the MovieClip when loaded, but apparently in FP6 AS1 that includes references
inherited from the prototype object. FP7 AS1 works just fin... more >>
Loading jpgs and txt files into flash
Posted by datawizard at 8/5/2006 6:06:34 PM
Hi all , I am having a bit of a problem, What I am attempting to do is create a
simple photo album where the user can add more pics and text captions by
editing an external file for adjusting the array lenghts for the jpg and the
text files, each text caption is its own txt file the problem I ... more >>
Wierd Things Happening
Posted by Darth Crap at 8/5/2006 4:31:05 PM
Two things wierd going on with my flash project atm.
Any help or ideas would be appreciated
1.
--
I have a movie clip called chao with the name 'chao', which contains another
movieclip called 'chao4' with the name 'mychao'
(yes... i am doing a sonic game lol)
Later on, i have the a... more >>
button scripting question??
Posted by Adam Deeley at 8/5/2006 2:01:20 PM
Hi ive managed to get my buttons working in the way i want them to using this
script. They work as a rollover and when clicked become selected and disabled
untill another button is pressed, then the other buttons re set and the
selected button becomes highlighted. The only problem i have now i... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
adding hours and minute
Posted by Ashok Parte at 8/5/2006 12:31:27 PM
Hi Everyone
1. I am randomly generating number.
2. I am also randomly generating hour and minutes
3. Now i want to add the randomly generated number with randomly generated hr
and min.
4. These added values need tobe displayed in text box
e.g. 13:40 + 1:25
answere : 15:05 ... more >>
Forcing secondary monitor full screen
Posted by webmustard at 8/5/2006 12:58:12 AM
I have to flash projector files: one acts as a controller to chose a flv(s).
The other plays the selected video (through localconnect).
Th second projector (the "player" if you will) needs to load full screen
in-order to display on a TV properly. However, adding
fscommand("fullscreen","tru... more >>
Going nuts
Posted by indyjoe at 8/5/2006 12:00:00 AM
Hi I am new to Actionscript and am having trouble with multiple images,
attachmovie and removemovieclip.
I cannot seem to be able click on all the balls created only the last one. It
is driving me nuts. Can anyone help?
sum = 10;
for (i = 0; i < 3; i++){
mc = _root.attachMovie("ball"... more >>
Math.sin ?
Posted by NutsyNalinda at 8/5/2006 12:00:00 AM
whe i trace
i need to get sin value of 30
trace(Math.sin(30));
// out put -0.988031624092862
but real value of sin(30) = 0.5;
why is that, how i get the real valu of sin
Cheers!
... more >>
|