Instructions By Greg Campbell for AMC to BGSound EOT embedding
and the scripts download link


Detailed Instructions based on the attached *.htm
 
1st -  Copy the full path to the *.eot's to the 4 AMC Control Filenames shown in red
<OBJECT id=efont1 style="DISPLAY: none" classid=clsid:05589FA1-C356-11CE-BF01-00AA0055595A width=0 height=0>
<PARAM NAME="Filename" VALUE="E:\BARBATRICK.eot">
</OBJECT>
<OBJECT id=efont2 style="DISPLAY: none" classid=clsid:05589FA1-C356-11CE-BF01-00AA0055595A width=0 height=0>
<PARAM NAME="Filename" VALUE="E:\Basehead.eot">
</OBJECT>
<OBJECT id=efont3 style="DISPLAY: none" classid=clsid:05589FA1-C356-11CE-BF01-00AA0055595A width=0 height=0>
<PARAM NAME="Filename" VALUE="E:\BUDMO_JIGGLER.eot">
</OBJECT>
<OBJECT id=efont4 style="DISPLAY: none" classid=clsid:05589FA1-C356-11CE-BF01-00AA0055595A width=0 height=0>
<PARAM NAME="Filename" VALUE="E:\CRACKMAN.eot">
</OBJECT>
 
2nd - Use File | Copy to Folder and send it to the Drafts folder.
 
3rd - Open the post in the Drafts folder
Method 1 - You have AMC Embedding Enabled using Bill Scotts program WMP9RegistryToolkit
http://www.lettermanstationery.com/wmp9toolkit.htm

a.  The <OBJECT> tags will look something like this.  I left out the expanded controls to make it easier to see.
 
<OBJECT id=efont1 style="DISPLAY: none" classid=clsid:05589FA1-C356-11CE-BF01-00AA0055595A width=0 height=0>
<PARAM NAME="Filename" VALUE="CID:XXXXXXXXXXXXX1@XXX">
</OBJECT>
<OBJECT id=efont2 style="DISPLAY: none" classid=clsid:05589FA1-C356-11CE-BF01-00AA0055595A width=0 height=0>
<PARAM NAME="Filename" VALUE="CID:XXXXXXXXXXXXX2@XXX">
</OBJECT>
<OBJECT id=efont3 style="DISPLAY: none" classid=clsid:05589FA1-C356-11CE-BF01-00AA0055595A width=0 height=0>
<PARAM NAME="Filename" VALUE="CID:XXXXXXXXXXXXX3@XXX">
</OBJECT>
<OBJECT id=efont4 style="DISPLAY: none" classid=clsid:05589FA1-C356-11CE-BF01-00AA0055595A width=0 height=0>
<PARAM NAME="Filename" VALUE="CID:XXXXXXXXXXXXX4@XXX">
</OBJECT>
 
b.  Now copy the  CID: to the matching src on the <BGSOUND> tag.  The efont1 Filename matches up with Embedfont1 src for example.
 
<BGSOUND id="Embedfont1" src="CID:XXXXXXXXXXXXX1@XXX">
<BGSOUND id="Embedfont2" src="CID:XXXXXXXXXXXXX2@XXX">
<BGSOUND id="Embedfont3" src="CID:XXXXXXXXXXXXX3@XXX">
<BGSOUND id="Embedfont4" src="CID:XXXXXXXXXXXXX4@XXX">
 
c.  The post is ready to send. The <OBJECT></OBJECT> tags are no longer any use and can be deleted.   But you may want to add comments so people aren't totally confused how the *.htm works like this
 
<!--
<OBJECT id=efont1 style="DISPLAY: none" classid=clsid:05589FA1-C356-11CE-BF01-00AA0055595A width=0 height=0>
<PARAM NAME="Filename" VALUE="E:\BARBATRICK.eot">
</OBJECT>
<OBJECT id=efont2 style="DISPLAY: none" classid=clsid:05589FA1-C356-11CE-BF01-00AA0055595A width=0 height=0>
<PARAM NAME="Filename" VALUE="E:\Basehead.eot">
</OBJECT>
<OBJECT id=efont3 style="DISPLAY: none" classid=clsid:05589FA1-C356-11CE-BF01-00AA0055595A width=0 height=0>
<PARAM NAME="Filename" VALUE="E:\BUDMO_JIGGLER.eot">
</OBJECT>
<OBJECT id=efont4 style="DISPLAY: none" classid=clsid:05589FA1-C356-11CE-BF01-00AA0055595A width=0 height=0>
<PARAM NAME="Filename" VALUE="E:\CRACKMAN.eot">
</OBJECT>
-->
 
Method 2 - You do not have AMC Embedding Enabled using Bill Scotts program WMP9RegistryToolkit
a.  The <OBJECT> tags will look something like this.  OE will strip out all the <PARAM>'s but you can still get the CID: but is more difficult.
 
<OBJECT id=efont1 style="DISPLAY: none" classid=clsid:05589FA1-C356-11CE-BF01-00AA0055595A width=0 height=0>
</OBJECT>
<OBJECT id=efont2 style="DISPLAY: none" classid=clsid:05589FA1-C356-11CE-BF01-00AA0055595A width=0 height=0>
</OBJECT>
<OBJECT id=efont3 style="DISPLAY: none" classid=clsid:05589FA1-C356-11CE-BF01-00AA0055595A width=0 height=0>
</OBJECT>
<OBJECT id=efont4 style="DISPLAY: none" classid=clsid:05589FA1-C356-11CE-BF01-00AA0055595A width=0 height=0>
</OBJECT>
 
b.  You need to do Ctrl-F3 and scroll down and find the Content-ID: for each font.   It will look something like this but it will not have CID: in front so you will have to add that yourself.   The part in red is what you need to copy for each font. (The characters will be different on yours)
....
Content-Type: application/octet-stream;
 name="BARBATRICK.eot"
Content-Transfer-Encoding: base64
Content-ID: <019e01c56c61$2de6b8d0$9a977518@comptatol>
 
qh4AAHgdAAACAAIA5AAAEAAABAAAAAAAAAAAAJABAAAAAExQAwAAAAAAAAAAAAAAAAAAAAEAAAAA
AAAAdg/YNQAAAAAAAAAAAAAAAAAAAAAAABYAQgBhAHIAYgBhAHQAcgBpAGMAawAAAAAAEABSAGUA
ZwB1AGwAYQByAAAAAAAYAHYAZQByAHMAaQBvAG4AIAAxAC4AMAAwAAAAFABCAGEAcgBiAGEAdABy
AGkAYwBrAAAAaABmAGkAbABlADoALwAvAEMAOgBcAAAAZgB0AHAAOgAvAC8AbQBoAHQAbQBsADoA
....
 
c.  Now add CID: to the front matching the src on the <BGSOUND> tag. 
 
<BGSOUND id="Embedfont1" src="CID:019e01c56c61$2de6b8d0$9a977518@comptatol">
<BGSOUND id="Embedfont2" src="CID:019e01c56c61$2de6b8d0$9a977519@comptatol">
<BGSOUND id="Embedfont3" src="CID:019e01c56c61$2de6b8d0$9a977520@comptatol">
<BGSOUND id="Embedfont4" src="CID:019e01c56c61$2de6b8d0$9a977521@comptatol">
 
d.  See Method 1 part c.
 

--
Greg Campbell




AMC to BGSound EOT embedding Scripts

Thank you Greg for these detail instructions and the scripts for downloading.

Robbie and Ohmster

Download the AMC to BGSound EOT embedding scripts here

Download the AMC to BGSound EOT embedding scripts here
Alternate Download site