I've just updated our vshare install to the latest version and also updated the JW player as well to hopefully move to html 5 video at some point.

Embedding videos from vshare into Moodle is key for us.

All the existing embedded videos are working fine.

However when I upload a new video and try to embed it it doesn't work, I just get a blank flash object with 'Movie not loaded..'

the new embed codes look like:

<object width="560" height="340"><param name="movie" value="https://myurl.com/v/397&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="https://myurl.com/v/397&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>


I've tried posting that code into a flat HTML file as well as Moodle to check it's not a Moodle specific problem.

How do I fix this? Do I need to edit the embed codes and if so where and what to?

Dan