I have created a Camtasia video and want to upload it my sales page. I have placed written content on the sales page, but would like the video to display there as well. Can anyone walk me through the process? Thanks!
U need a video link if its from youtube its easy all you need is embed code which would be something like this ( which I have taken from youtube ) <object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/YeH6rE8Qr7g&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/YeH6rE8Qr7g&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object> Code (markup): above code if you coppy and paste in note pad save the page as test.html and run it it should showe you the vid if you would like to add same vid to front page you would need to edit index.html or what ever script language you using if its php it would be index.php and so on hope this helps you