我可以使用什么代替redirectURL?

时间:2016-12-06 13:52:34

标签: javascript

有人可以帮我这个吗?

我创建了一个带有javascript的html脚本用于触摸屏,当点击触摸屏按钮时,onclick功能会执行3项操作:

  1. 显示已触摸的按钮
  2. 将预设发送到相机
  3. 在vMix中预览相机。

    http://192.168.1.10/command/visca-inquiry.cgi?visca=8101043F0205FF',' http://192.168.1.215:8088/api/?Function=PreviewInput&Input=1'' camcontrol1.html' )"> CAM1
    预设A

  4. 这是(外部)javascript文件:

    function TripleRedirect(redirectURL1,redirectURL2,redirectURL3) {top.frames['TargetFrame1'].location.href = redirectURL1;top.frames['TargetFrame2'].location.href = redirectURL2;top.frames['CamControlFrame'].location.href = redirectURL3;}
    

    当计算机(i3 Win7)仅运行脚本时,这是完美的,但是当我也从youtube收到一个流时 通常不执行相机预设和预览。 触摸屏工作正常,因为按钮每次都显示为触摸按钮。

    有时我必须在将命令发送到相机和vMix之前按下按钮5次。

    似乎没有执行onclick命令,但为什么呢? 计算机具有千兆网络,因此它不应该是网络带宽问题。 是否有更好的方法可以通过onclick实现3件事?

    (脚本在FF中运行,Chrome中的youtube流)

0 个答案:

没有答案