Subscribe
Stay Updated
Every Flash Developer is a iPhone Developer now
Posted on Oct 6, 2009 by Makubex, 0 comments



Adobe has done it, once again. In Flash Professional CS5 now you can develop applications for iPhone. Flash CS5 converts your application to native Objective-C code when the content is published. These application can be delivered to iPhone and iPod users through the App Store.

This doesn't mean iPhone supports Flash Player. Flash CS5 allows the developers to repackage the existing web content as application for iPhone.

Public beta of Flash Professional CS5 is planned to be released later this year.

Watch the video below as Adrain Ludwig of Adobe demonstrates the Flash technology inside iPhone,




Labels: ,

Continue Reading!
Dashed Rectangle Border in Flash Actionscript 3
Posted on Oct 4, 2009 by Makubex, 3 comments
I have created class file for drawing dashed rectangle in Actionscript 3. Check out the demo below and click here for the Actionscript file.
Flash CS3, AS 3.0



Demo:





Usage:

import dashed;

dashed.drawRect(this, { x: 50, y: 50, width:100, height: 250, borderColor: 0xff0000, borderAlpha: 1, bgColor: 0xf5f5f5, bgAlpha: 1 } );



Parameters:

First Parameter:
Is the movieclip name where you want to place your dashed rectangle.
In my case I have used "this" which refers to stage. You can use movieclip name instead of "this".

Second Parameter:
They are the properties of the dashed rectangle. There are totally 8 properties.
1. x
2. y
3. width
4. height
5. borderColor : dashed border color of the rectangle.
6. borderAlpha : dashed border alpha of the rectangle.
7. bgColor : background color of the rectangle.
8. bgAlpha : background Alpha of the rectangle.


Download: dashed.as

Labels: , , ,

Continue Reading!

Hi, I am Karthikeyan VJ (aka makubex). I am a independent Interactive Developer and I am currently focusing on Flash, Flex and AIR