Showing posts with label adobe. Show all posts
Showing posts with label adobe. Show all posts

Saturday, March 17, 2007

What is Metadata How can use on FLEX 2.0 ?

The Flex compiler recognizes component metadata statements in your ActionScript class files and MXML files. The metadata tags define component attributes, data binding properties, events, and other properties of the component. Flex interprets these statements during compilation; they are never interpreted during run time.

Metadata statements are associated with a class declaration, an individual data field, or a method. They are bound to the next line in the file. When you define a component property or method, add the metadata tag on the line before the property or method declaration.

In an ActionScript file, when you define component events or other aspects of a component that affect more than a single property, you add the metadata tag outside the class definition so that the metadata is bound to the entire class, as the following example shows:

// Add the [Event] metadata tag outside of the class file.
[Event(name="enableChange", type=flash.events.Event)]
public class ModalText extends TextArea
{
...
// Define class properties/methods
private var _enableTA:Boolean;
// Add the [Inspectable] metadata tag before the individual property.
[Inspectable(defaultValue="false")]
public function set enableTA(val:Boolean):void
{
_enableTA = val;
this.enabled = val;

// Define event object, initialize it, then dispatch it.
var eventObj:Event = new Event("enableChange");
dispatchEvent(eventObj);
}
}

Monday, February 19, 2007

myFeedz - The social newspaper

Hey folks you have another rss reader like google reader,which is provided by adobe that is myFeedz.It is released for free as a technology preview on Adobe Labs.

myFeedz is a webapplication that finds what is important news from the sea of information on the internet and shows you what you need to read.Here they are providing personalized content, you can customize as what you feel.Realy it's a fabulous application.

You can get into this by click here.keep with updated information of technology...wow enjoy :)

Friday, February 09, 2007

Fullscreen mode in Adobe flash browser player

Now you have option to get fullscreen mode in browser player too.Already stand-alone player has this implementation.now they have added new actionscript that will work in both stand-alone and browser player, and a new HTML parameter allowFullScreen to enable the fullscreenmode

The fullscreen mode initiated through Actionscript and you can terminate through Actionscript or by the user switching focus to another window.

But the problem is that You con't enter the text in textbox while in fullscreen mode.your keyboard input and key-related actionscript would be disabled while in fullscreen,except key borad shortcut that take user out of fullscreen mode.

To enable the fullscreen mode you have to install 9,0,28,0 or greater of Flash Player.

Wednesday, January 24, 2007

Hey Let's go towards FLEX 3.0

The good news for flex geek is that adobe now starts talking about FLEX 3.0.You can register
your interest to join an advisory panel here.

Flex 3.0 targets the release version of Flash Player 9 and will be widely deployable to over 90% of computers, well over 1 Billion computers, the day it ships.And To sum up what Ted says the main subject is that about Flex 3.0's target. see more here

Im evidently looking the way of coming flex3.0. I belive that you too.........