Flash on iPhone

October 5th, 2009

Recently, at Adobe MAX event, Adobe just announced the launch of support for exporting your SWF’s to IPA. You can find out more here: http://labs.adobe.com/technologies/flashcs5/appsfor_iphone/

Imagine all Flash designers and developers being abble to provide user experience on Apple’s iPhone / iPod. Also you can keep in track with the events: http://search.twitter.com/search?q=flash+iphone

For the first time we see Flash and iPhone spelled together. :)

seoLink in Flex

September 15th, 2009

Hello,

In the past days I worked on the so-called seoLink project for Flex. It’s a more deep aproach of Google Friendly Flex applications (discussed here: http://blog.ag-prime.com/2009/06/permanent-links-in-flex-and-track-them-with-google-analytics/).

Well the main idea is to create a common XML file that stores actual content. Then this XML file is parsed by the Flex application and by an PHP file too.

Using .htaccess I redirect all incoming requests to index.php?p=<request>

So, inside the .php file, I dispach this path parameter and load the equivalent information from XML file.

The resulting html will have the SWF loader for Flex (with flashvars = p=<request>) and alternate content selected from XML. So both alternate text and actual Flex content will be according to the <request> set to the browser.

You can view full source just by right click and view source here: http://seolink.ag-prime.com/

I’ll soon come with updates.

Later update: Lynx view

[15.09.2009 21:20] Yes, we are getting there. The first results in google just arived: http://www.google.com/search?q=site:seolink.ag-prime.com

Also, how it look on Google Analytics. It tracks pageviews, landing pages…