Plugin Discussions

Discussions are between the Plugin Developer and app owners. Only app owners that have installed the plugin can participate in this discussion. We enforce this to help Plugin Developers focus their time on helping app owners that support the development efforts.

pointerBack to discussions for "AT53 Video Player"
Replies: 2    Views: 59
 
rossideas
Aspiring developer
Profile
Posts: 145
Reg: Jul 24, 2011
Albuquerque
1,450
02/16/13 02:30 PM (11 years ago)

No Auto Start in Landscape

Using with Android, has anyone else found that the videos will not auto start in Landscape? The screen is just black until you touch it then the controls show and you could start the video... or if you change the orientation back to portrait, the video will start playing. Would be great to know where to alter the code to fix this.

* I also thought possibly in Landscape, it's waiting for the entire file to load first and just not streaming.
 
rossideas
Aspiring developer
Profile
Posts: 145
Reg: Jul 24, 2011
Albuquerque
1,450
02/16/13 05:00 PM (11 years ago)
I found where to fix the black screen in Landscape so it shows the controls immediately:

Changed (View.GONE) to (View.VISIBLE)

Line #157 AT53_Video_player.java

//hide the video player until play clicked...
videoView.setVisibility(View.VISIBLE);
 
ATRAIN53
Code is Art
Profile
Posts: 1755
Reg: Nov 17, 2011
Chicago
26,450
04/02/13 10:40 AM (11 years ago)
Great tip, thanks for posting this.
 

You cannot participate in this discussion yet.

  1. You must be logged in to participate
  2. You must have a screen name setup in your profile
  3. You must have installed the plugin in your control panel.