I have configured for YouTube and Vimeo. I need the input format filter function only, no cck fields needed right now.

In FCKEditor, I create a simple page with an embedded YouTube URL taken from the URL box on the YouTube page that looks like this:
---------------
Start text.
http://www.youtube.com/watch?v=Zxa6P73Awcg
End text.
---------------

The saved page looks like this:
---------------
Start text.

End text.
---------------

And the html (in part) looks like this:
---------------

Start text.

End text.

---------------

I'm guessing there should be some kind of link in there??

Thanks for any assistance here.
Steve

Comments

steveray’s picture

[Sorry, I hit Save before I had everything < code > protected...]

I have configured for YouTube and Vimeo. I need the input format filter function only, no cck fields needed right now.

In FCKEditor, I create a simple page with an embedded YouTube URL taken from the URL box on the YouTube page that looks like this:

Start text.
http://www.youtube.com/watch?v=Zxa6P73Awcg
End text.

The saved page looks like this:

Start text.

End text.

(Just a blank line visible between "Start text." and "End text."

And the html (in part) looks like this:

<div class="content clear-block">
  <span class="print-link"/>
  <p>
    Start text.
    <br/>
  </p>
  <div class="eminline-wrapper">
    <div class="emvideo emvideo-video emvideo-youtube">
      <div class="emfield-emvideo emfield-emvideo-youtube">
        <div id="emvideo-youtube-flash-wrapper-1"> </div>
        </div>
     </div>
   </div>
   <p> End text. </p>
</div>

I'm guessing there should be some kind of link in there??
The presence of class and id information says something's working, but not everything.

Thanks for any assistance here.
Steve

viater’s picture

I followed all instructions from http://drupal.org/node/524410#comment-2077922 and have same problem :(

penguininja’s picture

I am experiencing the same behavior for Youtube videos on Emfield 6.x-1.18. Other formats, such as Vimeo and Last.fm work fine. Thanks, this is a great module.

voskuh’s picture

Do you use swfobject API? Because I had the same problem, but solved it without the swfobject api and them provide the swfobject.js myself.

mrfelton’s picture

Version: 6.x-1.17 » 6.x-1.18

Same problem for me. It is definately something todo with the usage of swfobject api as other formatters that do work (vimeo for example) don't use this.

butler360’s picture

Also having this problem, but it can be worked around.

As suggested above, manually pointing to swfobject.js works. The Emfield Inline filter must also be at the top of the list of filters.

EDIT: Seems like I also have to manually select YouTube in the filter options, even though it says if all are left unchecked, all are available.

aaron’s picture

Title: Inline YouTube video doesn't appear » Inline YouTube video doesn't appear when using swfobject
Version: 6.x-1.18 » 6.x-1.x-dev
Category: support » bug

doesn't work when you're using swfobject. the quick fix is to disable that from the emfield settings page. not sure of a long-term solution. *maybe* by including swfobject.js in hook_init; i'll have to experiment.

BeWhy’s picture

Title: Inline YouTube video doesn't appear when using swfobject » Inline YouTube video doesn't appear
Version: 6.x-1.x-dev » 6.x-1.18
Category: bug » support

subscribing

Alex UA’s picture

Project: Embedded Media Field » Media: YouTube
Version: 6.x-1.18 » 6.x-1.1
Component: Embedded Inline Media » Code

If there is a fix to this, it will be done in Media: YouTube