Importing Camtasia video (Wordpress)

4 replies
  • WEB DESIGN
  • |
Hey,

Just wondering if somebody could help me..

This is the code to include my Camtasia video;

Code:
       
        <div id="media">
            <object id="csSWF" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="375" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version==8">
                <param name="src" value="1_controller.swf#"/>
                <param name="bgcolor" value="FFFFFF"/>
                <param name="quality" value="best"/>
                <param name="allowScriptAccess" value="always"/>
                <param name="flashVars" value="csConfigFile=1_config.xml&csColor=FFFFFF"/>
                <embed name="csSWF" src="1_controller.swf" width="480" height="375" bgcolor="FFFFFF" quality="best" allowScriptAccess="always" flashVars="csConfigFile=1_config.xml&csColor=FFFFFF" pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
            </object>
        </div>
It works fine on my laptop - but when I upload it and change the links so that it points directly to a folder on my server it doesn't even show up.

Any ideas?
#camtasia #importing #video #wordpress
  • Profile picture of the author Aj Wilson
    Hey Steve,

    Just cruising through... saw your post.
    Have you found a solution?

    Flash needs the script folder to display also.
    If you need some help, PM me.

    - aj
    Signature
    {{ DiscussionBoard.errors[2120891].message }}
  • Profile picture of the author Steve Ranger
    Hey!

    Yeah, I actually sorted it a few minutes ago. I just created
    an IFRAME and it's being included that. Works great

    Thanks anyway dude
    {{ DiscussionBoard.errors[2121479].message }}
    • Profile picture of the author CarloD.
      I wouldn't use an IFrame,

      If you are familiar with some code, Why don't you make a separate file with the video code, and then include it based on the post or article ID?

      But I guess if it aint broken, don't fix it.
      Signature

      {{ DiscussionBoard.errors[2121914].message }}
  • Profile picture of the author Steve Ranger
    What's wrong with IFRAME?

    The only problem was that each video you export to a HTML file with Camtasia requires a new Javascript file included at the top (above the HEAD tag I think).

    Rather than go through all the hassle of all that I just went with the easy option

    I imagine IFRAME isn't so great for old browsers perhaps.
    {{ DiscussionBoard.errors[2122497].message }}

Trending Topics