Thanks Dustin and Judah, I think I'm starting to get it. (God, I feel like such a beginner.) But at the risk of opening another can of worms, let me confirm...
The first two parameters are all you need: myButton.addEventListener(MouseEvent.CLICK, someFunction); function someFunction(evt:MouseEvent):void{ } You could...
You should always set useWeakReferences to true. Otherwise you'll need to manually remove your event listeners to ensure that DisplayObjects get garbage...
Interesting news items from Adobe: Thermo - A designers tool that is a cross between Photoshop, Flash, Premiere and Flex. Write RIA's without code: ...
If this is what you're talking about.. http://en.wikipedia.org/wiki/Inverse_kinematics It's basically a joint system allowing you to grab 3D figure's part (a ...
man. this is how out of the loop I am: i didn't even know that there is 3d animation in Flash! the term adobe is using is "reverse" kinematics. is this the...
It doesn't have to be in the 3D space. Inverse Kinematics can apply to 2D as well. 3D animation support is going to be a feature in Flash CS4 Dustin From:...
Hi all We are working in PC's with CS3 Flash and are having trouble with making a Flash 9(player) Mac projector that will work non Intel Macs. It will work on...
I'm looking to customize the flv video component. 1) I need it to display timecode while playing and dragging the thumb 2) I'd like to change the functionality...
Flash SOS, I have been working as a print designer for the last 6+ years, but within the last year I have come down with a bad case of the 'Flash bug'. I...
I heard that Collin's new Essential AS3 is really great for beginners. Then once you get the hang of it and want more of a challenge you should check out my...
I don't know if you can open up the components to see the code or not. But if you want to roll your own timecode display you can use something like this: ...
Yeah, for the timecode, you can use a textfield like Chuck said. Just create an event listener for the FLVPlayback component for the "playHeadUpdate" event....
Flash MN members -- I'm helping organize an event called MinneDemo for local tech professionals to network and show off the software they've been working on....
Between now and March 1, get some sleep and get ready for the Sierra Bravo's first-ever F1 Overnight Website Challenge. We will host an all-nighter bringing...
Hi, David! I am in the process of learning AS3 myself. So far, I've read the Moock AS3 book as well as done a lot of the Lynda.com tutorials. Also, I have...
The selected candidate must also be willing to learn ColdFusion … I am currently looking for a mid-level web developer for a contract to hire position in...
Does anyone know if Adobe's support for H264 in the new player extends to changes in how FLVs will be encoded (will you be able to use either VP6 or H264 to...
Good morning, This is Jessie, We have a short-term 3 day opportunity with a company in Golden Valley looking for someone with the software tool Adobe...
*Agenda for Wednesday, October 17th * 6:30 - Food and drinks available 7:00 - Flash News Flash! 7:10 - Art for Coders! 8:10 - Wordpress CMS for Flash *"Art For...
Hey folks - I stumbled across an interesting behavior with timeline actions when I was helping a student with a file. I'm curious if anyone has come across...
Dustin, try this Look to see if you have the same frame on both ends. This will give the effect of the player stopping when it is playing two identical frames...
Origin of the timeline‹Programmers remain calm, it¹s just a grid As far as I know the timeline came about in an early version of Director called ³Video...
So in Wednesday's meeting we had a discussion about color theory, adjacent colors and complementary colors. I mentioned I would post links to some online...
Thanks! Those were great links. - I found another site that might be worth looking at (via Eric Meyer's website). http://meyerweb.com/eric/tools/color-blend/ ...