Wednesday, December 13, 2006

Foundation Flash Applications for Mobile Devices


http://www.friendsofed.com/book.html?isbn=1590595580

This book seem very nice. I just download the sample chapter.
Page 18 is quite useful for me, as it is about hittest on Flash Lite 1.1.

Tuesday, December 05, 2006

Flash Lite 2.1 Standalone Player for S60 Symbian devices

Finally, Flash Lite 2.1 for Symbian is free of charge. Thank you Adobe!!

Free downloads (sign-in required)
Free Developer Downloads: Flash Lite 2.1 for Symbian, BREW, and Windows Mobile are now available to developers, free of charge, for easily developing, testing and deploying Flash Lite content and applications consistently across devices and platforms.

Flash Lite 2.1 for Symbian ›
Flash Lite 2.1 for BREW ›
Flash Lite 2.1 for Windows Mobile 5.0 ›

Flash Lite 2.1 is based on the Flash 7 standard for content and contains the following features:
* XML Sockets
* Inline text support
* Dynamic XML data
* Device video playback
* Persistent data
* Powerful and dynamic media
* Text enhancements
* Action Script 2.0 support
* Synchronized device sound
* Compressed SWFs

Sunday, December 03, 2006

Research

Flash Lite 2.x provides extended support across key open platforms, including Symbian S60 v2/v3 and Qualcomm BREW 2.x/3.x. Support for Microsoft Windows Mobile 5 will be available later this year.

Here is the website:
Symbian:
http://www.symbian.com/

Saturday, November 25, 2006

Set Screen

I used the code below to ensure the object won't move outside of the screen.

if (getProperty("/object", _x)<21)>
setProperty("/object", _x, 21);
}
if (getProperty("/object", _x)>155) {
setProperty("/object", _x, 155);
}
if (getProperty("/object", _y)<28)>
setProperty("/object", _y, 28);
}
if (getProperty("/object", _y)>180) {
setProperty("/object", _y, 180);
}

Monday, November 20, 2006

ActionScript Bytes

Consulted the tutorial from Erin's Flash lite blog. Adjusted the script.
Now, the object can move "Left", "Right", "Up", "Down".

And I find out used case 1 instead of case 2, the ActionScript Bytes is reduced.
( for my project, it reduced from 788bytes to 773bytes )

case 1
if ( ) {
}
if ( ) {
}
if ( ) {
}
if ( ) {
}


case 2
if ( ) {
}
else if ( ) {

}
else if ( ) {
}
else if ( ) {
}

Tuesday, November 14, 2006

Character Design for Mobile Devices


Seen it is a nice and useful book for my FYP.
However I have no extra money to buy it.
Luckily, I can download the "
View Chapters From This Book"

I jointed "
Yahoo Flash Lite Group" today.

Friday, November 10, 2006

Adobe Mobile Developer Program

The Adobe Mobile Developer Program is designed to support mobile device developers, designers, content and media professionals interested in mobilizing their Flash and non-Flash assets. With this program, you will have access to a broad range of services, information, and support to help design, develop, and market Flash Lite applications and content for mobile devices.

By becoming a member, you will get access to:
1. Early access to Beta software
2. Technical support through our online Community Discussion Forums
3. Content Developer Kits (CDKs)
4. List of Supported Flash Lite enabled devices from Operators and Handset Manufacturer's and other OEM's
5. Sample code and Demos
6. "Tips and Techniques" and "How-to" technical articles
7. Quarterly Developer Newsletter
8. Mobile User Groups and Community Bloggers
9. Events, News and online Seminar information and resources

I just registered and downloaded Macromedia Flash Lite 1.1 CDK

Wednesday, November 08, 2006

My First Post

I am going to creat a Flash Lite Game for my Final Year Project.
That's why I created this blog to put all the related stuffs.

Flash Lite 2.1 Players Free For Developers
Flash Lite 2.1 for Symbian: general availability early December
[
http://www.adobe.com/devnet/devices/articles/flashlite_os/flashlite_os.pdf ]

Good News! Hopefully, I can download it for my mobile phone.