I'm loading an SWFObject within an HTML file.
With the next line I create an player within this object.
var s1 = SWFObject( 'http://www.dumpert.nl/mediabase/player4.swf',
'mediaplayer', '480', '388', '7');
How can I control this player, like play/pause or fullscreen the player with a seperate function? So I can control it from JAVA?
Thanks.