The test video URL I'm working with is http://youtube.com/watch?v=yeXoxNP8_xY
Example 1: &rel=0
When I add
&rel=0
to line 731 (as explained in the post above), the video does not display at all, as in this example: http://test.notsorry.net/2007/06/15/soccer-vid-test/
The movie URL embedded in the JavaScript call is converted to:
http://youtube.com/v/yeXoxNP8_xY&rel=0
..which I'm guessing is unreadable by the Anarchy player. (Notice the converted & to & )
Example 2: ?rel=0
When I try
?rel=0
instead, the video displays, but the related videos still appear once the movie starts playing, as in this example: http://test.notsorry.net/2007/06/15/question-mark-vid-test/
Anarchy's javascript embed code for this example looks like this:
http://youtube.com/v/yeXoxNP8_xY?rel=0
I've put in a message to the Anarchy support forum (http://fora.an-archos.com/viewtopic.php?p=412#412), and am hoping to hear back soon.
Have any of you MU users been able to come up with an Anarchy solution?