Opera Mobile 8.6 support Flash? which Flash Player and PocketPC

[lang_en] On July 4th Opera release a press item about their new Opera Mobile 8.6 browser for Windows Mobile 5.0 will be the recommended browser for a new device, called Sharp W-ZERO3[es]. There is a bit of information that sparked my attention: “Opera Mobile 8.6 for PPC is also the first Opera Mobile version to support Flash.” Now I have a Treo 700w and am quite interested in developments of the Flash Player for Pocket PCs and in...

Read More

Download JPG’s with ColdFusion from a Linux server

[lang_en] I am working on a Flex and ColdFusion file upload/download component and came across the fun Linux and Windows file format issues. The files will upload correctly but if you try and pull down a JPG file form the linux server with ColdFusion’s tag with the default charset it will not come down correctly. <cffile action="read"    file="#folder#/#filename#"...

Read More

Flex 2 MXNA RSS Reader Example #2 (HTTPService)

This example RSS Reader does exactly what my first Macromedia XML News Aggregator (MXNA) RSS Reader Example does, except it uses HTTPService to do it with. MXNA can be found here http://weblogs.macromedia.com/mxna/. This example shows how to load external XML data with HTTPService(ie: RSS feed or Atom feed) and parse through the data. It display the data using a repeatar class and uses navigateToUrl to provide links back to the blog posts...

Read More

Flex 2 MXNA RSS Reader Example

This example RSS Reader is specific to reading the Macromedia XML News Aggregator (MXNA). MXNA can be found here http://weblogs.macromedia.com/mxna/. This example shows how to load external XML data (ie: RSS feed or Atom feed) and parse through the data. It display the data using a repeatar class and uses navigateToUrl to provide links back to the blog posts themselves. To see the application run go to http://renaun.com/flex2/MXNARSSReader/ To...

Read More

Flex2 custom RemoteObjectAMF0 (updated for release)

[lang_en] Since the release of Flex2 I have gone back and updated my code examples. http://renaun.com/flex2/ In particular is the Flex 2 custom RemoteObjectAMF0 class to allow an easy way to connect Flex2 to AMF0 gateways. You can find the example and source code here. [/lang_en] [lang_zh] 因为Flex2出台了,...

Read More

Flex Cookbook whip up some recipes

Have you every gone to the store to look at cookbooks. I always find cookbooks in Costco and Barnes n Noble to be quite interesting. Just looking over the wide variety of books confirms there are many ways to cook up the good nutritional substance we all need. I had the opportunity to preview the new cookbook area for Flex developers. Flex developers have many places to learn and cook up ideas, scripts, solutions, etc… We have the Adobe...

Read More