How do I embed YouTube movie?

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default How do I embed YouTube movie?

    How do I embed a YouTube movie using Contribute 3? YouTube generates the code but I haven't been able to figure out how to embed it using C3.
    cebritt Guest

  2. Similar Questions and Discussions

    1. Embed one Flash movie into another
      I have two flash movies (fm1 and fm2). fm2 is imported into fm1 and contains a function function test() { return(123); } fm1 also contains...
    2. Embed flash movie in Dreamweaver extension
      Hello mighty forum, I am developing a dreamweaver extension(Command type) inside which I want to embed a flash object(a simple swf animation). I...
    3. www.youtube.com like player
      Hi, Someone tell me if there is any tutorial or code that give me the www.youtube.com player functionality? . Means movies loaded in swf. I have...
    4. Embed a movie into an html table
      I am trying to refer to a swf file withing an html table. How exactly would you do this. Thanks for any help!!!
    5. Embed button instance inside movie clip
      Hi people Currently, I have created an empty movie clip, and loaded it with a jpeg picture. Something like this.. ...
  3. #2

    Default Re: How do I embed YouTube movie?

    To embed the YouTube code snippet, go to the YouTube and to your right of the
    player is the URL location and an embed location. Copy the embed string -
    below is a sample. Now locate the Contribute 3 site which you are trying to
    insert the video into.

    For Contribute 3, your location path to your sites folder is similar to this
    C:\Documents and Settings\username\Local Settings\Application
    Data\Macromedia\Contribute 3\Sites. For Contribute 4, use C:\Documents and
    Settings\username\Local Settings\Application Data\Adobe\Contribute 4\Sites

    If you have already made modifications to your site, with Contribute, the site
    should be at the top, when you do a sort by modify date. (Contribute assigns
    the site number by when you first created the site). Choose the correct site,
    and then locate the html file you need to edit - and use your notepad program
    to insert the code snippet:

    <object width="425" height="350"><param name="movie"
    value="http://www.youtube.com/v/cLAljaPwfYo"></param><param name="wmode"
    value="transparent"></param><embed src="http://www.youtube.com/v/cLAljaPwfYo"
    type="application/x-shockwave-flash" wmode="transparent" width="425"
    height="350"></embed></object>


    HangD Guest

  4. #3

    Default Re: How do I embed YouTube movie?

    Thanks but what you're saying is that it CAN'T be done using Contribute. I need
    to have our users embed the movies and forcing them to use an external
    application defeats the whole purpose of Contribute.

    Since Contribute allows you to insert a movie, it's seems like it would be
    very easy for them to add the ability to insert a YouTube movie.

    cebritt Guest

  5. #4

    Default Re: How do I embed YouTube movie?

    cebritt wrote:
    > Thanks but what you're saying is that it CAN'T be done using Contribute. I need
    > to have our users embed the movies and forcing them to use an external
    > application defeats the whole purpose of Contribute.
    >
    > Since Contribute allows you to insert a movie, it's seems like it would be
    > very easy for them to add the ability to insert a YouTube movie.
    >

    We understand your paint point and we are coming up with a new feature
    in our coming release to have Insert HTML Snippet at your cursor
    location in edit mode...
    Arun Kumar M Guest

  6. #5

    Default Re: How do I embed YouTube movie?

    [q]
    We understand your paint point and we are coming up with a new feature
    in our coming release to have Insert HTML Snippet at your cursor
    location in edit mode...
    [/q]

    When might this new release be available?

    Thanks, Carleton
    Austin, TX

    cebritt Guest

  7. #6

    Default Re: How do I embed YouTube movie?

    Is the HTML code method above (which I assume is a Dreamweaver method) still THE way to do it or is the snippet method mentioned as coming in a Contribute update now available?
    Ron Roszkiewicz Guest

  8. #7

    Default Re: How do I embed YouTube movie?

    Contribute CS3 has the insert HTML code snippet feature, the previous versions
    do not. The workaround is to actually edit the source code using an external
    editor, and inserting the object or link to the movie.

    stockholmsyndrome Guest

  9. #8

    Default Re: How do I embed YouTube movie?

    Okay. I found it in Contribute 4.x. The default is for Enable Inserting
    Snippets
    to be turned off in Preferences even with Adminstrative Privileges
    turned on. Once turned on and inserted it worked fine. Thanks

    Ron Roszkiewicz Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139