提取嵌入式flash游戏的变量

Extract variables of embeded flash game

是否可以从 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">

我可以使用任何形式的Js从中提取任何变量吗?
我的最终目标是将这个变量放入sql table

不,您无法从嵌入它的 HTML 页面访问 Flash/swf 变量,但如果您有该 Flash 游戏的源代码,您可以从 html 页面可以听。检查外部接口动作脚本 class:

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