Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/flash/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Flash 如何在actionscript中重定向?_Flash_Actionscript - Fatal编程技术网

Flash 如何在actionscript中重定向?

Flash 如何在actionscript中重定向?,flash,actionscript,Flash,Actionscript,在嵌入1.swf的page.html?xxx中,我如何重定向到page.html?xxx&new_param=1(保留原始参数,添加新参数new_param=1)?如果要使用传递到html页面的相同url参数,而不是swf,然后使用ExternalInterface调用JavaScript进行重定向 或者,您可以通过flashvars将完整url传递给swf,并使用flash.net.navigateToURL()重定向,如果您想使用传递给html页面的相同url参数,而不是swf,则可以使用E

在嵌入
1.swf
page.html?xxx
中,我如何重定向到
page.html?xxx&new_param=1
(保留原始参数,添加新参数
new_param=1
)?

如果要使用传递到html页面的相同url参数,而不是swf,然后使用
ExternalInterface
调用JavaScript进行重定向


或者,您可以通过flashvars将完整url传递给swf,并使用
flash.net.navigateToURL()

重定向,如果您想使用传递给html页面的相同url参数,而不是swf,则可以使用
ExternalInterface
调用JavaScript进行重定向

或者,您可以通过flashvars将完整url传递给swf,并使用
flash.net.navigateToURL()
重定向