If you need to find the length of an object, and I mean the number of children of the specified object, use the following function/method:
public static function getLength(o:Object):uint
{
var len:uint = 0;
for (var item:* in o)
if (item != "mx_internal_uid")
[…]
Popularity: 31%
Friday, 25th of July 2008, we had another Romanian Flex User Group meeting. We did meet in a pub, the atmosphere was relaxed. We spoke about Flex/AIR applications, future ones and released ones, and we also spoke about Fx{r} and how can we improve it.
Andrei a.k.a webdev.andrei
Cristi & Patric - future new members
It is about […]
Popularity: 26%
Astro is getting closer to a release. A new beta version is out and you can read the announcement on Adobe’s site: http://labs.adobe.com/technologies/flashplayer10/. Please read also the release notes here: http://labs.adobe.com/technologies/flashplayer10/releasenotes.html.
What is new? To be short…
Fullscreen Keyboard Access - now you can catch key events for non-printing keys (arrows, shift, enter, tab, space, etc)
Enhanced Audio […]
Popularity: 42%
Some times ago I started to get interested to get an Adobe Certification. I started reading documents on Adobe’s website and started to ask people at Adobe and community people that already got some certifications. This is what I found…
Available Certifications
There are 3 (three) types of certifications:
per product certification: Adobe Certified Expert and Adobe Certified […]
Popularity: 41%
The Flex 3 is already released but the guys at Adobe don’t waste their time. They already started to work on Flex 4 - codename Gumbo. The final release is planned for 2009 and the first beta for late 2008.
The promises are:
easy skinning
improved states, effects and layout
backward compatibility
inline states
For more see these links:
http://opensource.adobe.com/wiki/display/flexsdk/Flex+4
http://opensource.adobe.com/wiki/display/flexsdk/Enhanced+States+Syntax
Popularity: 36%
Popularity: 36%
This is a great news! I’ve been waiting for this to happen for a long time. If you don’t believe me that Google is indexing flash try to search on Google by this kind of phrases: “flex filetype:swf“; and you’ll get a list of SWF files that were indexed by Google.
How does Google do this? […]
Popularity: 47%