Jump to content

[SOLVED] WidgetSpriteVideo


photo

Recommended Posts

Posted

Hi 

 

Can you change the video at runtime for a WidgetSpriteVideo ?

 

 

 

 

Posted

Hi Paul,

 

Yes, you can. There are couple of ways to do this:

  1. Delete WidgetSpriteVideo and create new WidgetSpriteVideo in the same place, but with different path to video file. There might be small pause between deletion of old widget and creating a new one.
  2. Create new WidgetSpriteVideo in background and disable (and then delete) old WidgetSpriteVideo.

The second solution is a little bit complicated, so I suggest you to try the first one and check the results.

 

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Posted

What about if I used the game level framework, will there be a delay loading levels ?

 

I'm thinking of putting one video per level and then just load to the level to switch videos, would this work?

  • 2 weeks later...
×
×
  • Create New...