[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Thread Index]
[Monthly Archives] [List Home]

[Virtools] Full Screen Mode with the new Virtools Plugin (2.1.0.3)



Hi there,

sorry but now we have a new problem. With the old plugin (2.0.0.33) we
startet the fullscreen-mode from the webpage with that command:

---------------------------------------------------------------------
<body>
<script language="JavaScript">
<!--
function virtoolscommand(command, parameter)
{
var cmd = command + " '" + parameter + "'";
var res = document.VirtoolsObject.DoCommand(cmd);
}  
// -->
</script>	
---------------------------------------------------------------------
from here:
---------------------------------------------------------------------
<a href="#" OnClick="virtoolscommand('FullScreen','1');return true;">
switch to fullscreen-mode</a>
---------------------------------------------------------------------

but now with the new plugin (2.1.0.3) we are getting a error-message
on the page. 

'document.VirtoolsObject' is null or no object!

What's wrong?

Regards,

Dirk
PS: http://www.cibasc.com/radtech2002/virtual_booth.asp

...............................................................
Distributed via the virtools-user-group list: http://www.theswapmeet.com/numl.html
To reply to the list instead of its author, use "Reply to All"
To unsubscribe: send "unsubscribe virtools-user-group" to Majordomo@lists.theswapmeet.com
To subscribe: send "subscribe virtools-user-group" to Majordomo@lists.theswapmeet.com
To post a message: send it to virtools-user-group@lists.theswapmeet.com
...............................................................