Posts filed under 'Rich Internet Applications'
My slides but not the code made it up on the 360Flex usb drive, I didn’t figure that out until today when I was giving my talk. So my talk at 360Flex in San Jose was called: OptimizeIt - Actionscript tips for iPhone games.
It really is a bunch of Actionscript optimizations and some of the limitations of the Packager of iPhone. I cover both test case data across a iPhone 3GS, iPhone Touch 2nd generation, and a iPhone Touch 1st generation, as well as demos and code. You can get my slides and code below.
Code and Slides
March 10th, 2010
I am joining the Adobe Platform Evangelist team. I’ll be part of the North American team, Kevin Hoyt, Ryan Stewart, Lee Brimelow, and Terry Ryan.
There is a lot I’ll have to figure out with my new role. I’ll be focusing on Flex related stuff and look forward to getting back into the community full swing. I have to thank Danielle Deibler and my old team for a great 3 years working on some fun projects inside Adobe. I wish the best for them in the new Flash Platform Services group and am excited to be able help services and the whole platform grow in my new role anyway I can.
It happens that I already had two speaking engagements planned for next week in the bay area. A great way to kick off my new role. I will be speaking with Danielle at the Flash Game Summit on March 8th (Yeah I have to miss out on day 1 of 360Flex). Then I’ll be at 360 Flex, my favorite conferences ever, speaking on ActionScript optimizations for iPhone games. Looking forward to catching up with old friends and meeting a bunch of new ones.
You can follow me on twitter at: renaun
March 2nd, 2010
AIR 2.0 has been released to labs.adobe.com. Along with the release are a set of sample applications. You can find the Microphone sample application that I had the opportunity to create here:
http://labs.adobe.com/technologies/air2/samples/
Its been cool to work on the local Microphone access feature for AIR 2.0/Flash Player 10.1 this year. Now its time to see all the cool stuff people can build on top of the latest features.
November 16th, 2009
Check out the new Flash Player 10.1 features and enhancements.
I am particularly excited about this last feature:
Microphone Access
(desktop only)
Access binary data of the live and continuous waveform coming from the microphone to create new types of audio applications, such as audio recording for transcoding, karaoke, vocoder voice manipulation, sonographic analysis, pitch detection, and more.
October 5th, 2009
Its come to my attention that there has been some confusion around getting the Structured Log Testing SDK up and running. The confusion has to do with the old code I used that was located along side the RIALoggerApp (an AIR application for viewing logs/structured logs). I have gone ahead an removed all the old RIALogger.swc code that was using the older RIAlogger class for logging. The new class to use is the SLog class and can be found in the StructuredLogTestingSDK.swc over on the http://structuredlogs.com site.
So in with the NEW (StructuredLogTestSDK.swc) and out with the OLD (RIALogger.swc).
May 20th, 2009
If you didn’t catch all the good testing discussion’s we have had on the first day of 360Flex you’ll want to lookup whats going on with FlexUnit4 and Structured Log Testings.
Since yesterday and after my session there where some things that I didn’t touch on as much as I wanted to. First, Structured Log Testings was released in the wild yesterday. Structured Log Testings is meant to be a community project and any one wanting to get involved please let me know. Since the structured log format is really just JSON’d data with specific properties that need to be define this approach is not tied to a specific language. This also means its not just tied to client side but could be on the server side. For example think of gathering structured logs from your client as well as the server and then having a tool to view the data points in connection with each other. Then the next time someone has a bug they can send your the logs from the client, you find the logs on the server and see what went wrong.
A big part of this technology is the non-tech part, or the approach and mind set part. This is a new way of thinking about testing on a whole. Its meant to be very flexible in all phases of the project (development, deployment, maintenance). I hope to keep information and articles going on this progress and examples over on Structured Log Testings.
On the FlexUnit4 side if you are interested to see that project move forward with integration into next Builder release go vote.
May 19th, 2009
Stratus is an Adobe technology up on labs that allows for Flash Player 10 and AIR 1.5 RTMFP real time communication connections. The most important features of RTMFP include low latency, end-to-end peering capability, security and scalability.
As part of the labs release there are an article and sample application.
Article 1
Stratus Sample Application
The Stratus Sample Application source files come with a cgi script for registering user’s identities (the NetConnection.nearId used for RTMFP net stream connections).
What this post is all about is a port of that cgi script to PHP. I was playing with the Stratus application on my own server and used PHP so I figured I would put the file out for others to use.
The file is renamed to a text file reg.txt but just download it and rename to reg.php to use.
April 7th, 2009
More things are heating up around the Open Screen Project. At CTIA Wireless conference Adobe Systems Incorporated and Texas Instruments Incorporated announced a technology collaboration to optimize Adobe® Flash® Player and Adobe AIR® for the TI’s OMAP™ mobile applications platform.
This has always been one of my personal favorite areas Adobe is now more fully engaged in. Getting the Flash platform on devices, not just mobile but other devices, is a great opportunity with the full potential yet to be known. The last time I felt this type of opportunity was when Flex sdk changed their license from a server to be free (Flex 1 -> Flex 2). So far there have been a few announcements since MAX 2008 where they showed off Flash Player 10 on some different devices.
Looking forward to the future…
April 1st, 2009
I came across a scenario that I wanted an AIR app to have a background color set while systemChrome="true" but showFlexChrome="false". Here is another post describing the problem. I tried to figure out what was going on and how the green-greyish background shows up (or white background in Flex 4) but couldn't figure out where that is created. But I did notice that when showFlexChrome="false" that the backgroundAlpha style was set to 0. So the workaround for the problem is to set the backgroundAlpha back to 1 after the application has created it self (on creationComplete event).
XML:
-
<?xml version="1.0" encoding="utf-8"?>
-
<mx:WindowedApplication
-
xmlns:mx="http://www.adobe.com/2006/mxml"
-
layout="vertical"
-
backgroundColor="0x0000FF"
-
creationComplete="setBG()"
-
showFlexChrome="false"
-
>
-
<mx:Script>
-
<![CDATA[
-
private function setBG():void
-
{
-
this.setStyle("backgroundAlpha", 1);
-
}
-
]]>
-
</mx:Script>
-
</mx:WindowedApplication>
Is there an easy way to do this? So the easier way of setting a background color withe showFlexChrome="false" is to set the background color of the SWF.
Cookbook link for setting SWF background value.
February 5th, 2009
So the updated is finally here. The fullscreen on hulu.com is working, but its a little choppy on the FPS. The fullscreen doesn't fill up my 1080p screen like watching fullscreen hulu on my PC. YouTube's fullscreen that was in a page was interesting. It worked but the quality was lacking.
Other cool feature support was my friend says he was watching hulu movies on his PSP with remote play.
Either way this is good progress for the Flash Platform. And remember to go get 2.53 right now....
December 2nd, 2008
Previous Posts