Please follow steps:
2. Click button "Insert Image" and insert one image
3. Click button "Insert Media" and insert one media
4. Switch to "HTML", you will find the following html code:
<div><img border="0" alt="" src="http://cutesoft.net/uploads/Cindy_Crawford.jpg" width="124" height="100" /></div>
<div> </div>
<div>
<object standby="Loading Microsoft Windows Media Player components..." codebase="http://activex.microsoft.com/activex/ controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" width="200" height="200" type="application/x-oleobject">
<param name="FileName" value="/uploads/clock.avi" />
<param name="autoStart" value="1" />
<param name="showControls" value="1" />
<param name="showstatusbar" value="0" />
<param name="windowlessvideo" value="false" /><embed name="MediaPlayer1" src="http://cutesoft.net/uploads/clock.avi" autostart="1" showcontrols="1" showstatusbar="0" windowlessvideo="false" width="200" height="200" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer" ></embed>
</object></div>
You can update media path to absolute path by updating html code, this is solution 1. Another solution is:
When you click "Insert Media", dialog will pop up, you can add the absolute path in "Url" box.
Regards,
Eric