Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How to keep a movieplayer unclickable?

Answer: To keep the user away from clicking on a playing Movie you can just drop a Canvas in front of the Movieplayer and take the clicks there.
Example
Function Canvas1.MouseDown(X as Integer, Y as Integer) as boolean
return true // take it and do nothing
End Function

The biggest plugin in space...