是否可以从Flash中打开JqModal弹出式iframe
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的问题不是很清楚。 据我了解,当单击 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.