Hi all:
This exemple is a simple call Quicktime
Movie, via swish link.
I added Chromeless window effect, to.
The html movie check if you have Quicktime installed, and after call the Movie and play.
Check exemple here
And all files packed here
Into original packed, html code of Main Movie donīt check if you have quicktime installed.
This script will be added into BODY tags.
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var myPlugin = navigator.plugins["Quicktime"];
if (myPlugin)
document.writeln("You have Quicktime installed!")
else
document.writeln("You don't have Quicktime installed!")
// End -->
</SCRIPT>
Hope you love woman dance
Cheers
|
|
|