- Home /
Knowing the position
I'm using the Mobile MovieTexture plugin (that's it: http://forum.unity3d.com/threads/115885-Mobile-Movie-Texture).
I need to know how is the position of the video while it's playing because I want to play reward and play forward.
I'm working over Android.
Fixed your link. Don't copy shortened links from the forum-text.
Also how many posts have you created for this issue?
http://forum.unity3d.com/threads/132388-$$anonymous$$nowing-the-position
http://forum.unity3d.com/threads/132370-$$anonymous$$nowing-the-position
Answer by Bunny83 · Apr 16, 2012 at 04:32 PM
From what I can read out of the MovieTexture interface in the scripting reference there's no support for reading the current playback position. It also seems impossible to start at a sepecific time / frame. It's a very simple implementation so i would guess it's simply not possible.