Adobe Flash Lite is a lightweight version of Adobe Flash Player intended for mobile phones.
Questions tagged [flashlite]
42 questions
0
votes
3 answers
What's the difference between each version of flex?
According to this page there's flex 1,2,3,4,what's the main difference between them?
Is there a version of flex that supports flash lite 2 which my project is using?

ollydbg
- 3,475
- 7
- 28
- 29
0
votes
1 answer
Flash Lite 1.1 substring question
Could you tell me why both lines print out a?
trace(substring("asd", 0, 1)); // == "a"
trace(substring("asd", 1, 1)); // == "a"
(this prints out s:
trace(substring("asd", 2, 1)); // == "s")
Does in Flash Lite 1.x the index start with 1?

user
- 6,567
- 18
- 58
- 85
0
votes
1 answer
What's Flash Lite at all?
I've long thought of Flash Lite as something similar to actionscript, for mobile browsers.
But today I tried to create a Flash Lite project in flash cs5 but found it seems to be some kind of Flash Player ?
Which is the case ?
If it's the latter…

user198729
- 61,774
- 108
- 250
- 348
0
votes
3 answers
How to play .3gp videos in mobile using RTMP (FMS) and HTTP?
I am not able to play video on mobile device which is .3gp container and H.263 / AMR_NB encoded. I just want to play my website videos in mobile device also just like youtube.com. I want to use RTMP and HTTP both. My requirement is as follows-
Which…

Sunil Kumar
- 1
- 1
- 3
0
votes
1 answer
Flash or FlashLite development for Android?
I'm investigating the possibility to develop Flash or FlashLite apps that runs on Android as stand-alone apps, but I'm not finding anywhere a clear, definitive and up-to-date answer. Questions:
The HTC Hero supports Flash out-of-the-box (without…

devguy
- 2,336
- 5
- 27
- 31
0
votes
1 answer
Flash lite 1.1 Actionscript and PHP
i need help on getting data from my database using php on actionscript?
any advice on how i can use loadVariables() or getURL()
i know PHP but im new with actionscript.

Rain Ramos
- 41
- 3
0
votes
1 answer
Can you get a keypress event for the phone call key in Flash Lite?
All mobiles have a green dialing key. Do you get an event for this in Flash Lite 3.0 or above?

Robin Rodricks
- 110,798
- 141
- 398
- 607
0
votes
1 answer
Standalone flash player for Windows CE
Are there solutions to get de flash player ( doesn't matter what version ( higher = better :) )) running on windows CE in standalone mode ( so not activeX plugin for IE )
or flash lite perhaps ??

Andy Jacobs
- 15,187
- 13
- 60
- 91
0
votes
1 answer
How to create a desktop application using flashlite as front end?
I'm looking for information on how to create a desktop application that runs flashlite for the front end UI but has a lot of c++ code for the back end.
Any pointers is greatly appreciated.

yasouser
- 5,113
- 2
- 27
- 41
0
votes
2 answers
parse data from text file - flash as2
I have a text file that I need to retrieve a name/value pair from that looks like this
#Hostname
hostname=6544
value1=12
value2=78978
Can anyone tell me how to parse this so I can reference the variable 'hostname' value.
This has to be in…

bouldo
- 1
- 3
0
votes
1 answer
flash lite memory management
I'm having a hard time managing my memory in flash lite.
are there any pointers i should care about ? or best practices?
ive been reading every 60 seconds the garbage collector runs.
i'm deleting my objects/movieclips like
mc = null;
delete mc;
and…

Andy Jacobs
- 15,187
- 13
- 60
- 91
-1
votes
1 answer
Has any one used Flex 1.5 for mobile apps?
I know it's now Flash Builder 4 and it is great, but Flash Player for Mobile on Nokia is still quite not up to AS3. My audience mostly has quite old Nokia phones that support FP 7-8. Do any of you have experience with Flex 1.5 to create mobile…

Rella
- 65,003
- 109
- 363
- 636