If anyone can help me with this I would REALLY appreciate it. After a whole day of fiddling with this I cannot get it to work.

This is what I did:
1) installed and enabled ckk, embedded media field, and embedded video field.
2) changed the embedded media field settings to allow youtube
3) created new content type (video), added new field (Embedded Media, widget = 3rd patry video)
4) submitted a new node of that content type with a YouTube URL (also tried the embed code)

My problem:
The video does not show up at all!?! There is no box at all, nothing.

Other info:
- I do not have it set to use swfobject.js or the swfobject API. I tried using each of those without any luck However, at least when I was using swfobject.js I would get this text where the video should be " Sorry, you need to install flash to see this content."
- Tried changing the theme without luck
- I'm using the latest Drupal & modules releases

Here is the code that gets inserted:

  <div class="content"><div class="field field-type-emvideo field-field-youtube-link">
    <div class="field-items">
            <div class="field-item odd">
                            <div id="video-cck-youtube-flash-wrapper-1"><object type="application/x-shockwave-flash" height="350" width="425" data="http://www.youtube.com/v/Nc8ZnfDgLI0&amp;rel=0&enablejsapi=1&playerapiid=ytplayer" id="video-cck-youtube-flash-1" allowFullScreen="false">
          <param name="movie" value="http://www.youtube.com/v/Nc8ZnfDgLI0&amp;rel=0&enablejsapi=1&playerapiid=ytplayer" />

          <param name="allowScriptAcess" value="sameDomain"/>
          <param name="quality" value="best"/>
          <param name="allowFullScreen" value="false"/>
          <param name="bgcolor" value="#FFFFFF"/>
          <param name="scale" value="noScale"/>
          <param name="salign" value="TL"/>
          <param name="FlashVars" value="playerMode=embedded" />
          <param name="wmode" value="transparent" />
        </object></div>        </div>

        </div>
</div>

And here are the scripts loaded on the page:

<script type="text/javascript" src="/adrupal/misc/jquery.js?m"></script>
<script type="text/javascript" src="/adrupal/misc/drupal.js?m"></script>
<script type="text/javascript" defer="defer" src="/adrupal/sites/all/modules/admin_menu/admin_menu.js?m"></script>
<script type="text/javascript" src="/adrupal/sites/all/modules/filefield/filefield.js?m"></script>
<script type="text/javascript" src="/adrupal/sites/all/swfobject.js?m"></script>
<script type="text/javascript" src="/adrupal/sites/all/themes/litejazz/js/jquery.pngFix.js?m"></script>

<script type="text/javascript">
<!--//--><![CDATA[//><!--
jQuery.extend(Drupal.settings, { "basePath": "/adrupal/", "admin_menu": { "margin_top": 1 } });
//--><!]]>
</script>
<script type="text/javascript"> </script>

Thanks!

Comments

ryosaeba’s picture

Dear tenek

I've a simple problem that you can see here:
http://www.walterfantauzzi.com/node/60

I can't understand why it say:
Sorry, you need to install flash to see this content.

Can you help me?