Hi community - hi Eric!

I use very often and happily Eric's PlayerPlugin. I have round about
40 tiddlers tagged as "video" containing just the code:

---------------
{{center{<<player id=2 flash http://www.youtube.com/v/''youtube_id''&hl=en&fs=1
425 344>>}}}
---------------

I observed, that the Youtube video is only rendered every time, when
canceling the tiddler's edit mode. Just opening the tiddler do not
always render the video - the tiddler "remains empty".

Correct rendering depends in a way from appending the suffix
'&hl=en&fs=1' - but this garanties not the correct video rendering.
I put in the tiddler the embedded code offered by Youtube, like:
-------------------------
<object width="425" height="344"><param name="movie" value="http://
www.youtube.com/v/vmGMpME_phg&hl=de&fs=1"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed src="http://
www.youtube.com/v/vmGMpME_phg&hl=de&fs=1" type="application/x-
shockwave-flash" allowscriptaccess="always" allowfullscreen="true"
width="425" height="344"></embed></object>
--------------------------
...embbeded by <html>...</html> (Eric's JavaScriptPlugin) - this
always rendered the video correctly.


I did a tabular display of all "video" tagged tiddlers by using Udo
Borowskis ForEachTiddler:
------------------------------------
<<forEachTiddler
    where
        'tiddler.tags.contains("video")&& !tiddler.tags.contains
("excludeLists")'
    sortBy '(tiddler.title.toLowerCase())'
    write
        '"|[["+tiddler.title+"]] |<<tiddler [["+tiddler.title+"/text]]
$)) |\n"'
           begin ' "|sortable|k\n|!Name|!Video|h\n" '
           end ' "!!!"+count+" items listed\n" '
           none '"!!!No items listed\n"'
>>
------------------------------------
In this table only a few videos were rendered in column 2, although
when opening the corresponding tiddler individualy the video was
rendered.
But, interesting, the videos/tiddlers not rendered correctly were
always the same.

To take it short: correct video rendering in all circumstances with
PlayerPlugin is random.
Is this phenomenon caused by Youtubes respond times, or an inherent
bug of the plugin?
Any ideas?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to