6 html javascript embed flash element
URL example.com/redir将自动将用户(HTTP 302)重定向到example.com/ hi.SWF?message = Message + Value.
如何在以下示例中使用javascript或flash获取消息值?
<!DOCTYPE html>
<html>
<body>
<embed id="foo" src="https://example.com/redir"></embed>
<!-- Remember that example.com/redir will be automatically redirected to example.com/hi.SWF?message=Message+Value -->
<!-- The code to get the message value must go here -->
</body>
</html>
Run Code Online (Sandbox Code Playgroud)
考虑一下: