开发者

How to open a link from custom swf player which posted on wall

开发者 https://www.devze.com 2023-04-07 10:59 出处:网络
I\'m really wondering about how youtube or soundcloud flash player on facebook wall posts can open url on another tab/window. I tried many things from navigateToURL (both url and javascript) to Ext开发

I'm really wondering about how youtube or soundcloud flash player on facebook wall posts can open url on another tab/window. I tried many things from navigateToURL (both url and javascript) to Ext开发者_运维问答ernalInterface, but I couldn't get it work.


If you're using Flex, this worked for my onclick:

var urlReq:* = new URLRequest(YourURL);
navigateToURL(urlReq, "_blank");

Here's an example where the bottom link is opened in new window.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号