Archive for the 'extensions' category

Undocumented JSAPI feature: isGroup property is available for any type of stage Element, not only for shapes

Today I discovered that Flash CS3 JSFL reference doesn’t mention that grouped MovieClips and TextFields can be detected throught Flash Javascript API.

Documentation only says that there’s only shape.isGroup property; if true, the shape is a group.

The surprising thing is that not only shapes have the “isGroup” property but other Elements too.

For example, create TextField and group it; then create MovieClip and group it: you can easy make sure that it is possible to detect the isGroup property correctly for both of these objects!

But JSAPI documentation doesn’t say it, it only describes the isGroup property for shapes, not for any other type of stage Element.

So, you can use isGroup property for any Element JSFL object! This is very important when you doing enumeration of each elements in Documents using Flash JavaScript. Whoa!

Comments gathering extension is needed

As you go from one blog to another and leaving your comments at the different websites, it is useful to have easy-to-use Comment Gathering Tool which can easily save all your comments in one place by one click.

Info needed to be saved:

  • Title of page being commented
  • URL
  • RSS (if present)
  • Date
  • Comment title (if present)
  • Comment text

It is certainly needed tool. For example, LiveJournal users have had requested such one a lot of times.