是否可以从Flash中打开JqModal弹出式iframe

发布于 2024-07-18 11:52:20 字数 229 浏览 6 评论 0原文

我在 Flash 中有一个链接,我想用 JqModal 弹出窗口打开它。 我尝试在 flash 变量中传递字符串,但这不起作用。

var flashvars = { testURL: "contact-us.html?q=jqmodal&go=&form=QBLH&width=781&height=400" };

有任何想法吗??

I have a link in flash that I want to open with a JqModal popup. I tried passing the string in the flash varaible but that didn't work.

var flashvars = {
testURL: "contact-us.html?q=jqmodal&go=&form=QBLH&width=781&height=400"
};

Any ideas??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

逆光飞翔i 2024-07-25 11:52:20

你的问题不是很清楚。 据我了解,当单击 Flash 小部件内的链接时,您希望打开 JqModal 对话框。 那是对的吗?
如果是,您可能必须使用 ActionScript 调用 JavaScript 函数来打开 JqModal 对话框。
我不确定您要对您提到的网址执行什么操作。

Your question isn't very clear. From what I understood you want to open a JqModal dialog when a link is clicked inside a flash widget. Is that correct?
If it is you would probably have to use ActionScript to call a JavaScript function which will open the JqModal dialog.
I'm not sure what you are trying to do with the URL you mentioned.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文