Change the video played when emulating camera (MMAPI)

Hi!I'm currently developing a J2ME appli that uses MMAPI.When I launch it on Sun WTK Emulator, a little video (with Taj Mahal etc.) is played to simulate what the camera is actually shooting.Is it possible to change this video?Thanks in advance.
[281 byte] By [vin100a] at [2007-11-27 9:39:09]
# 1
Hello,I don't know if there is a way to change the video. But I think you can easily use your own videos by using a local .mpg or .3gp file via InputStream. Just change the player's parameters in video/mpg instead of capture://video.Hope it helps...Torsten
Torsten_Rackya at 2007-7-12 23:13:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Yes, thanks, it seems a pretty good idea!
vin100a at 2007-7-12 23:13:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
Indeed, it seems that the video is in wtklib/media.
vin100a at 2007-7-12 23:13:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...