Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T137261
Change Details
Change Details
Old
New
Diff
VideoWidget: Trying to load a video into game using: ``` m_Video.LoadVideo( "Path\\To\\Video.mp4", 0 ); m_Video.Play( VideoCommand.PLAY ); ``` will cause your game to crash to desktop with no errors, etc. There is currently an example for loading a video & its using an MP4 in 5_Mission.
VideoWidget: Trying to load a video into game using: ``` m_Video.LoadVideo( "Path\\To\\Video.mp4", 0 ); m_Video.Play( VideoCommand.PLAY ); ``` will cause your game to crash to desktop with no errors, etc. There is currently an example for loading a video & its using an MP4 in 5_Mission.
VideoWidget: Trying to load a video into game using: ``` m_Video.LoadVideo( "Path\\To\\Video.mp4", 0 ); m_Video.Play( VideoCommand.PLAY );
```
```
will cause your game to crash to desktop with no errors, etc. There is currently an example for loading a video & its using an MP4 in 5_Mission.
Continue