Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Black rectangle appear on the video in 854x480 #58

Open
GoogleCodeExporter opened this issue Dec 15, 2015 · 0 comments
Open

Black rectangle appear on the video in 854x480 #58

GoogleCodeExporter opened this issue Dec 15, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
AbstractMediaPlayer player = null;
try {
    player = new FlashMediaPlayer(url, true,
            PLAYER_HEIGHT, PLAYER_WIDTH);
    playerPanel.setWidget(player);
} catch (LoadException e) {
    playerPanel.setWidget(new HTML("not found"));
} catch (PluginVersionException e) {
    playerPanel.setWidget(PlayerUtil.getMissingPluginNotice(e
        .getPlugin()));
} catch (PluginNotFoundException e) {
    playerPanel.setWidget(PlayerUtil.getMissingPluginNotice(e
            .getPlugin()));
}
content.add(playerPanel);

What is the expected output? What do you see instead?
I'd like see the video but when the video is playing, the rectangles appear in 
the bottom corner. The video is shwon in a gwt popup.


What version of the product are you using? On what operating system? On
what browser/version?
I use 1.3 version on Ubuntu 11.10 with Chrome 18.0.1025.162

Please provide any additional information below.
I have attach a piece of screenshot.

Original issue reported on code.google.com by tomall...@gmail.com on 26 Apr 2012 at 3:57

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant