March 2010
M T W T F S S
« Feb   Apr »
1234567
891011121314
15161718192021
22232425262728
293031  

Adobe TV

On Adobe TV you can find a lot helpful video. In Products you can use FLASH PROFESSIOANL and enjoy with looking.

AS3 API Reference for iPhone

Do you want to read AS3 API class documentation on your iPhone? If yes then enjoy with it:) and tell thanks for Mike Chambers on his blog.

Features include:

-API Documentation for Adobe Flash Player 10, Adobe Flex 3.2, and Adobe AIR 1.5.
-Ability to search and filter by class name.
-View complete API class reference entries.

Tracing your code in Firefox

You know you can trace your code and look to result in output panel. But how test your program if you see to .swf file in browser? Please read more about Flashbug first.

And lets create simple program and test it with Flashbug in Firefox.

Create package:

package
{
import flash.display.MovieClip;
import flash.events.MouseEvent;

public class Main extends MovieClip
{
//constructor
public function Main():void
{
trace(”i want check [...]

Flashbug - Add-ons for Firefox

Recently i find good add-on for Firefox browser. You can download Firebug from official site of Mozilla. A Firebug extension for Flash. Displays all the running .SWF file trace output. Requires Flash Player Debugger to work properly.

Please click to Add to Firefox button:

Then click to Get flash player debugger