This page was last modified 10:13, 29 August 2007.
KIJ000701 - Video display in USE GUI PRIMITIVE mode is not correctly adjusted to Form in certain S60 phones
From Forum Nokia Wiki
| Video display in USE_GUI_PRIMITIVE mode is not correctly adjusted to Form in certain S60 phones | KIJ000701 | |
| Overview | - | |
| Category | Java | |
| Subcategory | Mobile Media API | |
| Reported against | S60 2nd Edition, FP3 S60 3rd Edition | |
| Date identified | July 4, 2007 | |
| Symptoms | - | |
| Detailed description | When playing video with display (defined with USE_GUI_PRIMITIVE mode) placed on Form, some phones such as the Nokia N90, Nokia N93, and Nokia 5500 Sport require that Player.prefetch() needs to be defined right after the Player.realize() method, otherwise the video display is not correctly adjusted to Form. Other S60 phones such as the Nokia N70, Nokia N72, and Nokia E61 do not require such a specific definition in the sense that same default display on Form is shown in these phones regardless whether the Player.prefetch() is defined right after the Player.realize() or much later (but before the Player.start() method). | |
| How to reproduce | - | |
| Solution | Place the Player.prefetch() method right after the Player.realize() method. | |
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Correct pause detection not always possible on Nokia phones | alexey_kr | Mobile Java General | 4 | 2005-03-21 09:16 |
| 我有一个MediaException需要解惑,请帮帮我,谢谢。 | leonopenit | Other Programming Discussion 关于其他编程技术的讨论 | 2 | 2006-08-25 15:11 |
| The question is about MediaException.Please give me the answer. Thanks. | leonopenit | Other Programming Discussion 关于其他编程技术的讨论 | 2 | 2006-09-06 03:56 |
| Overcoming CLDC 1.0 limitation | kimi007 | Mobile Java General | 1 | 2006-05-29 13:38 |
| how to play multiple videos in same form. | atiqe | Mobile Java Media (Graphics & Sounds) | 1 | 2007-05-21 07:31 |

