Featured Post

Flex 4 namespaces

Flex 4 has added some new default namespaces in addition to the default mx namespace that exist in flex 2 &3. The typical declarations in a MXML file in flex4 looks like this: 1234<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"              ...

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: