比如下面这个: <? <playlist version="1" xmlns="http://xspf.org/ns/0/"> <title>Sample Overlay + Postroll Ad</title> <info>http://www.jeroenwijering.com/</info> <trackList>
<track> <title>Afraid of the dark?</title> <creator>Jeroen Wijering</creator> <location>http://www.jeroenwijering.com/upload/afraid.flv</location> </track>
</trackList> </playlist> 这个代码不完整,我的意思就是这个代码中的:http://www.jeroenwijering.com/upload/afraid.flv部分 能不能替换成其他的动态函数? 比如php中的<?=$url?> 这样?
这个代码是一个FLV播放器的list.xml文件. 因为这个FLV列表要动态的嘛.所以这个问题怎么解决?
|