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? Thanks! ...
Are XMLSockets available in Flash Lite, and if yes in which versions, and are there differences between the regular and the lite objects? Thanks! ...
How can I run a Python script from a Flash Lite SWF? One such method is using SWF2GO to package the SWF + Py script together, after which you can launch the Python script by flash commands. Intelli-Launch Technology v2: Python for S60 background script launcher Another hopeful is Flash Lite's fscommand("Launch","myapp.app") fu...
I have a flashlite3 application with navigation consisting of icons the user can browse left or right through infinitely. The basic algorithm i'm using now works (and is adequate for this project) however, part of the solution depends on a duplicate of the array of icons. Depending on the number of items in the array, and/or the size of...
Hi All, 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 xsd:import)... And the problem is brought up when the complex data from/parameter of WS is a s...
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 making sure every listeners is deleted on it. still nothing seems to happen.. ...
Is it possible to read a simple text file (stored on the mobile phone) with Flash Lite 1.1? ...
I want to know is Flash Lite is same as Flash Action Script programing. When/where we use Flash Lite? ...
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 anything from outside the swf file, that's why i need this) (I'd like to do this using java (...
I have this flash animation (flash lite 1.1) and the problem is that on my phone it's quite slow. It looks like as it was 5-6 FPS.... Could anyone tell me why and how to make it faster? Thank you in advance. Here are the swf and fla files: Download Edit: tested on SonyEricsson K550, W610, W300 and W880 ...
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 ?? ...
Give us your opinion about how you define a Flash Lite project for a complex application with many different views. Do you use : 1) attachMovie with each different views in movie clips in the library unloadMovie to switch to another view ? 2) timeline ... you use gotoAndStop() ? the main problem of this, is when you use createEmptyMovi...
I'm working on a streaming video player that can play either FLV or H264. I have it working on the PC and my attempts to get the Wii to play H264 have come up short. With the recent browser update the Wii has Flash Lite 3.1 (upgraded from Flash 7) which has support for H264 (Adobe Flash Lite version comparison.) I've tried different b...
All mobiles have a green dialing key. Do you get an event for this in Flash Lite 3.0 or above? ...
I'm developing a Flash Lite app that can communicate to a C# app, via Bluetooth. I'm using 32feet.NET for the C# side and its working fine. It uses RFCOMM-SPP which is a sort of bluetooth serial port. Real simple to send data back and forth. You work with bytes. But I'm struggling with the Flash Lite side. I'm trying to use the free K...
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 request to the server. System.security.loadPolicyFile("http://foo.com/crossdomain.xml"); So...
I want to look at a good tutorial that accomplishes the following: Teaches me about how to create a flash lite application Communicates with a backend server Thanks! ...
Adobe are launching Flash Player 10.1 in the first quarter of 2010, this will provide consistent runtime across desktops and mobile devices (so I assume if it was built for the web it will work on the mobile). I am about to start developing an flash based application for mobile phones, should I look at using FLash Lite 3 or wait until F...
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 edition? Do I need to publish as Flash Lite 3? can I publish Flash Lite 2? What about Kuner...
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 central and do not have a phone to test this with at present. Here is my code - keyListener =...
Every time you compile (publish) a Flash Lite app, Flash opens up the app in Device Central for testing. But I don't need this since it doesn't emulate all features properly, and I'm using a real device to test. Any way to disable its auto-start? I'm using Flash CS4. ...