Artwork Player ActiveX Control

Instructions for displaying an artwork on a web page with the Artwork Player ActiveX Control.

The instructions on this page assume that the reader knows how to create and publish web pages. It is not a tutorial on web page development.

Below is the HTML you'll need to use the Artwork Player ActiveX Control. You can copy and paste it right into your web page. You'll need to make the changes described below.

<object width="347" height="412" classid="clsid:3B240FE6-F3DC-4E56-954D-257471ABF8F8"
codebase="http://www.drawinghand.com/CAB/artworkplayer.cab#version=2005,1,0,1">
<param name="Artwork" value="http://www.drawinghand.com/artwork/MerryChristmas.artwork">
</object>

Changes required:

Set the width & height to the width & height of the artwork.
Do not change the classid.

The codebase is the URL to my cab file. You don't need to change this unless you'd like to put the cab file on your server. There is no guarantee that the cab file won't be moved.

The Artwork parameter is where you put the URL to your artwork. You'll need to upload your artwork to your server just like you upload the web pages.

© 1997-2008 Drawing Hand Creations, All rights reserved.