Sparkle ActiveX Test

This HTML page contains an instance of Sparkle ActiveX component in the Preview area below. The ActiveX must be installed (registered in your system) before you start testing. See Sparkle\Install\ActiveX folder to install.

The field values of the form will be passed to appropriate parameters of the ActiveX. For example, if you use source files from C:\Sparkle\Test folder in the form, the object will recieve the following parameters:

<html>
<body onLoad="return Sparkle1.Build()" >
...
<OBJECT   id="Sparkle1"
          classid="clsid:DD58BF7B-6C23-467B-9F2B-9DC241267A18">

          <Param Name="ScreenSaver" Value="C:\Sparkle\Test\WEBMovie.exe">
          <Param Name="ReadMe"      Value="C:\Sparkle\Test\ReadMe.rtf">
          <Param Name="About"       Value="C:\Sparkle\Test\About.rtf">
          <Param Name="Movie"       Value="C:\Sparkle\Test\Movie.swf">
          <Param Name="UnlockCode"  Value="123456">

</OBJECT>
...
</body>
</html>
          

* This is only a DHTML example. Please refer to your programming language manual about the ActiveX import and use.

Preview: Param Name=... Value=...
"ScreenSaver" Value="C:\Sparkle\Test\WEBMovie.exe"
"ReadMe" Value="C:\Sparkle\Test\ReadMe.rtf"
"About" Value="C:\Sparkle\Test\About.rtf"
"Movie" Value="C:\Sparkle\Test\Movie.swf"
"UnlockCode"

Value="123456" (Leave this field blank for evaluation.) Buy...

 
Click to execute Sparkle1.Build()
This page requires Internet Explorer 4 or higher.
Sparkle ActiveX example by www.vandog.com.