Featured Post

AS3 Singleton class with parameterised constructor

As many of you already know, in AS3 there is no direct way to create singleton class i.e there is no keyword Singleton or any other equivalent keyword using which this can be accomplished. But there is a simple work around to create singleton class. The code below shows this: 1234567891011121314151617181920212223242526272829public...

Read More

Adding custom path to viewSource option of your flex application

Posted by ravi | Posted in Application, Customization, flex | Posted on 23-06-2009

0

Ok. Today i was trying to export the release build of a simple example i’ve done with the View Source option enabled. But the problem is the source path can only be relative to bin-release which wont work with the perma link system that i’m using with my wordpress blog which creates virtual links.

At first i thought of giving a custom path value to the viewSourceURL property of the Application tag like this: