Play a Movie from a Media Column

Uses the Servoy Blobloader to play a movie (or any file) in the web browser. Set this calculation to display as HTML_AREA.

Uses the Servoy Blobloader to play a movie (or any file) in the web browser. Set this calculation to display as HTML_AREA.
return "<html><a href='media:///servoy_blobloader?servername=udm&tablename=movies&dataprovider=movie&rowid1=" + 
        movie_id + "&rnd=" + Math.random() + "'>View Movie</a></html>"