About Store Forum Documentation Contact



Post Reply 
Video Playback
Author Message
Dynad Offline
Member

Post: #1
Video Playback
Hey,

In the last release the video playback plays the video way to fast with Time.curTime() perhaps its speed is changed in the last release.

But Time.realTime() works just fine... Esenthel perhaps you can change this? Just a tip smile


~Dynad

There is always evil somewhere, you just have to look for it properly.
09-25-2010 04:22 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Video Playback
It's not a bug,
this is not a matter of speed difference,

but that 'curTime' can include the time needed for engine to initialize or when app was not active

and 'realTime' does not include that

so 'curTime' can be offseted by some value
09-26-2010 08:16 PM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #3
RE: Video Playback
Is there a way to reset the video after its done? if i set the the timer to 0 the update still gives a false back...

There is always evil somewhere, you just have to look for it properly.
01-27-2011 01:04 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Video Playback
just re create the object
01-27-2011 02:39 PM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #5
RE: Video Playback
ok

There is always evil somewhere, you just have to look for it properly.
01-27-2011 03:28 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply