all groups > flash actionscript > october 2007 > threads for saturday october 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 29 30 31
How do you
Posted by SuJun at 10/6/2007 10:29:40 PM
I "think" I am getting a handle on AS3, but I find the gotoFrame() command is
associated with a movie clip not a button. In AS3 how do you tell a button go
to a specific frame when clicked?
"bButton" is the instance in this script:
bButton.addEventListener(MouseEvent.MOUSE_DOWN, mouseDo... more >>
Adding import fl.video causes a compiler error
Posted by ScottEOsborn at 10/6/2007 10:08:00 PM
So I added this to my action script:
import fl.video;
And got these compile errors:
1172: Definition fl:video could not be found.
1172: Definition fl:video could not be found.
Checked my version, and I DO have CS3 Professional.
I'm assuming I'm missing something really easy. ... more >>
I am dumb and need to ask a question
Posted by cba2r at 10/6/2007 9:08:26 PM
me and my brother both have computers, he doesnt have flash though!
I wanted too pass something onto thim that i made with flash. How do i made it
so that i can giv him something without him requiring the software?
Thanks :D
i belive there is some sort of render
I am using macro fl... more >>
Playing sound (mp3) from user's HDD?
Posted by MazAwushu at 10/6/2007 7:29:44 PM
Hello!
I've got following problem:
- I've got a flash website that is on a server
- I need user to be able to play his own mp3s (from his HDD) (something like a
mp3 player, but launched from a server)
------------------
I thought about following solution:
a sound object (ex. var so... more >>
AS3.0 error:5007
Posted by OmniFlash at 10/6/2007 6:20:33 PM
5007: An ActionScript file must have at least one externally visible definition.
Alright I have a .fla with 1 symbol
Symbol linked to a FOUND .as file
asfile:
import flash.display.*;
class aMoveTest extends MovieClip {
public function aMoveTest() {
}
}
So that looks PRETTY ... more >>
Hiding Flyout Menu
Posted by PhenixDesigns at 10/6/2007 5:00:09 PM
I'm currently using Flash 8.
So I've got a flyout menu working, and it's showing up exactly how I want it
to. Mouse over the button at the bottom of the screen, and whammy - the menu
slides into place all smooth-like.
But then comes the problem. I, of course, want the flyout menu to be v... more >>
HTML file manager/ browse button
Posted by chopTheWood at 10/6/2007 3:41:02 PM
I want a user to be able to upload a .jpg file with php from a flash page. But how does one create a "browse" capability from Flash so they can select their file?... more >>
HELP.as2 code forces swf to be unresponsive
Posted by studioviewwayne at 10/6/2007 1:55:51 PM
Hi Anyone
i have been playing with some great open source from blitz agency and have
been tweaking it. All the code is in an as file and contains no errors but when
exported the swf does not play and i get an error saying the code is forcing it
to run slowly.
Here is the file if any one ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
...name of this class...conflicts...
Posted by Joniba at 10/6/2007 1:20:31 PM
Hi all, I am pretty new to ActionScript. Most of my experience is with c#,
just so you know where I am coming from.
I am getting a bizarre phenomenon. Truthfully I don't even know where it
comes from so it's hard to explain, but maybe someone else is already familiar
with it and will be ... more >>
Blur effect using actionscript
Posted by serg2049 at 10/6/2007 4:00:22 AM
How can I make a blur effect using actionscript, not the built-in effect for which I have to use a tween?
Any codes you can give me or links to tutorials?... more >>
onMotionFinished issue
Posted by l_u_b_i_007 at 10/6/2007 3:15:38 AM
Hey guys,
I have this problem - I have declared a function which consists of few tweens.
I also declared another function which is calling the "onMotionFinished" state
from the previous function but for some reason this doesn't work .... are there
some restrictions on this onMotionFinished... more >>
Cant get URL request to switch to a diff, string
Posted by Vee at 10/6/2007 2:06:12 AM
Im having trouble getting the new string to be accepted by the URL request.
What Im trying to achieve is swicthing the mp3 track by submitting a new value
for the request.... but it seems to be sticking with the original... any
comments?
import flash.events.Event;
import flash.media.Soun... more >>
Is it possible to send data from a webcam to a server via flash?
Posted by sneakyimp at 10/6/2007 12:34:14 AM
I've been reading about the Flash CS3 Camera class and can't seem to find out if there is any way I can grab a frame or two off the camera and send it to a web server. Is this possible?
... more >>
Changing a picture with several clicks.
Posted by Venian at 10/6/2007 12:00:00 AM
Hi.
I an MC. By clicking, lets say, 5 times on it, it changes to another MC. Can i
do this any other way then frames.
I can have 5 frames and every click (NextFrame). But i was wondering if there
is another, more better, way to do it by ActionScript.
Thank you.
... more >>
dynamicly giving alpha
Posted by balamurugan NO[at]SPAM flipdesign.in at 10/6/2007 12:00:00 AM
hi guys
i want a help from you...
There is a movie clip called cr_1 and cr_2 each movie has nearly 30 movie clip
with cr1 to cr30 in this case i want to give alpha for the selected movie clip
in that case i has written the function witch will call for this function with
the parameter of w... more >>
Changing a picture with several clicks.
Posted by Venian at 10/6/2007 12:00:00 AM
Hi.
I have an MC (MovieClip). By clicking, lets say, 5 times on it, it changes to
another MC. Can i do this any other way then frames.
I can have 5 frames and every click (NextFrame). But i was wondering if there
is another, more better, way to do it by ActionScript.
Thank you.
... more >>
fade out fade in pgae transition
Posted by velee at 10/6/2007 12:00:00 AM
Hi,
i need a action script for page transition .
When i click button for about us i watn to first fade out the text on the page
and fade in the page for ''about us page '' .
i mean only texts .
i need the code
on release
fade out movie....... etc.
please help me
... more >>
|