![]() |
Embedded camtasia video
Started customizing my site...Works fine.
Have a question. I want to embed from a text widget a video (not a video from youtube) but a homemade camtasia video from my own site http://www.optionsmanagement.ca. Worked with the code a bit but can't make it appear on my homepage. The video was produced in swf files. Here, from your code, what I've done. <object width="250" height="205"><param wmode="transparent" name="movie" value="http://optionsmanagement.ca /wp-content/uploads/section1-2/ section1-2.html" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed wmode="transparent" src="http://optionsmanagement.ca /wp-content/uploads/section1-2/ section1-2.html" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object> Please can you help? Thanks, |
Re: Embedded camtasia video
you seem to have some spaces in the url change it to this
http://optionsmanagement.ca/wp-content/ ... on1-2.html and remove this <param wmode="transparent" name="movie" value="http: that isn't the way to configure the param it should look like this <param name="wmode" value="transparent"> |
Re: Embedded camtasia video
Hi,
Made the changes (don't know if thy're right) see! <object width="250" height="205"><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed wmode="transparent" src="http://optionsmanagement.ca/wp-content/uploads/section1-2/section1-2.html" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object> but do not work. See http://www.optionsmanagement.ca/ 2nd video below MJ. Thanks for helping me. Michel |
| All times are GMT -5. The time now is 11:45 PM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.