Flash

Apollo Security Sandbox

The documentation released along with the Apollo downloads is tremendous. Brushing through on a basic level, I’ve found the following item of interest: SWF files installed with Apollo applications do not need to look for cross-domain policy files. Capabilities that normally require another SWF file to grant access by calling the Security.allowDomain() method are not …

Apollo Security Sandbox Read More »

The Necessity of ‘Extended’ or ‘Professional’ Versions

These thoughts are spawned by the announcement today of of an ‘extended’ version of Photoshop CS3. I’ve never seen the reasoning behind having two versions of a product like this. Take Flash 8 vs. Flash 8 Professional for example- the difference in feature set between the two versions is huge! I [perhaps wrongly] assume that …

The Necessity of ‘Extended’ or ‘Professional’ Versions Read More »

Flash Player Security Sandbox is Smothering Me…

I’m currently building a standalone app in Flash/AS2 translated to an execuatable via Screenweaver. What has really been a downer are the incredible restictions placed upon BitmapData.draw(), which is used heavily throughgout the application. The really terrible thing is that we own all of the domains the loaded images and video are originating from, but …

Flash Player Security Sandbox is Smothering Me… Read More »

Zoomify in Photoshop CS3

Doing some quick research at the request of a client and learned that a Zoomify export is actually built into Photoshop CS3 beta! I’ve been using the beta since it’s release yet had never noticed this option till now. While not something I would likely be using- I can imagine this feature would be huge …

Zoomify in Photoshop CS3 Read More »

ActionScript 3.0 and the Flex SDK

In my free time (right!) over the past few months, I’ve been working on some basic ActionScript 3.0 projects to familiarize myself with the new version. I’ve been using FlashDevelop linked into the Flex SDK to write and compile my code. While I have no gripes with Flex Builder 2, I find it amazing that …

ActionScript 3.0 and the Flex SDK Read More »

Fullscreen Flash Player ‘Gotcha’

I’m not sure whether this should be classified as a bug or not. I’m currently working on a project which utilizes the new fullscreen capabilities of Flash Player 9. The module in question retrieves images, audio, video, and other objects for display one-by-one in an individual presentation format. One thing we’ve included in the application …

Fullscreen Flash Player ‘Gotcha’ Read More »