Hi,
there's a way to activate the fullscreen mode from the javascript controlbar?
there's a way to activate the fullscreen mode from the javascript controlbar?
myContent: {
// location of the plugin
url: 'flowplayer.content-3.1.0.swf',
// display properties
top:1,
right:1,
width: 29,
height:29,
// styling properties
borderRadius: 10,
/*
initial HTML content. content can also be fetched from the HTML document
like we did in the example above. see the source code for that.
*/
html: '<p>My title</p>',
onClick: function() {
$f().toggleFullscreen();
}