Adobe Flash Lite is a lightweight version of Adobe Flash Player intended for mobile phones.
Questions tagged [flashlite]
42 questions
1
vote
1 answer
Is it possible to turn a string with base64 encoded image data into a displayable image in flash lite?
I have tried using a data URI to load the image data into a movie clip, but flash lite does not appear to support the data URI scheme.
I also thought it might be possible to base64 decode the image data and write it out to a file and load the file…

eakret
- 11
- 2
1
vote
1 answer
arm-none-symbianelf-ld throwing "No Such File or Directory" error looking for file [...].GCCE.UREL.objects.via when building project
Im using Carbide C++ 2.3.0 to build a Flash Stub project with S60)5th_Edition_SDK-v1.0 Phone Release (GCCE) set as build configuration. I have installed Perl and JRE and the CSL toolchain (GCCE), and Ive manually updated the Windows PATH variable to…

undefined
- 5,190
- 11
- 56
- 90
1
vote
1 answer
How can a FlashLite Developer using Device Central emulate camera and file upload integration?
I am developing an application with Flash Lite designed to run on Nokia S60 5th edition phones using the Flash Lite API Bridge Interface. The application uses the API Bridge to access the phones camera and upload functionality to take a photo,…

undefined
- 5,190
- 11
- 56
- 90
1
vote
1 answer
When listening for keypress in Flash Lite should I be listening for Key.Down or the numeric code for this key?
The adobe documentation says that when listening for a keypress event from a phone you should listen for Key.Down, however when I trace the Key.getCode() of keypresses I see a number not the string "Key.Down". I am tesing this locally in device…

undefined
- 5,190
- 11
- 56
- 90
1
vote
1 answer
Which devices can I develop for using the Nokia API Bridge for Flash Lite?
I need to develop a mobile application that connects to the devices camera and to a remote server.
Using the Nokia API Bridge for Flash Lite which devices can I target? Does anyone know if this API works with any Symbian 60 device or only for 3rd…

undefined
- 5,190
- 11
- 56
- 90
1
vote
1 answer
FlashLite 2.x/3.0 Cross Domain policy file
As per my understanding of the Adobe docs for a cross domain request by an swf, two types of policy files are required on the server:
URL policy file: this is named "crossdomain.xml" and stored in the root of the server and is generally an http…

Kevin Boyd
- 12,121
- 28
- 86
- 128
1
vote
1 answer
Autorefresh XML data in SWF Action Script 2.0
So I am working on a SWF using AS 2.0. It needs to access exchange rates from an XML file. I already have a setInterval that iterates through XML child nodes. So I already have a timer running in my code. I need to set another timer in order to…

FrengiX
- 77
- 1
- 7
1
vote
1 answer
Edit flash with Java
Is there any way to dynamically generate an swf file?
Or insert variables after it's "compiled" to swf?
Or insert variables to the fla and then compile it to swf?
(I'm using flash lite 1.1 (and the flash is set to background) so i can't read…

user
- 6,567
- 18
- 58
- 85
1
vote
1 answer
Flash Lite 1.1 Read File?
Is it possible to read a simple text file (stored on the mobile phone) with Flash Lite 1.1?

user
- 6,567
- 18
- 58
- 85
1
vote
1 answer
Flash Lite access complex data on the webservice .net based?
I am new to flashlite/actionscript, my problem is.. how can i call a method in the webservice having complex data(return data and paramters), The web service is .net based and it is tuned for a mobile friendly type of webservice(without…
Marsh
0
votes
2 answers
XMLSockets in Flash Lite?
Are XMLSockets available in Flash Lite, and if yes in which versions, and are there differences between the regular and the lite objects?
Ptiboli
0
votes
1 answer
Flash Lite 4 and Flex/Spark
I know the adobe docs doesn't say that flex and spark components are support in Flash Lite 4, but is that just because they are too heavy?
It seems to me that most of the spark components should run in Flash Lite 4.
At my company I'm in a weird…

Nate
- 2,316
- 4
- 35
- 53
0
votes
2 answers
Mobile Application in ActionScript 3
Just to be clear ,this is a university project that i am doing ,this is my first time working with flash/AS.i am half way implementing the mobile web application.I have used Flash Lite 4 and Actionscript 3.…

Dabba
- 1
- 2
0
votes
1 answer
Audio playback on mobile phone
I have a problem with deciding about Flash lite vs html5 audio tag for streaming music on mobile devices.
If it's flash lite, then any steps how to get it working would be great, no actual code needed, because I tried but it didn't play. i don't…

raimonds
- 1
- 1
0
votes
1 answer
Nokia Series 40 application to take a photo
I am looking to have a Symbian Series 40 application to take a photo using the onboard camera every 5 minutes and then upload the image to a server via GPRS.
Is this possible? I need to know whether this is possible before going deeper into it.…

Aaron Lim
- 191
- 1
- 2
- 8