Arul's Blog On Multimedia, Flash MX, Director And Dreamweaver MX
Guest Book | QuickView | XML-RSS feed | My Profile | Home
::: About this Blog :::
Welcome to Arul's Blog!
Weblog on Multimedia,
Macromedia Flash MX Flash MX
Macromedia Director Shockwave Studio 8.51 Director
Macromedia Dreamweaver MX Dreamweaver MX
View my profile And me :)
Here I'm going to share my views, opinions and code with you all.

::: Services :::

:. ActionScript Highlighting
:. AS Highlighter v2 new!


::: ActionScript :::
:. toString
:. skipCache
:. getWords
:. getDateFromString
:. colorUtils
:. XMLNode-transformTags
:. Object-copyProperties
:. Object-clone

::: ActionScript 2 :::
:. XMLHighlighter
:. PriorityQueue

::: Archives :::
[September 2002]
[October 2002]
[November 2002]
[December 2002]
[January 2003]
[February 2003]
[March 2003]
[April 2003]
[May 2003]
[June 2003]
[July 2003]
[September 2003]
[October 2003]
[December 2003]
[January 2004]
[February 2004]
[March 2004]
[April 2004]
[May 2004]
[June 2004]
[July 2004]
[December 2004]
[January 2005]
[February 2005]
[March 2005]
[May 2005]
[June 2005]
[July 2005]
[August 2005]
[June 2006]
[July 2006]
[November 2006]
[December 2006]
[January 2007]

::: Time Zone :::
All Times on this blog are
GMT + 5:30 Hours
(Indian Standard Time)

::: Flash Resources :::
:. Flash Components
:. Were-Here Forum
:. Digital Illusion
:. Flashmove Forum
:. Flash Goddess
:. Prototypes
:. Actionscript Toolbox
:. UltraShock
:. Chattyfig
:. Full as a Goog
:. Flog

::: Flashers :::
:. Mike Chambers
:. Greg Burch
:. Branden Hall
:. Samuel Wan
:. Stuart Schoneveld
:. Guy Watson
:. Robin Debreuil
:. Mario Klingemann
:. Moises
:. Aral Balkan
:. Peter Hall
:. Josh Dura
:. Alessandro
:. Brajeshwar
:. Nik Khilnani

::: Small Print :::

© Copyright 2002
R.Arul Kumaran

[Made with Blogger]


Thursday, November 01, 2007

Events.Flex: Singapore FLEX CAMP.

Join us for this flexcamp in Singapore.
The participation at the meeting will be totally free.
The meeting will take place in Singapore at the AV8 conference room.

Agenda:
- A practical migration sample from AS2 to AS3
- Flex and Flash CS 3
- What's in Flex Builder 3
- Getting started with Flex and AIR
- Resources and references

Speakers:
Prayank Swaroop (Adobe)
Giorgio Natili (flex-developers.org)

Date
Thursday, November 29, 2007

Time
2:00 pm - 6:00 pm

Location
Waterloo Center
261 Waterloo Street
#04-28 Waterloo Centre
Singapore 180261


<Register Now
Flex CAMP Singapore Registration

posted by Arul | link | ^top | next> | add comment
Wednesday, September 19, 2007

Training.Flex 2: Free Flex 2 Online Training.

Total Training is offering a 30 day free trial of their Flex 2 Online Training. Use this login and sign up

There is the Flex 2: Advanced Visual Programming course http://www.totaltraining.com/prod/outlines/adobe/flex2_avp.asp

and the Flex 2: Rich Internet Applications course http://www.totaltraining.com/prod/outlines/adobe/flex2_ria.asp

I think this is a great way to introduce someone to Flex.

posted by Arul | link |<prev. | ^top | next> | add comment
Friday, January 26, 2007

News.Flash: Aral Balkan on Application Development & Architecture for the Flash Platform.

3dsense Media School people have brought in Aral Balkan to Singapore. He will be giving us a speech coming Sunday. Look at http://pixelreloaded.com/ for more details. Even if you haven't registered for the event, do come over. On the spot registration will be available, and I will also be there :)

Thanks to 3dsense guys, I met with Aral Balkan and we talked a lot. It was great talking to Aral and I look forward to talk more. We both were given a chance to know about the activities of 3dsense Media School. They are passion driven people and really addicted to their field. Seeing the 3D animation of their students tempts me to jump back to 3D animation ;)

I'm happy that they will also be focusing on flash, and will be bringing in more international flash experts like Aral to speak to us.

posted by Arul | link |<prev. | ^top | next> | add comment
Tuesday, January 09, 2007

Bug.Flex 2: Background becomes black when defining depthColors style for Tree Component.

It used to work fine before (in Flex 2.0). Now with Flex 2.0.1, it renders as shown below when we define depthColors attribute for Tree Component
depthColors="[0xFFFFFF, 0xF2F6F7, 0xEDF5F7, 0xE8F0F2, 0xD3E2E6]"




If I find any workaround I will update this post. If you know a workaround please post it as a comment

posted by Arul | link |<prev. | ^top | next> | add comment
Monday, January 01, 2007

Tools.Flex 2: Enabling Run Mode Trace in Flex Builder 2.

As you know trace messages are shown only in Debug Mode in Flex Builder. You can follow the steps shown below to see the trace output in Flex Builder all the time.

Open Window > Preferences... menu

Select General > Editors > File Associations in the Tree

Add *.swf as the New File Type

Select the newly added *.swf file type and Add "Internal Web Browser" as the Associated Editor

Download the TracerV2.swf from this site. Read this blog entry for more info.

Using File > Open File... open TracerV2.swf

Configure the TracerV2.swf and follow the steps as shown

Move this TracerV2.swf for your convenience

Now you should see the trace output from any swf played through Debug Player as shown below



Thanks to Veejay who made me think of making Tracer panel more usable.

By the way, Happy 2007 :)

posted by Arul | link |<prev. | ^top | next> | add comment
Saturday, December 23, 2006

Tools.Flex 2: Trace from anywhere, a Flex based Tracer Panel.

Here is an Flex application that generates mm.cfg according to your OS (XP, Vista, Mac)and shows the standard trace() outputs in real time (well! there is a slight delay). I love to replicate the features of the IDE using Flash itself. It all started with my flash 6 reference panel made with flash 6

Here is how this tracer works




Here it is to test it yourself TracerV2.zip

posted by Arul | link |<prev. | ^top | next> | comments [2]
Friday, December 22, 2006

Tips.Flex 2: Designing a Search Field .

Utilizing the available application space effectively is one of the important things we need to consider when designing an user interface. Olden search interfaces had two parts text input field and a search button. Then the "search"/"find"/"go" text is replaced with a lens icon. Now a days this lens icon is embedded inside the input text itself.

If you want to do the same with Flex, here is a way.
We can assign the lens image as the background image and properly offset it by adjusting transparent area of the image. This technique can work only with a fixed width text field.
<mx:TextInput width="120" id="searchField" backgroundImage="@Embed('res/search_background.png')" paddingLeft="20" height="24" toolTip="Search"/>
Here is how it will look

Search Field

If you need your search field to be expandable place the TextInput inside a Canvas and place an Image on top.

posted by Arul | link |<prev. | ^top | next> | add comment
Friday, December 22, 2006

Tips.Flex 2: Adding an icon to all items in the List Component.

List component does not have a default icon. Easy way to add one is to add a Icon function which is very similar to the one we use with Flash v2 components. Only difference is instead of string we need to return a class reference to the image
 [Embed (source = 'res/image_link.png')]
 [Bindable]
 public var image_ico : Class;
 
 private function ImageLabelFunction(item:Object):Class{
  return image_ico;
 }
Now we can point the iconFunction attribute to this function as shown below
<mx:List width="100%" rowHeight="18" height="80" themeColor="#A9B4CB" iconFunction="ImageLabelFunction">
 <mx:Array>
  <mx:String>Image 1</mx:String>
  <mx:String>Image 2</mx:String>
  <mx:String>Image 3</mx:String>
 </mx:Array>
</mx:List>
Which results in List Component with a default Icon

posted by Arul | link |<prev. | ^top | next> | comments [1]
Friday, December 22, 2006

Demo.Flex 2:MXML Quick Reference.

Here is a Flex 2 application which helps to quickly refer to MXML tags and and its attributes. I have plans to integrate it with the Flex 2 SDK help files and make it an Apollo application. I will improve it further and make it available here as online service

posted by Arul | link |<prev. | ^top | next> | comments [1]
Friday, December 22, 2006

Demo.Flex 2: Building a XML Editor using Flex 2.

I'm making a XML Editor which can help playing around with E4X and manipulate the XML. Which will be hosted as an online service here and will also be available as a Apollo application later.

Here is the alpha version of it. I welcome feature requests and suggestions, kindly post them as comments to this post. The sample XML displayed will give you a clue of what's coming next :)

posted by Arul | link |<prev. | ^top | next> | comments [3]

footnote:-
This blog is archived weekly. Check the archives for more content. You can also make use of the search feature and feel free to add your comments. I need your comments to improve this blog.