hi,
i am trying to play a video in a label,
to do that i did the following:
this worked on N97 and E75 handset ..when i tried to play on c5 the app didnt started giving me the error WSERV: 6..this was for the windows handling error which is due to the following:Phonon::VideoPlayer *phononVideoPlayer= new Phonon::VideoPlayer(ui->label);
phononVideoPlayer->setGeometry(0,0,widthTwo.toInt(),heightTwo.toInt()/2);
phononVideoPlayer->play(Phonon::MediaSource(QUrl::fromLocalFile("C:\\DATA\\test.3gp")));
new Phonon::VideoPlayer(ui->label);
when i change it to this..the app started but the video is not on the label and the geometry was too bad...how to make the video run on the label!! what should i fix on my code to accomplish that?
Regards
Rondo




