Apple bans Flash CS5 iPhone App Compiler

Update: Today April 9th 2010, Lee Brimelow, an Adobe platform evangelist responded to the latest poster from Apple with “Go screw yourself “ on his popular web blog TheFlashBlog.com. It’s hard not to notice the frustration of developers across the blogosphere fuel by Apple’s refusal to allow third party API compiled apps in to the iTunes store.

The language from Apple’s agreement states “Applications may only use Documented APIs in the manner prescribed by Apple and must not use or call any private APIs”. This stipulation is a loathsome move by Apple to render the new Flash CS5 feature of porting Flash files as iPhone/iPad apps totally useless.

I wonder how many flash developers will delay upgrade to CS5 once they get wind of Apple’s stipulation. I’ve noticed a few developers complaining that their apps were rejected because of the use of third party APIs such as Corona, PhoneGap & Titanium

Read the Titanium’s rejection forum post here:
http://developer.appcelerator.com/question/3921/about-the-iphone-private-api-in-use

John Gruber of Daring Fireball was the first to post these changes:
http://daringfireball.net/2010/04/iphone_agreement_bans_flash_compiler

Banner Design Logo Placement Tips

When designing skyscraper banners (160×600 and 130×160…etc.) try incorporating your logo in to the top and bottom portions of your banner layouts.
If you only want to include one logo, try positioning the logo in the top or middle portions of the banner.
If you only include your brand identity at the bottom, it’s will most likely fall below the fold (below the initial browser window area) and out of view of the user. Having a logo atop of the banner insures the viewer will be able to identity the brand associated with the message and call to actions.

Adobe Flash not on Apple iPad or iPhone

app-shots

Why is it that Apple refuse to assets Adobe in their effort to deploy Flash on iPhones and iPads? Some people believe that Apple fearful that Flash will reek havoc on their battery life. Some think it’s purly profit driven. Think about it. Apple only used Flash on their web site for about a year or two before strictly used QuickTime to handle all of their site’s rich-media content. So they are keep in the same vain by not supporting flash on their Mobile devices.

As a consumer and as a Flash developer, I’m split on this issue. Why? Well I’ve been a Apple user (designer) long before I became a Flash user (developer). Plus I’ve always enjoyed Apple product because they have the tendency of being much more stable than their competitors.

I do feel that Adobe is getting the short end of the stick though. Together, Apple’s OS coupled with Adobe’s creative suits has been such a perfect relationship for those of us in the creative industry. But now with all of the new growth that Apple has had in the mobile sector, they are leaving Adobe to fend for themselves.

The good new is Adobe took some huge steps to remedy this problem by adding a new publishing option in the new Adobe® Flash® Professional CS5. We will now beable to publish AS3 projects files as native iPhone apps. I’m note sure on all the technoligy behine it but they have a few apps up on line now ready for your iPhone… all build using Adobe CS5 beta. Here are a few iPhone applications build using Flash and downloadable via the Apple App Store.

http://labs.adobe.com/technologies/flashcs5/appsfor_iphone/

How to use JQuary LightBox with Flash getURL

I was searching ways to use Lightbox in Flash and found this great article at CodeFidelity.com.

http://blog.codefidelity.com/?p=18

Picture 1

How to pass fashvars using AS3 and Swfobject

Swfobject has become the most popular choice for embedding flash content on the web. They’ve made it extremely easy to pass variable (flashVars) in to flash using two type of syntax. Take a look at the example below:

<script type=”text/javascript”>

var flashvars = {};

swfobject.embedSWF(“myContent.swf”, “myContent”, “300″, “120″, “9.0.0″,”expressInstall.swf”, flashvars);

</script>

Actionscript 2 to 3 migration Help

Need help migrating over to the AS3 language. First thing you probably want to download is the “AS3 Migration Cookbook from Adobe. You can use it as a high-level intro to AS3 and a quick reference for executing frequent code task. The guide covers four topics: Continue Reading »

How to validate Flash absolute url paths

You may want to dynamically change the way your flash file behaves based on where it’s hosted. To do so, you should utilize the “_url” variable to obtain the absolute path of your flash file. Continue Reading »

MC Tweener Add Glow Filter

If you are using the latest SVN version of Tweener (AS3), you can get the GlowFilter with Tweener to work. Here’s the code sample assuming you have a movie clip named “box” on the stage.
Continue Reading »

Create Empty MovieClip Dynamically in AS3

Here is how to dynamically create a movie clip in ActionScript 3 using the MovieClip class Continue Reading »

Preloaders in AS3

Here are a few way to create a preloader in flash actionscript 3 Continue Reading »

Page 1 of 612345Last »