Entries Tagged as 'Flex / AIR'
Atlanta ColdFusion User Group hosts Preview of upcoming ColdFusion and Flex releases
ColdFusion , Flex / AIR , Flash , Web Tech. 3 Comments »The Atlanta ColdFusion User Group (www.acfug.org) has just announced their June Meeting: Ben Forta will be discussing new features of the impending release of ColdFusion and Flex.
The meeting will be held in the echoEleven facilities in Buckhead. Rumor has it that there will be an after-party for those interested, complete with Wii, Karaoke and adult beverages.
Often when developing, I want to see exactly what Coldfusion is doing in real time w/o having to trace this out to the command line. This is particularly usefull when developing Flex apps, where you cannot see what the server is doing.
Unfornutately, I keep losing the instructions on how to start up CF in OS X. There are a lot of other postings out there, but many of them are using the multiserver installation of CF.
So here it is (more for my reference, but perhaps someone else will find it useful:
sudo /Applications/ColdFusion8/runtime/bin/jrun -start coldfusion
We are currently working on a large project requiring hundreds of Flash assets. On of the requirements is to be able to detect the end of an animation; in Flash 8, you use _currentFrame == _totalFrames. This naturally has changed in AS3 to currentFrame == totalFrames. When using the AS3 notation (inside a Flex app) to examine the Flash 8/AS 2 file, both values come back null.
We discovered that some of them were published for Flash 8, and others for Flash 9. Problem....
ColdFusion to the rescue.
2-18-2009
11-17-2008
8-11-2008
7-6-2008
7-6-2008