Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Profiterole 232 posts 264 karma points
    May 22, 2010 @ 18:49
    Profiterole
    0

    Flash disappear in feedreader

    Hi, I've created a post and inserted a flash movie (from Youtube) in my bodyText with Insert media file in TinyMCE. If a go to my blog, I can see the movie. But, in my reader (google reader) the movie's not there. Is there a way to fix that? Because I want that my reader can view my Youtube movie.

    Thank you for your help.

  • Sebastiaan Janssen 4899 posts 14655 karma points MVP admin hq
    May 22, 2010 @ 21:00
    Sebastiaan Janssen
    0

    I'm sure it should be possible, have a look at the source html of your RSS feed and see what might be wrong there. It could have something to do with having relative links vs. absolute links. Although, YouTube would not use a relative link. Compare the HTML on your page with what is in the RSS feed and see if something is being left out.

  • Profiterole 232 posts 264 karma points
    May 23, 2010 @ 00:16
    Profiterole
    0

    Hi thanks for your reply. It seems ok to me. But neither my reader nor the rss.aspx page show the video. Here's the code (from view source in Firefox) :

    <?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Blogue d'Allô prof</title><link>http://alloprof.test.telequebec.tv</link><generator>Allô prof</generator><description>Pour en savoir plus sur Allô prof</description><language>fr</language><item><title>Test avec des embeded</title><link>http://alloprof.test.telequebec.tv/2010/5/22/test-avec-des-embeded.aspx</link><pubDate>Sat, 22 May 2010 07:30:52 GMT</pubDate><guid>http://alloprof.test.telequebec.tv/2010/5/22/test-avec-des-embeded.aspx</guid><description>
    <![CDATA[
    <h1>Gros titre!!</h1>

    <h3>Voici donc l'instertion de flash</h3>

    <p><object width="425" height="350"
    data="http://www.youtube.com/v/fYiQ0y6ITtc"
    type="application/x-shockwave-flash"><param name="play"
    value="false" />
    <param name="wmode" value="transparent" />
    <param name="src" value="http://www.youtube.com/v/fYiQ0y6ITtc" />
    </object></p>
    ]]></description></item></channel></rss>

  • Sebastiaan Janssen 4899 posts 14655 karma points MVP admin hq
    May 23, 2010 @ 22:33
    Sebastiaan Janssen
    0

    This is different from the way that (for example) BoingBoing has YouTube video's embedded in their feed, it looks like this:

    <object width="500" height="405">
     <param name="movie" value="http://www.youtube.com/v/V1HSNV9y25A&hl=en_US&fs=1&border=1"></param><param name="allowFullScreen" value="true"></param>
     <param name="allowscriptaccess" value="always"></param>
     <embed src="http://www.youtube.com/v/V1HSNV9y25A&hl=en_US&fs=1&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed>
    </object> 

    I have never tried putting YouTube video's in RSS, but this might be a clue for you to see what's wrong. Try embedding your own video by just changing the URL and leaving the rest of the html intact, see what happens then.

  • Profiterole 232 posts 264 karma points
    May 24, 2010 @ 02:59
    Profiterole
    0

    Yeah, I found out that the embed part is missing. But TinyMCE always remove these tags. So now I try to figure how allow <embed>

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies