StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   Embedded camtasia video (http://www.studiopress.com/support/showthread.php?t=10865)

mrathe 07-09-2009 08:03 AM

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,

Debra 07-09-2009 08:39 AM

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">

mrathe 07-09-2009 09:22 AM

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.