BlackBerryForums.com : Your Number One BlackBerry Community      

»Sponsored Links



Reply
 
LinkBack Thread Tools
  (#1 (permalink)) Old
Knows Where the Search Button Is
 
Posts: 23
Join Date: May 2008
Model: 7100
PIN: N/A
Carrier: Sprint
Default getting black screen between chunks of clip - 07-03-2008, 09:48 AM

Hi all,
We are developing an application which plays the series of clips one after the other. We are releasing and re-starting player object in playerUpdate block.
We are getting black screen in between the chunk of clips while switching from one clip to another, is there any way to avoid this black screen??
Following is the code for reference

public void playerUpdate(Player player, String event, Object arg2) {
try{
main.repaint();
//End of clip event
if(event == END_OF_MEDIA){
//release player
if (player != null) {
if(player.getState() == Player.STARTED) {
player.stop();
}
if(player.getState() == Player.PREFETCHED) {
player.deallocate();
}
if(player.getState() == Player.REALIZED || player.getState() == Player.UNREALIZED) {
player.close();
}
player = null;
}

//delete played clip
main.deleteFile("clip_"+ (main.sequencePlay - 1) +".3gp");

//if clip is constructed then play it, else turn off PLAY status
if(main.sequencePlay < main.sequenceDownload )
playVideo();
else
main.IS_PLAYING = false;
}
}
catch(Exception e){
main.showAlert("Error in PlayerUpdate",e.getMessage());
}
}

Thanks
Ajj
   
Reply With Quote
Sponsored Links
Please Login or Register to Remove these Advertisements!

Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On






Copyright © 2004-2008 BlackBerryNews.com, BlackBerryFAQ.com, BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of Research In Motion Limited.
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.1