6 replies
Can anytime tell me how to embed more than one camtasia video on a page? I have done one, and it works great, but I can't get more than one to work.

Thanks!

Peter
#camtasia #embed
  • Profile picture of the author kkrueger
    I'm not a techy...but maybe it's your bandwidth? Are you hosting it on your server?

    It was recommended to me to upload it to viddler, or Youtube, and then embed it on my site.

    Then I don't think it uses the same amount of bandwidth. If you don't want to do that...then I'm not sure...

    good luck,
    Karen
    {{ DiscussionBoard.errors[925538].message }}
  • Profile picture of the author StillHill
    Karen,

    Thank you for the warm reply :-)

    I have a dedicated server, and I can't use public hosting as it's a paid member area. The problem is, I can embed one camtasia video on the page by stripping the embed code out of their index.html file, and swiping the two scripts that are in the header etc, bey when I do the same thing for a second video, I can't get the second video to show.

    Anyone else have any idas?

    Many Thanks!

    Peter
    Signature

    Got AdWords? Let me help you explode your sales
    http://www.dunbargroupllc.com

    {{ DiscussionBoard.errors[926504].message }}
    • Profile picture of the author Rich Currie
      Hey Pete I was just looking around the forum this morning and came across your post. It seems to me I ran into this problem before and I don't recall what I did to fix it! Let me see if I can go back through my stuff and see if I can find the answer for you just as soon as I get a free minute.
      {{ DiscussionBoard.errors[926528].message }}
  • Profile picture of the author StillHill
    Hey all!!! Iframe was the answer! I simply used an iframe for each video that loaded the camtasia html file... thanks!!!

    Peter
    Signature

    Got AdWords? Let me help you explode your sales
    http://www.dunbargroupllc.com

    {{ DiscussionBoard.errors[926677].message }}
  • Profile picture of the author riverchase
    Can you elaborate the Iframe process show an example perhaps?
    {{ DiscussionBoard.errors[927223].message }}
  • Profile picture of the author StillHill
    Sure!

    On the page, you can simply iframe the html file camtaisia spiuts out.. just upload the folder camtasia gives you, and link to the html file like this:

    <p>
    <div align="center">
    <IFRAME SRC="http://www.yourdomain.com/video1/vdieo1.html" WIDTH=700 HEIGHT=550 scrolling="no"></IFRAME>
    </div>
    </p>

    <p>
    <div align="center">
    <IFRAME SRC="http://www.yourdomain.com/video2/video2.html" WIDTH=700 HEIGHT=550 scrolling="no"></IFRAME>
    </div>
    </p>

    You can change the width/height accordingly :-)

    Peter
    Signature

    Got AdWords? Let me help you explode your sales
    http://www.dunbargroupllc.com

    {{ DiscussionBoard.errors[927252].message }}

Trending Topics