【发布时间】:2014-01-19 01:43:57
【问题描述】:
我正在尝试使用 javascript 将 PHP 解析的输入值中的 URL 分配给 FlashVars
<input id="feed" type="hidden" value="http://localhost/photo/" />
... other HTML code goes here ...
var flashvars = {
feed: document.getElementById('feed').value(),
... other flashvars code goes here ...
}
但这似乎不起作用,有没有办法解决这个问题?谢谢。
【问题讨论】:
标签: javascript flashvars