I have a timeline animation that's going to play one ending if a certain text file is found in a location relative to the swf, and another ending if that text...
The path will need to be changed for Windows. It will work on the web and on the Mac, since both use UNIX paths, but Windows uses backslashes instead of...
You can use getVersion() which grabs the current version of Flash player (and if it's Win or Mac). You can use a little conditional logic "if it's windows,...
Thanks, guys. I still couldn't get it to work, but it's not a big deal. I'll just move the external file to the same directory as the swf file and get rid of...
passing this along from the Adobe User Group list... Hello - Adobe's customer research team is collecting an assortment of SWF content. We are looking to get a...
Hi all, My name is Theo Yancey and the company I work for here in Wisconsin is in need of a Flash Developer/Designer to assist them in enhancing their...
As we speed headlong in a madding pace into the future we pause to ponder one of life's riddles... Is there going to be a flash user group meeting this...
No worries Flashmn fans. There will be a meeting. We already have a great presenter lined up. Judah will be sending out the details soon. Sponsors on the...
I am in need of a full-time Flash developer. We have product plans that will feature a very rich Flex UI. This is a very unique opportunity for the person who...
You probably know, but might not know- Flashbelt is going down next Mon-Thurs. There's still a few tickets left. Check it out. A Flash explosion right in here...
Due to feedback and scheduling with Flash Belt conference we will NOT be having the meeting this Wednesday! The meeting this week has been postponed. We WILL...
Hey guys, this isn't specifically Flash related but it does include it. We are looking for a Web Application Developer. More information is available at...
Hey All, I've posted some photos from Flashbelt here: http://www.flickr.com/photos/shadpetosky/sets/72157600427052788/ More to come... -- Shad Petosky : PUNY ...
Shad Petosky
shad@...
Jun 22, 2007 6:57 am
3489
Also, goto gee-zu.com if you want to see video's of Craig Swann and Andre Michelle's presentation. I captured parts of Craig and got most of Andre's...
Anyone need a flash / flex job? ... ActionScript/Flex Developer Fortune 500 company in Ohio is creating a web portal in Flash/Flex. This is a high-profile,...
Hi, I'm making a simple game. In this game I need to have the ability to create a simple charactor from basic parts. Basically I would like to be able to...
Saviz, You may want to check out http://www.cartoonsolutions.com/ for their character packs. I haven't used them myself, but they seem pretty good. They also...
Hi All, Please take a minute to consider the following job opportunity. Thanks, Matt FLASH DEVELOPER JOB SUMMARY We are seeking a Flash Developer with good...
here is a very simple sample of using colorTransform object. I basically work with shades of grey when I know that I will use the color object on them. Then...
Thanks Robert, I found your scripts and how you decide on the colors. Saviz ... From: Robert French To: flashmn@yahoogroups.com Sent: Monday, June 25, 2007...
Thanks Dan. I just went through one of their free tutorials. Very quick and to the point. It was great. Thanks for sending the link. Saviz ... From: Daniel...
Also very reasonable prices for the charactor packs. Most are under $20.00. Very nice. I would encourage others to check them out. I wish I knew about this...
Hi all, I wanted to know if you know of good podcasts on the topics of Flash/Flex/ActionScript, design or coding concepts, patterns or animation. Anything in...
I thought AS 2.0 provided a way of dumping contents of variables and objects to strings easily for tracing. Is this the case? I don't remember. I thought it...
Hi, I'm trying to import sound into flash, however, when I do so and set the sync as stream it keeps up with the visuals but it sounds like crap. If I set it...
Hey Eric - I think you need to change how flash is compressing your audio. Go to File -> Publish Settings. Then click on the "Flash" tab. About three ...
Your object needs to implement a toString() method. Then the returned value will be traced: var obj:Object = new Object(); obj.toString = function():String { ...