Hi guys,I set a swf video url for an iframe,and only the same top-level domain of window that embed the iframe can play the video.My problem is how to obtain the window.top.location's value ? I use the call function of actionscript as bellows:
ExternalInterface.addCallback("getWindowLocation",_handleGetWindowLocation);
Bookmarks