aktell
11-16-2009, 05:12 AM
Hi there,
In one of the scripts I found this code, and I was wondering if there is anything else available in FLEX 3 / AS 3 to be used instead of the 'View Source code' ? just any other possibility! Utilizing the right 'CLICk' menu in a Flex 3 Application!
<mx:Script>
<![CDATA[
import com.adobe.viewsource.ViewSource;
private function init():void {
var srcUrl:String = Application.application.parameters.srcUrl;
ViewSource.addMenuItem(this, srcUrl);
}
]]>
</mx:Script>
In one of the scripts I found this code, and I was wondering if there is anything else available in FLEX 3 / AS 3 to be used instead of the 'View Source code' ? just any other possibility! Utilizing the right 'CLICk' menu in a Flex 3 Application!
<mx:Script>
<![CDATA[
import com.adobe.viewsource.ViewSource;
private function init():void {
var srcUrl:String = Application.application.parameters.srcUrl;
ViewSource.addMenuItem(this, srcUrl);
}
]]>
</mx:Script>