Welcome to our official feedback forum. Do you have an idea? Do you recognize a good idea when you see one? We want to hear from you!
-
31 votes
Make AS3 work on Flash Lite started
I'd like to be able to use the same language to program for flash on the desktop, flash on the web, and flash on mobile.
-
22 votes
-
17 votes
-
14 votes
-
10 votes
enforce Instant Fullscreen on Flash Lite / Symbian started
Transition from normal mode to fullscreen on Symbian is not made instantly. The Flash Lite Player allows itself a small delay in this transition, possibly because the fscommand2("Fullscreen", "true") code is yet to be played. This side-effect also accounts for the SWF filename... more
Agree. It would be a lot more professional looking if blowing to fullscreen could be handled in a more elegant manner, rather than the "choppiness" that occurs on Nokia Devices (S40/S60).
- scottjanousek -
8 votes
allow fscommand2("Quit") to be call by non-key event code started
It is not possible to show a "goodbye-animation" after a quit application confirmation, because fscommand2("quit") only works in the context of a key event, firing instantly and without any delay.
Solution: allow for it to be called on non-key event code as well. -
7 votes
-
4 votes
to add profiles/support of touchscreen devices to CS3 started
There're a lot of touchscreen devices that support FL - Windows Mobile & Symbian (very soon). Do you have a possibility to test it in Adobe Device Central?
There is "styus" support in ADC. I think that's what I used to my custom Chumby device profile ... can't recall if there is an actual "touchscreen" parameter, though.
- scottjanousek -
2 votes
Device Central CS4 defaults AS 1.0 for Flash Lite 2.x/3.x?
Why not default Device Central and Flash CS4 to AS 2.0 instead of AS 1.0 for development when starting a new project?
Are people really using AS 1.0? Those doing 1.1 are using Flash 4 syntax, (which is not really 1.0), and those doing 2.x and 3.x are developing either using a Flash 4 style, or ... more
-
2 votes
hexcolor instead of RGB for setFocusRectColor? started
Would be nice to be able to specify hexcolor instead of RGB for fscommand2( "setFocusRectColor", 255, 255, 255 );
So: fscommand2( "setFocusRectColor, 0xffffff );
-
1 votes
Why do Wii anbd PS3 device templates in CS4 not work?
In CS4, if I try Wii and PS3 templates they report back: Emulation is not supported for CE Devices" ... why is this? Should we not be able to develop and test Wii and PS3 Flash based content in device central? or is it just for viewing the device information?
-
1 votes
Detect what content type mode the Flash Lite player is in
Be able to query, and determine what content type mode Flash Lite is running as ... for example, if a SWF was being run as a screen saver, perhaps an fscommand2( "GetContentMode", "mode") would return "screensaver" in mode variable ... also System.capabilities.conten... more