开发者

FlashVars syntax problem

I've got the following javascript writing HTML for FlexPlayer:

document.writeln("<object width=\"489\" height=\"414\" FlashVars=\""+videoSource+"\">");
document.writeln("<param name=FlashVars value='sourceUrl=videoSource'>");

I need to have FlashVars="sourceUrl=videoSource"; where videoSource is a variable which I get from PHP for the current video and sourceUrl is variable form the Flex player. Please repair the int he first row 开发者_如何转开发cause this FlashVars syntax is driving me mad.


You should use SWFObject as an easier way to embed your swf into your website. It also has a very simple way to include parameters (flashvars) into your movie in the documentation.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜