I am developing a Flash AIR 3.5 Android app with Flash Builder 4.6.
If I put this code at the beginning of my app :
import flash.media.Video;
...
new Video();
then the screen just goes black (testing on an XPeria Arc S). The app IS running (I can hear it), I just get no visual feedback.
If fact, the screen goes black at any point whatsoever that I may put a "new Video()" : even when the app has started correctly and is running!!!
Of crouse, a "new Video()" doesn't serve anything by itself, I just want to pinpoint the source of the problem.