This curser is only seen when on the gold div...it isn't set up for the body part!!!
 
This way  ONLY the sender needs the WMP Reg toolkit from lettermanstationery site. 
 
http://www.lettermanstationery.com/wmp9toolkit.htm
 
File embedding has to be enabled. 
 
You start just like the other way: But instead of sending you send it to the drafts folder:
 
In the style section of your stationery this has to be put in:

.mycursor {
 ; CURSOR: expression('url('+cursor.Filename+')'); POSITION: relative;

Then you need to put this in after the:

 <BODY bgColor=#ffffff>

<OBJECT id=cursor style="LEFT: -1800px; POSITION: absolute; TOP: -1800px"
height=0 width=0 classid=CLSID:05589FA1-C356-11CE-BF01-00AA0055595A>
<PARAM NAME="Filename" VALUE=""></OBJECT>

Don't worry if this doesn't look right OE will expand the <OBJECT> Prams when it is sent or sent to drafts.

Your full file path has to go in where it says <PARAM NAME="Filename"VALUE=""> Between the "C:\Documents and Settings\BluesLady.DREAMBABY\Desktop\dance.ani"

I am using a different cursor each time to try and show you if you see the cursor it isn't coming from your machine.

Now in the drafts folder you open it up so you can go to the source.  Here you will find your <OBJECT> tag expanded.  The only thing you really need is the cid # for the cursor (if you see your file path it didn't embed so try again)..

<OBJECT id=cursor style="LEFT: -1800px; POSITION: absolute; TOP: -1800px"
height=0 width=0 classid=CLSID:05589FA1-C356-11CE-BF01-00AA0055595A><PARAM NAME="Appearance" VALUE="0"><PARAM NAME="AutoStart" VALUE="0"><PARAM NAME="AllowChangeDisplayMode" VALUE="-1"><PARAM NAME="AllowHideDisplay" VALUE="0"><PARAM NAME="AllowHideControls" VALUE="-1"><PARAM NAME="AutoRewind" VALUE="-1"><PARAM NAME="Balance" VALUE="0"><PARAM NAME="CurrentPosition" VALUE="0"><PARAM NAME="DisplayBackColor" VALUE="0"><PARAM NAME="DisplayForeColor" VALUE="16777215"><PARAM NAME="DisplayMode" VALUE="0"><PARAM NAME="Enabled" VALUE="-1"><PARAM NAME="EnableContextMenu" VALUE="-1"><PARAM NAME="EnablePositionControls" VALUE="-1"><PARAM NAME="EnableSelectionControls" VALUE="0"><PARAM NAME="EnableTracker" VALUE="-1"><PARAM NAME="Filename" VALUE="cid:027301c62da4$04f920c0$e8712642@dreambaby"><PARAM NAME="FullScreenMode" VALUE="0"><PARAM NAME="MovieWindowSize" VALUE="0"><PARAM NAME="PlayCount" VALUE="1"><PARAM NAME="Rate" VALUE="1"><PARAM NAME="SelectionStart" VALUE="-1"><PARAM NAME="SelectionEnd" VALUE="-1"><PARAM NAME="ShowControls" VALUE="-1"><PARAM NAME="ShowDisplay" VALUE="-1"><PARAM NAME="ShowPositionControls" VALUE="0"><PARAM NAME="ShowTracker" VALUE="-1"><PARAM NAME="Volume" VALUE="-600"></OBJECT>

What I marked in blue is what you are looking for...it won't be in blue in your stationery!!

Ok what you need to do is just under your

<BODY bgColor=#ffffff>

Make a new tag like this:

<BGSOUND id=fakeAMC src="" volume=-9999>

in the space between the "" you cut and paste the cid # from the object tag:

<BGSOUND id=fakeAMC
src="cid:027301c62da4$04f920c0$e8712642@dreambaby" volume=-9999>

This part in Style is then pointed to the new id:

.mycursor {
 ; CURSOR: expression('url('+fakeAMC.src+')'); POSITION: relative

 

Now the Object tag can be deleted or commented out by using the <!--  in front of <OBJECT> and --> behind the </OBJECT> Some leave it in some remove it or just amend it to

<!--OBJECT id=embedcur style="LEFT: -1800px; POSITION: absolute; TOP: -1800px"
height=0 width=0 classid=CLSID:05589FA1-C356-11CE-BF01-00AA0055595A>
<PARAM NAME="Filename" VALUE=""></OBJECT-->

This is for ones who want to send it on to others who know how to use it...

Robbie