Trying to communicate with Flex application from javascript tried using FABridge, everything fine with Action script side include FAB ro src build folder, added
Some with FABridge samples came with the SDK 3.0. Its working fine with live adobe FAB samples not working when downloaded. Got struck in this issue
Adobe FABridge error
2008-01-23 | Posted by Rajesh Kumar Sitaraman at 1:16 PM 0 comments Links to this post
Flex Atom Reader in 13 lines of code
<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="feedRequest.send();">
<mx:HTTPService id="feedRequest" url="http://www.rjesh.com/feeds/posts/default" useProxy="false" />
<mx:Panel title="Rajesh Atom Reader" height="75%" width="75%" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10">
<mx:DataGrid id="dgPosts" height="50%" width="75%" dataProvider="{feedRequest.lastResult.feed.entry}">
<mx:columns>
<mx:DataGridColumn headerText="Posts" dataField="title"/>
</mx:columns>
</mx:DataGrid>
<mx:TextArea id="txtarea" height="50%" width="75%" htmlText="{dgPosts.selectedItem.content}"/>
</mx:Panel>
</mx:Application>
2008-01-22 | Posted by Rajesh Kumar Sitaraman at 10:50 AM 2 comments Links to this post
Flex fire effect
2008-01-18 | Posted by Rajesh Kumar Sitaraman at 10:25 AM 2 comments Links to this post
Flex Clock Source
You can see the digital clock in the left side of this site, which is a Rich internet application developed in Flex.
Source code given below,
http://bloggerstorage.googlepages.com/Clock1.mxml
Demo,
http://bloggerstorage.googlepages.com/Clock.swf
2008-01-14 | Posted by Rajesh Kumar Sitaraman at 4:54 AM 0 comments Links to this post
Flex Sample 2
2008-01-02 | Posted by Rajesh Kumar Sitaraman at 5:24 AM 0 comments Links to this post
Adobe Media Widget
Which can support all these formats Any RSS feed, any ATOM feed, JPG, PNG, FLV, MP3. If you have the new beta Flash Player installed you may also load: MOV, M4V, MPG, 3GP, AAC
2007-12-29 | Posted by Rajesh Kumar Sitaraman at 9:55 AM 1 comments Links to this post
Flex "Hello world Application"
2007-05-25 | Posted by Rajesh Kumar Sitaraman at 4:17 PM 0 comments Links to this post
Loading...