Archive for August, 2008

29Aug

AMFPHP and Lee Brimelow

No comments

Even though I am not a PHP programmer, I was fortunate enough to attend the PHP User Group meeting last night here in Burlington, Vermont to listen to Lee Brimelow discuss the future of AMFPHP. His talk has opened up some new ideas for me and my future Flex, Flash and AIR projects. For now, [...]

Categories: AMFPHP, Actionscript 3
28Aug

Downloading Files with Flex 3

7 comments so far

So I was reviewing the documentation over at Adobe for downloading files with Flex - I tweaked the code a little so I can specify the file to download inside my .mxml file rather than the .as file -this demo will download the source files for my papervision with multiple sides demo.
[kml_flashembed movie="/projects/flex3/FileDownload/FileDownload.swf" width="700" [...]

27Aug

Flash Back!

No comments

So I started to work on a project for friend of mine, she is really into designer handmade knits and clothes, anyways, while I was digging through some archived files, I came across this game.. which I never finished.. but it was one of my favorites - built with Flash MX.
You can check out [...]

Categories: Web Development
26Aug

Google Analytics and AIR

1 comment so far

So I thought I would take my old post of finding the median value of my Google Analytics and convert this to an Adobe AIR application. Here is the old post.
Here is the code I am beginning with:
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="800" height="800">
<mx:Script>
<![CDATA[
import flash.filesystem.FileMode;
import [...]

Categories: AIR, Actionscript 3
25Aug

Adobe AIR - Select A File

No comments

A simple method to allow the user to select a local file:

a2a_linkname=”Adobe AIR - Select A File”;
a2a_linkurl=”http://manewc.com/2008/08/25/adobe-air-select-a-file/”;
a2a_color_main=”D7E5ED”;a2a_color_border=”AECADB”;a2a_color_link_text=”333333″;a2a_color_link_text_hover=”333333″;

Categories: AIR