oskitar
24-03-2010 01:40:47
Hi, Im using the plugin (the precompiled submitted for diogutierre here in this forum), I made a text material script as described in the wiki. And place the dll in the folder etc... and it WORKS!!!
(I even using my own video file!!)
By the way IM using a "Rectangle2D" to put the material on. When im done with the playing I just hide the rectangle (setVisible(false)).
Well not all is going that good. When I try to play another video (no imediately after the first, lets say 30 seconds later), it plays but starts not in the beggining (im switching videos by changing the material over the rectangle2d) but a seconds after its real begining. I think this because I need to tell (in some way) to the plugin to restart the player or something.
So that's question: ¿how can I stop or reset the player? (must I include some lib and .h to do so? but if its a plugin why should that needed?)
thanks for whatever help.
bye, bye.

By the way IM using a "Rectangle2D" to put the material on. When im done with the playing I just hide the rectangle (setVisible(false)).
Well not all is going that good. When I try to play another video (no imediately after the first, lets say 30 seconds later), it plays but starts not in the beggining (im switching videos by changing the material over the rectangle2d) but a seconds after its real begining. I think this because I need to tell (in some way) to the plugin to restart the player or something.
So that's question: ¿how can I stop or reset the player? (must I include some lib and .h to do so? but if its a plugin why should that needed?)
thanks for whatever help.

bye, bye.