Entries Tagged as 'Flash'
Atlanta ColdFusion User Group hosts Preview of upcoming ColdFusion and Flex releases
ColdFusion , Flex / AIR , Flash , Web Tech. No 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.
For years, I have been frustrated by Flash's inability to load files relative to a the swf doing the loading; instead, the referenced files have always been relative to the html file that is instantiating the swf object.
Then came the AS 3.0 FLVPlayback component. This guy behaves differently. When in the Flash authoring environment, it loads the skin and the flv source relative to the .swf file. This is as expected.
However, when in an html page, it loads the skin relative the htm file, but the flv relative to the .swf file.
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