Archive for the 'Tip of the Day' Category
Friday, October 5th, 2007
When creating screen saver content, consider adding to the 1st frame:
[actionscript]
status = fscommand2( “FullScreen”, true );
[/actionscript]
This will enable your content to FullScreen even if it is run outside of screen saver mode on devices supporting this specific content type. By default, Flash Lite content will run FullScreen automatically when in screen saver mode, but this [...]
Print This Post
Posted in Actionscript, Actionscript 2.0, Flash Lite, Flash Lite 1.1, Flash Lite 2.0, Flash Lite 2.1, Flash Lite 3.0, Flash Lite Friday, Flash Lite Tip of the Week, Flash Lite UI, Flash Lite wallpaper/screen saver, Flash Mobile, Mobile, Nokia Series 40, Nokia Series 60, Tip of the Day, flashlite, tutorials & books |
No Comments »
. . . . . . . . . . . . . . . . . . . . . .
Friday, September 28th, 2007
Memory is a very precious commodity when working with mobile development. This is no fault of the software, but rather the constrained hardware portable devices we (typically) deal with, and in particular, handsets.
Up until just recently, knowledge about the internals of memory allocation and management with Flash Lite has been sporadically posted about on various [...]
Print This Post
Posted in Adobe, Adobe Device Central, Flash Lite, Flash Lite 2.0, Flash Lite 2.1, Flash Lite Friday, Flash Lite Tip of the Week, Flash Lite for BREW, Flash Mobile, Flash Mobile Developer, Mobile, Mobile Emulators, Tip of the Day, flashlite |
No Comments »
. . . . . . . . . . . . . . . . . . . . . .
Friday, September 21st, 2007
Hate using eval() statements to make arrays in Flash Lite 1.1, just for the simple fact that it looks silly (in today’s ActionScript standards).
For example:
[actionscript]
color_1 = “orange”;
color_2 = “green”;
color_3 = “blue”;
color_4 = “red”;
//– To dynamically access the elements in this pseudo-array,
//– you could use the following ActionScript code:
for (i = 1; i
Print This Post
Posted in Actionscript, Flash Lite, Flash Lite 1.1, Flash Lite Friday, Flash Mobile, Flash Mobile Developer, Mobile, Tip of the Day, flashlite |
3 Comments »
. . . . . . . . . . . . . . . . . . . . . .
Friday, September 14th, 2007
An oldie, but a goodie … Always check out Alessandro Pace’s blog at www.biskero.org, daily, for your latest and greatest Flash Lite info and (mostly Nokia) handset related news.
Print This Post
Posted in Flash Lite, Flash Lite Friday, Mobile, News, Tip of the Day, flashlite, nokia |
1 Comment »
. . . . . . . . . . . . . . . . . . . . . .
Current Visitors