AVPro Windows Media Webplayer Question

Hello All,

I’m currently having an issue with getting a unity 3d project into a SCORM format. As I understand it, I would essentially need to set up my unity project like a web page, with my unity project built out to a web player executable. Because there are a lot of videos in the project I am using a plugin by the name of AVPro for windows media by Renderheads (http://www.renderheads.com/portfolio/UnityAVProWindowsMedia/). The reason being is that since unity doesn’t natively support timeline controls I was recommended this plugin to solve that issue, which it has. Now, when I build out the project to a standalone executable (for windows PC for example) the whole thing works great. however when I build the project out to a web player executable and try to view one of the videos while the project is running as I would normally it crashes on me. Do you guys/gals have any idea why this would be happening? Or, alternatively if you have an alternate idea on how to get a unity 3d project working in a webpage that doesn’t rely on the webplayer, that would allow me to still have control over a movies timeline. Any help would be greatly appreciated!

Hi this is the developer of the Windows Media plugin for Unity. Unity’s web player doesn’t support loading native DLL plugins so I’m afraid you can’t use this plugin with the web player. The only thing I can think of is to convert the movie to a series of images that you can scrub through. I think there is at least one asset on the store that does this.

Ah, okay, bummer. Thank you for your help!