1

我想知道是否有人可以编写一个脚本来动态更改嵌入代码中的频道名称。

例如: http://www.domain.com/live/thechannelname 我基本上想要在嵌入代码中替换频道名的内容

<object type="application/x-shockwave-flash" data="http://www.justin.tv/widgets/live_embed_player.swf?channel=thechannelname" id="live_embed_player_flash" height="300" width="400" bgcolor="#000000"><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always" /><param name="allowNetworking" value="all" /><param name="movie" value="http://www.justin.tv/widgets/live_embed_player.swf" /><param name="flashvars" value="hostname=www.justin.tv&channel=thechannelname&auto_play=false&start_volume=25" /></object>

我将把它添加到 xenforo 中。

4

1 回答 1

0

您可能想看看 mod_rewrite。看看这个教程

于 2012-09-09T17:47:10.173 回答