ForceVideoDriver(driver)
#VIDDRV_HOLLYWOOD:
#VIDDRV_OS:
By default, #VIDDRV_HOLLYWOOD is given priority over #VIDDRV_OS which means
that Hollywood will first try to play the video using its inbuilt video
renderer. Only if that does not work, will Hollywood switch to the OS native
renderer. If you want to change this behaviour, use this function.
Note that this function is obsolete since Hollywood 6.0 because you can
now simply use the new Loader tag with OpenVideo()
and @VIDEO. The Loader equivalent for #VIDDRV_OS is
native and the Loader equivalent for #VIDDRV_HOLLYWOOD is inbuilt|plugin.