April 16th, 2007
This is just a reminder that the IndyFlex user group meeting will be tomorrow night. Here are the details:
Meeting Date:
April 17th, 2007
Meeting Time:
6:30 PM
Location:
LANTech Training
The Pyramids,
3500 DePauw Blvd.
Pyramid 3, Floor 2
Indianapolis, IN 46268
Speaker:
Rich McGillicuddy, Cetani Corporation
Meeting Topic:
Creating MXML Components
No Comments » |
Announcements, IndyFlex |
Permalink
Posted by everythingflex
April 12th, 2007
I just wanted to see what the difference would be in creating two Apollo applications with the same two boring html files, page1.html and page2.html. The first one was simply compiled using adt through the console setting page1.html as the rootContent. The second was a flex application that set the source of an HTML component to page1.html and compiled to an AIR file with Flex Builder. The results:

They both look the same, although the pure html version will automatically show the page title in the window title. They both function the same. The big difference is that the pure html AIR file is 112k while the flex html version is 256k.
Not sure what is to be learned here, it was just more to satisfy my own curiosities.
Here are the 2 applications:
PureHTMLTest.air
FlexHTMLTest.air
No Comments » |
Adobe AIR (Apollo) |
Permalink
Posted by everythingflex
April 12th, 2007

Well I finally got around to building something with the new Yahoo Flex API’s. In this example, I am using the Yahoo Weather API to display a few of the many weather properties that are available via this API. This application uses shared objects to store the user preferences, the Timer class to fetch new results per the user refresh setting, as well as the Distortion Effects from Alex Uhlman.
Here is the application running in the browser
Here is the same application packaged in an Apollo AIR file.
10 Comments |
Adobe AIR (Apollo), Flex 2 |
Permalink
Posted by everythingflex
April 8th, 2007
As some of you have probably heard 360|Flex is back! This time in Seattle.
Details:
Location: Red Lion, 5th Ave in Seattle WA
Date: August 13-15, 2007
Price: 360.00
No Comments » |
360Flex, Announcements |
Permalink
Posted by everythingflex