Copy link to clipboard
Copied
Hi, i have problem on running my video files in Android. Im using adobe flash cs6 and AS3 for interface and export all files to my android ( save in APK file ). Videos playing well but i was wondering isnt possible for my videos to be played in full screen mode when full screen button is clicked ? Previously, when i clicked full screen button in provided skin, the video size still remain same, just it shows video screen, not full screen. Anyone knows how to fix this ? or maybe coding for as3 might works ? i'd try every possible ways but none works. Appreciate any helps,thanks !
Copy link to clipboard
Copied
you can use the fullScreenTakeOver property of the flvplayback component to determine whether the video is fullscreen or the stage.
Copy link to clipboard
Copied
hi i tried it out but still not working. video still playing in same size. i wish video can be full screen accordingly to my phone size
Copy link to clipboard
Copied
what code are you using to make the video go fullscreen?
Copy link to clipboard
Copied
full screen works perfectly fine when i opened in my laptop (.swf) but when import to my phone (.apk) full screen not really fit in my mobile. size remains same
Copy link to clipboard
Copied
im not using any code for video. mind sharing any that might works ?
Copy link to clipboard
Copied
are you using an flvplayback skin with fullscreen?
Copy link to clipboard
Copied
yup
Copy link to clipboard
Copied
stage.scaleMode = "exactFit";
Copy link to clipboard
Copied
i tried but still doesnt works
when full screen button clicked, it still same size
Copy link to clipboard
Copied
you have some setting that's incorrect. i'm not sure what.
are you publishing your app for fullscreen?
Copy link to clipboard
Copied
Setting before i publish as APK file
Actionscript,script related for video was just two line. the rest was just for buttons
Video properties on the right. I think everything is okay but i dont know what went wrong. When publish to mobile phone, video just wont play full screen
Copy link to clipboard
Copied
there's also a setting that you may have ticked when assigning the source. retry navigating to the source to make sure you don't have match source dimensions ticked.
Copy link to clipboard
Copied
Tried and video successful played in landscape mode ( full screen ) but my content (interface) shrink to fit T.T
There's really no way my interface in portrait mode, then when play video, video can be in landscape mode hmm ?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now