Smart Category: Flash Platform (rss)
1 | Next Page

PhoneGap: Saving Arrays in Local Storage

May 18, 2013 6:31 PM
Rating: (Total Clicks 6)

One of a handful of local storage options for PhoneGap applications is the localStorage solution which is actually part of the W3C specs. It provides access to a W3C Storage interface since we are just dealing with HTML5 in PhoneGap. This is a good option for storing simple strings but what if we want to […]Related Posts:PhoneGap and HTML5SQL.JSActiveTuts+ “Using AS3XLS with the Flex…Preserving Flex s Button Icon ColorsAS3 Quickie – Event.VIDEO_FRAME and…Slides from 360 Flex 2012 (translate)

Spaceport: the Adobe AIR alternative The free, cross-platform...

May 18, 2013 11:22 AM
Rating: (Total Clicks 19)

Spaceport: the Adobe AIR alternative The free, cross-platform mobile game framework using ActionScript 3. Spaceport is an alternative to Adobe AIR with high performance and live updates. (translate)

ActionScript 3: Multiple MP3s with visualizer

May 18, 2013 12:58 AM
Rating: (Total Clicks 27)

The past day or two I’ve spent trying to figure out how to get multiple, different MP3s to display some visualization for Sprites that represent them. computeSpectrum was obviously out of the question. I then turned to Sound.extract() to see if that could help me. Not knowing all the intricacies of that method (I haven’t [...] (translate)

Code Three.js in ActionScript with Randori Compiler

May 17, 2013 7:24 PM
Rating: (Total Clicks 21)

Live Demo Live Demo of three.js html/js generated by ActionScript 3 using the Randori compiler – http://renaun.com/html5/as3threejs/ What is Randori? Randori is a project with various parts and can be found at http://randoriframework.com/. For my example I am using a subset of the Randori project’s capabilities. Which is fine as the Randori project is put [...]The post Code Three.js in ActionScript with Randori Compiler appeared first on Renaun Erickson. (translate)

Extended Support Release Updated to Flash Player 11.7!

May 17, 2013 5:11 PM
Rating: (Total Clicks 25)

We’re happy to announce that we are updating the version of our extended support release to Flash Player 11.7 on Mac and Windows. Flash Player 11.7 will replace version 10.3 as the extended support version beginning July 9, 2013. In … Continue reading → (translate)

Adobe Flash Professional with CreateJS

May 16, 2013 12:43 AM
Rating: (Total Clicks 51)

I recently gave a talk on Flash Professional CC and CreateJS for Adobe and WebProfessionals.org. Slides and recording are up! Recording Link: http://seminars.adobeconnect.com/p1kqnaqlwzx/ Also: What?!? Flash Professional CC will target the Dart language from Google??? Crazy talk!Related Posts:Adobe and the Flash Gaming LandscapeAdobe Education Exchange LiveWhat’s New in Flash Player 11.2 and Adobe AIR 3.2Edge Code, PhoneGap Build, and lots of Absinthe!The Flashy Side of Adobe Edge (translate)

Flex SkinnableViewStack Component

May 15, 2013 7:14 AM
Rating: (Total Clicks 34)

The SkinnableViewStack is nearly identical to my ViewStack component except that it extends SkinnableContainer, rather than my DeferredContentGroup, to support skins. My use-case for a skinnable version of the ViewStack is when defining views or components that need to have ViewStack-like functionality, but also include chrome (think of a wizard component). One could simply define a SkinnableComponent with a ViewStack as a skin part, but the component user wouldn’t have access to the ViewStack API outside the SkinnableComponent. This SkinnableViewStack implementation replaces the Group-based contentGroup skin part with my Spark ViewStack component and then proxies the ViewStack API to the (translate)

Using Edge Animate to Create a Reusable Component Set

May 13, 2013 1:20 PM
Rating: (Total Clicks 10)

Presented at Adobe MAX in Los Angeles, CA on May 6th, 2013. This session will examine the Adobe Edge Animate Symbol structure and demonstrate a number of ways to achieve functional results similar to ActionScript using jQuery and JavaScript APIs. Learn these valuable techniques from Joseph Labrecque, senior interactive software engineer at the University of […]Related Posts:Speaking on Edge Animate at Adobe MAX!Adobe MAX is almost here… I’m Speaking on Edge…Edge Code, PhoneGap Build, and lots of Absinthe!Adobe Education Exchange LiveAdobe and the Flash Gaming Landscape (translate)

Code Orchestra Livecoding Tool update

May 12, 2013 3:19 AM
Rating: (Total Clicks 32)

Last time I have promised you standalone actionscript livecoding tool “in about a month”, and it was delivered in 1 month and 1 day. If some of you missed the news because I did not write a post about it here – don’t feel bad – because tonight brand new 1.0.1 build is waiting for […] (translate)

Flex Spark ViewStack Implementation

May 11, 2013 1:28 AM
Rating: (Total Clicks 31)

Awhile back, I created a GroupStack as a quick and dirty Spark implementation of the ViewStack I needed at the time. I've recently needed a more complete implementation of a Spark ViewStack for a project, particularly with support for deferred content creation and some of the other features left out of the GroupStack. This version of the ViewStack is very close to a direct port, containing most all of the features and API from the Halo ViewStack. It’s based on Group (more specifically, my DeferredContentGroup which extends Group) due to my desire to substitute the contentGroup skin part (of type Group), found (translate)

1 | Next Page