提取嵌入式Flash游戏的变量

时间:2018-04-05 07:35:48

标签: javascript html flash

是否可以从html嵌入式游戏中提取一些得分变量?
仅作为一个例子:

<embed src="http://www.shooter-bubble.com/bubbleshooter2.swf?pn_extravars=arcade~storescore|no_html~1" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="728" height="550">

我可以使用任何形式的J来从中提取任何变量吗?
我的最终目标是将此变量放入sql表中

1 个答案:

答案 0 :(得分:1)

不,您无法从嵌入它的HTML页面访问Flash / swf变量,但如果您拥有该Flash游戏的源代码,则可以从Flash消息中分派html页面可以侦听的内容。检查ExternalInterface Actionscript类:

https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/external/ExternalInterface.html