FlashTrayTools maybe ...?
Type: Posts; User: Thommasc; Keyword(s):
FlashTrayTools maybe ...?
Known issue. No solution.
That's all I can say.
Deal with it :/
Nokia 5800 has Flash Lite 3.x already installed.
Why don't you compile your SWF for Flash Lite 3.x instead of 2.1 ? It is way better (faster, more memory, etc.) !
Flash Lite 2.1 is for previous...
A Kunerilite plugin <
It has nothing to see with Symbian.
Just use Kunerilite and activate the GPS Plugin when you create your SIS installer.
It should work.
You are trying to use onRelease on a movieclip.
It's only for buttons ...
You could try onMouseDown and onMouseUp too maybe ?
There are many different kind of events in Flash Lite ... I always...
Whenever you try to learn a new programming language, first, learn how it works.
Flash uses a garbage collector.
When you set the variable to null, after some time (can't know, can't tell), the...
addEventListener is for AS3.
my_list.addEventListener("change", my_list);
"change" < this may be the problem.
You can use :
function onChange(evt : Object)
{
...
"Is there any way to let Flash Lite Player know that it doesn't need internet for this?"
Not that I know of :-)
However, even if the user answers "no", the local connexion will work.
Why don't you use the XML class ? loadVariable is not designed to load local XML file.
You could also put this label at "_x = -400;"
and then put it at "_x = 0;" when you need to display it ...
What are you trying to do exactly ?
yourcheckbox._xscale = 150;
yourcheckbox._yscale = 150;
150% width & height boost :D
"Does it make sense?"
Yes it makes sense... you've just started learning actionscript ??
"But I have a path trough my XML document, similar to...
http://forums.adobe.com/thread/445747?tstart=0
"Flash Lite 3.0 offers 8 Mb dynamic memory. When you load XML, graphic or sound, you can load a file of 3/4 Mo, but just once. Flash Lite need 2/3 Mb...
use htmlText property and use the specific HTML tags that are actually working in Flash Lite ...??
I don't believe it is possible using AS code.
You can launch another application using fscommand("launch", path to another app);
This may put the Flash Lite app in background, but the flash lite...
Are you using Arrays ???
"'memory full' error"
has nothing to do with accelerometer readings, except if you are storing them somewhere in the memory (i.e. in array variables for example).
You...
Build a SWF with all your text in variables (avoid using MANY variables).
Then, load your swf in a movieclip. Use your variables.
unloadMovieClip on the movieclip to allow releasing the memory when...
"(I have checked that
the movieclip is removed but memory size in
device central hasn't dropped !)"
The garbage collector need 60 seconds at least to clean some memory !
And you can never be...
Any file, class or variable name should start with [a-z] not a digit.
This is pretty obvious for any programming language.
"I want to make a HTTP get query method"
XML (load method), getURL, send, sendAndLoad > See flash lite documentation
"and save result on my mobile."
SharedObject > See flash lite documentation
...
Good luck for this project.
Try to add all the vital methods !
You can store data using SharedObject.
It is not possible to handle file in the filesystem without any plugin.
Except for Symbian 5th and Flash Lite 3.x
You can check Kunerilite, Janus-Flash...
Did you try to compile in Flash Lite 3.1 instead of Flash Lite 3.0 ?
Kenyan Market ... ok :D
I believe you could use a trick : you draw the softkeys yourself in Flash.
And use the classic KeyListener ... I think the right and left softkeys will have a specific...
Please use Flash Lite 2.1 to see if there is a difference.
I think Extended Soft Key were added on FL2.1 and was not used in FL2.0, should check documentation to make sure.
Why don't you use...