Questions tagged [flashlite]

Adobe Flash Lite is a lightweight version of Adobe Flash Player intended for mobile phones.

42 questions
9
votes
2 answers

How can I make the iPhone 4 LED light fire instantly?

I'm currently using the below code to turn on and off my iPhone 4 LED light and it's working great, but the only problem is that every time I turn the LED on there is a slight delay. However it turns off instantly. I need it to fire instantly to…
cgossain
  • 199
  • 2
  • 6
3
votes
2 answers

Should I wait for Flash Player 10.1 or go with Flash Lite 3 to develop Flash content for mobile phones and devices

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…
undefined
  • 5,190
  • 11
  • 56
  • 90
3
votes
0 answers

Does Flash in the Wii support h264?

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)…
Jake
  • 242
  • 2
  • 7
2
votes
1 answer

Can Flex compile Flash Lite 3 and up?

I am wondrering if Flex can compile to Flash Lite, it is from greath importance if it can, and how ( because i am not finding anywhere an option to switch or something ) ?
2
votes
3 answers

How do I implement a infinite list in Flex (hero)

I'm new to Flex/ActionScript (.NET/Java has been my main playground so far). I'm trying to build a Flex app that has a list that is meant to look and behave like an infinite list (of items - which can be any object). The idea is that the user should…
Krishna
  • 2,997
  • 1
  • 23
  • 31
2
votes
2 answers

How can I implement a strobe light on my iPhone 4

I would like to implement a strobe light on my iphone 4 I already have the code to turn on and off the LED. I figure I should use an NSTimer to repeat the method that turn the light on and off, also i figure i would use a UISlider to change the rate…
cgossain
  • 199
  • 2
  • 6
2
votes
1 answer

fscommand2 support in Actionscript 3.0?

I am very new to Action Script. I am using Flash Professional CS5 with ActionScript 3.0. The problem is, When I am trying to use fscommand2 function, Flash Compiler throwing an error saying: Scene 1, Layer 'Layer 1', Frame 1, Line 7 1180: Call to…
Andhravaala
  • 319
  • 6
  • 18
2
votes
1 answer

Flash Lite 2 Split Image

Can flash lite 2(as2) split an image in to multiple movie clips? For example, get an image and split it in half to to mc's.
NebNeb
  • 339
  • 1
  • 4
  • 10
2
votes
1 answer

How to pass parameters to a Flash Lite 1.1 movie?

How can I pass parameters to a Flash Lite 1.1 movie?
Thilo
  • 257,207
  • 101
  • 511
  • 656
2
votes
1 answer

Flash Lite Optimization - attachMovie vs Timeline

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)…
Thommas
  • 124
  • 1
  • 8
2
votes
3 answers

Slow Flash Animation on some mobile phones

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…
user
  • 6,567
  • 18
  • 58
  • 85
2
votes
2 answers

what is the use of Flash Lite, is this same as Flash Action Script

I want to know is Flash Lite is same as Flash Action Script programing. When/where we use Flash Lite?
coderex
  • 27,225
  • 45
  • 116
  • 170
1
vote
1 answer

AS2: No video with netstream, just audio

So I'm having a problem with AS2 when loading a netstream video. my_vid = _root.createEmptyMovieClip("my_vid", _root.getNextHighestDepth()); var video:Video = new Video(); var nc:NetConnection = new NetConnection(); nc.connect(null); var…
nrm
  • 11
  • 1
  • 2
1
vote
1 answer

An array stack algorithm without copy

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…
xivusr
  • 419
  • 5
  • 15
1
vote
3 answers

Has flash player 10.1 been released so far?

I just read this post which said flash player 10.1 provides consistent runtime for desktop and mobile devices. I just asked a question on porting a desktop application to mobile here, but if flash player 10.1 is available I won't bother to do the…
user198729
  • 61,774
  • 108
  • 250
  • 348
1
2 3