How to put camtasia videos in dreamweaver?

14 replies
Hey guys!

I'm currently creating a website using dreamweaver, and i need to put a video on the site.. I'm using camtaisa to record the video. However i'm not sure how to put the recorded camtasia video into dreamweaver and to make it show on the website..

Also, what file format must i produce the camtasia video in to do that?

an example of what i want to achieve is this:

=> gsniper.com

yea its the google sniper home page.. look at the first video when you scroll down from the top. I want to embed my videos like that.. I've seen it done like this on tons of other squeeze pages too, but not sure how to..

please help thanks!
#camtasia #dreamweaver #put #videos
  • Profile picture of the author peakperformer
    well i thought of this, but youtube videos seem pretty unprofessional as compared to embedding the actual video itself into your site.. at leaat it doesnt have any youtube trademarks.
    {{ DiscussionBoard.errors[1767504].message }}
  • Download the free version of JW Player, and embed the javascript snippet into your HTML code.
    {{ DiscussionBoard.errors[1767569].message }}
  • Profile picture of the author johnwho
    This thing is pain in the ass to do unless you are techno geek. But I think I've done this to my lead capture page see my SIG file if my capture page's video is similar to what you are looking.

    I think the video on my capture page is camtasia 5. Not that sure though..You can try to use screencast.com its free and its thumbnail looks proffessional..
    Signature

    Reliable SEO Provider in Philippines. Go to: http://extremeseophilippines.com

    {{ DiscussionBoard.errors[1767708].message }}
    • Profile picture of the author peakperformer
      Originally Posted by johnwho View Post

      This thing is pain in the ass to do unless you are techno geek. But I think I've done this to my lead capture page see my SIG file if my capture page's video is similar to what you are looking.

      I think the video on my capture page is camtasia 5. Not that sure though..You can try to use screencast.com its free and its thumbnail looks proffessional..
      Yea hey thanks for the help! Though its not exactly what i'm looking for, but your video is still very professional, and i like your sales page design- nice!

      Could you teach me how you did that?
      {{ DiscussionBoard.errors[1767855].message }}
      • Profile picture of the author johnwho
        Originally Posted by peakperformer View Post

        Yea hey thanks for the help! Though its not exactly what i'm looking for, but your video is still very professional, and i like your sales page design- nice!

        Could you teach me how you did that?
        I actually found that capture page here in WF in the make money section last year. If you are using camtasia 6 its very hard to embed it because it includes .mp4 file while the camtasia 5 only include .swf file.

        Have you tried screencast.com? try to play it a little bit. the FREE version has 2gb bandwidth and 2gb size..
        Signature

        Reliable SEO Provider in Philippines. Go to: http://extremeseophilippines.com

        {{ DiscussionBoard.errors[1770488].message }}
  • Profile picture of the author John Romaine
    Dude, keep it simple. End users wont care less where the video is hosted, so long as your provide good quality content and you get your message across.

    Host it on youtube then dump there code onto the page, easy.

    I did it today on one of my own sites - took all of about 15 minutes to do.

    http://www.webdesigndocuments.com/vi...stration.shtml
    Signature

    BS free SEO services, training and advice - SEO Point

    {{ DiscussionBoard.errors[1767783].message }}
  • Profile picture of the author John Wilkes
    Here is a link that might help


    Creating Desktop Recordings with Camtasia Studio 2

    good luck!
    Signature

    Like What I have to say here on the forum? Check out my primary blog.
    Healthy Profits - Green PLR

    {{ DiscussionBoard.errors[1767935].message }}
  • Profile picture of the author cliffy
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[1767990].message }}
  • Profile picture of the author Angel Anderson
    when you hit the produce video, make sure you have it to export a html file as well. you can use the code from that file to integrate to your site, make sure you keep the folder path relevant.
    Signature
    The Strategy Specialist Helping You Achieve Your Goals Via Training And Support contact me via http://www.angelanderson.com
    {{ DiscussionBoard.errors[1770533].message }}
    • Profile picture of the author peakperformer
      Originally Posted by DataViking View Post

      when you hit the produce video, make sure you have it to export a html file as well. you can use the code from that file to integrate to your site, make sure you keep the folder path relevant.
      i tried that already bu doesn't work, cuz arrarently dreamweaver only embeds flash videos, unless the video is embedded from a video sharing site like youtube, whose interface i dun really like cuz it seems really unprofessional..
      {{ DiscussionBoard.errors[1770654].message }}
      • Profile picture of the author johnwho
        Originally Posted by peakperformer View Post

        i tried that already bu doesn't work, cuz arrarently dreamweaver only embeds flash videos, unless the video is embedded from a video sharing site like youtube, whose interface i dun really like cuz it seems really unprofessional..
        I am not to fond of dream weaver. I use MS FrontPage when embedding camtasia 5 video on my capture page.

        This is the code that I embed on my html page
        Code:
        <div id="media"><object id="csSWF" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="498" codebase="http://active.macromedia.com/flash7/cabs/ swflash.cab#version=9,0,28,0"><param name="src" value="http://onlinemlmexplosion.com/NewFolder/onlinemlmexplosion.swf"/><param name="bgcolor" value="#1a1a1a"/><param name="quality" value="best"/><param name="allowScriptAccess" value="always"/><param name="allowFullScreen" value="true"/><param name="scale" value="showall"/><param name="flashVars" value="autostart=false"/><embed name="csSWF" src="http://onlinemlmexplosion.com/NewFolder/onlinemlmexplosion.swf" width="640" height="498" bgcolor="#1a1a1a" quality="best" allowScriptAccess="always" allowFullScreen="true" scale="showall" flashVars="autostart=false" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed> </object></div>
        You can find it on the html doc that camtasia are providing when you produce web video. Hope this helps. Again camtasia 6 include .mp4 and.swf. while camtasia 5 only include .swf. I am really sure how to embed that code with .mp4 file.

        One thing is for sure. Upload all the files when you create web video and just play with it a little bit.
        Signature

        Reliable SEO Provider in Philippines. Go to: http://extremeseophilippines.com

        {{ DiscussionBoard.errors[1770699].message }}
        • Profile picture of the author peakperformer
          Originally Posted by johnwho View Post

          I am not to fond of dream weaver. I use MS FrontPage when embedding camtasia 5 video on my capture page.

          This is the code that I embed on my html page
          Code:
          <div id="media"><object id="csSWF" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="498" codebase="http://active.macromedia.com/flash7/cabs/ swflash.cab#version=9,0,28,0"><param name="src" value="http://onlinemlmexplosion.com/NewFolder/onlinemlmexplosion.swf"/><param name="bgcolor" value="#1a1a1a"/><param name="quality" value="best"/><param name="allowScriptAccess" value="always"/><param name="allowFullScreen" value="true"/><param name="scale" value="showall"/><param name="flashVars" value="autostart=false"/><embed name="csSWF" src="http://onlinemlmexplosion.com/NewFolder/onlinemlmexplosion.swf" width="640" height="498" bgcolor="#1a1a1a" quality="best" allowScriptAccess="always" allowFullScreen="true" scale="showall" flashVars="autostart=false" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed> </object></div>
          You can find it on the html doc that camtasia are providing when you produce web video. Hope this helps. Again camtasia 6 include .mp4 and.swf. while camtasia 5 only include .swf. I am really sure how to embed that code with .mp4 file.

          One thing is for sure. Upload all the files when you create web video and just play with it a little bit.
          thanks my friend!
          {{ DiscussionBoard.errors[1770710].message }}

Trending Topics