MoI ER : Snap line / curve

 From:  Michael Gibson
1089.4 In reply to 1089.1 
Hi Lish, your other question:

> BTW, how to post a video in this forum like posting a picture ?

For this one use an <embed> tag, like this:

<embed src="http://address_of_your_video_here.wmv" width="640" height="584" autostart="0" type="application/x-mplayer2" showcontrols="1" showstatusbar="1" />

For the width, put in the width of your video, but for the height put in the height of your video plus 72 to allow room for the controls underneath it.

This won't show the first frame of the video though, to do that takes some more work, you have to grab the frame as a separate image and set it up as a background around some other stuff, let me know if you want the details on how to do that part.

- Michael