Playlist2
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 3 articles for 0.303 sec
tags 496381 + patch thanks Hi! Here is a patch to fix this issue. diff --git a/plait b/plait index da29326..4631565 100755 --- a/plait +++ b/plait @@ -498,16 +498,18 @@ querystream () if test $ORDER = "random" then + tmpfile="$(mktemp)" cat "$HOME/.plait/playlist.m3u" | awk 'BEGIN{srand()} {print rand() "\t" $0}' | \ - sort -n | cut -f "2-" > /tmp/cut.$$     

Group: linux.debian.bugs.dist · Group Profile · Search for Playlist2 in linux.debian.bugs.dist
Author: Vincent Bernat
Date: Aug 28, 2008 02:30

I have the following code: -------------------------------------------- var myXml:XML = <player> <playlist> <name>Playlist 1</name> <image>http://images.com/playlist1.jpg</image> <video> <name>Item 11</name> <image>http://images.com/item11.jpg</image> <url>http://videos.com/item11.flv</url> </video> <video> <name>Item 12</name> <image>http://images.com/item12.jpg</image
Show full article (3.12Kb)
I have to insert some xml entry into existing xml . I am including the code used var myXml:XML = <playerr> <playlist> <name>Playlist 1</name> <image>http://images.com/playlist1.jpg</image> <video> <name>Item 11</name> <image>http://images.com/item11.jpg</image> <url>http://videos.com/item11.flv</url> </video> <video> <name>Item 12</name> <image>http     

Group: macromedia.flash.actionscript3 · Group Profile · Search for Playlist2 in macromedia.flash.actionscript3
Author: Jamesabth
Date: Jan 4, 2008 08:46

Show full article (2.24Kb) · Show article thread
    

Group: macromedia.flash.actionscript3 · Group Profile · Search for Playlist2 in macromedia.flash.actionscript3
Author: Sylar123
Date: Jan 4, 2008 01:59

Show full article (1.72Kb)