开发者

how to redirect to a new page from a swf file

I have a swf file, which handels some xml data. After that process complets I am giving the data back to my rails server. My开发者_C百科 problem is, that any redirection in my rails app is handed ower to the swf file and the actual displayed page remains the same!

How can I perform a redirection in my webpage from a swf flash file.

Thanks Markus


I believe it's done like this:

navigateToURL(new URLRequest("home.html"));
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜