Buttons don't work from other tab?

Hello!
i'm trying to control ui_media node from other tab but for some unknown reason it doesn't react to cliks. with inject nodes it works fine. heres the code

[{"id":"fd48e304.074d7","type":"tab","label":"video","disabled":false,"info":""},{"id":"b2cbba69.3637a8","type":"inject","z":"fd48e304.074d7","name":"","topic":"","payload":"play","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":126.64843368530273,"y":347.87508487701416,"wires":[["23fd594b.be2d26"]]},{"id":"8393a383.3d2f9","type":"inject","z":"fd48e304.074d7","name":"","topic":"","payload":"1","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":125.64848327636719,"y":455.86731147766113,"wires":[["aa87545e.943958"]]},{"id":"aa87545e.943958","type":"ui_button","z":"fd48e304.074d7","name":"nyan cat","group":"ed9ff1cf.7c4a3","order":0,"width":0,"height":0,"passthru":true,"label":"Nyan cat","tooltip":"","color":"","bgcolor":"","icon":"","payload":"Videot/nyan.mp4","payloadType":"str","topic":"","x":317.6406784057617,"y":457.26991271972656,"wires":[["afbd1de4.c7c0a","edcec853.35d718"]]},{"id":"3ee3454c.69447a","type":"inject","z":"fd48e304.074d7","name":"","topic":"","payload":"stop","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":122.64842987060547,"y":278.8633117675781,"wires":[["d9965485.4b1a58"]]},{"id":"64253940.987468","type":"inject","z":"fd48e304.074d7","name":"","topic":"","payload":"1","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":129.99999237060547,"y":567.9452991485596,"wires":[["68cde09d.3394b"]]},{"id":"68cde09d.3394b","type":"ui_button","z":"fd48e304.074d7","name":"WC video","group":"ed9ff1cf.7c4a3","order":0,"width":0,"height":0,"passthru":true,"label":"WC","tooltip":"","color":"","bgcolor":"","icon":"","payload":"Videot/vessa.mp4","payloadType":"str","topic":"","x":304.9922409057617,"y":567.3477325439453,"wires":[["afbd1de4.c7c0a","edcec853.35d718"]]},{"id":"edcec853.35d718","type":"change","z":"fd48e304.074d7","name":"Play","rules":[{"t":"set","p":"play","pt":"msg","to":"true","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":598.6328620910645,"y":348.4220209121704,"wires":[["afbd1de4.c7c0a"]]},{"id":"5f7eb5f.31a0d4c","type":"change","z":"fd48e304.074d7","name":"Stop","rules":[{"t":"set","p":"play","pt":"msg","to":"false","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":599.0195808410645,"y":282.50396728515625,"wires":[["afbd1de4.c7c0a"]]},{"id":"afbd1de4.c7c0a","type":"ui_media","z":"fd48e304.074d7","group":"aa5b0422.897738","name":"","width":"24","height":"11","order":1,"category":"","file":"vessa.mp4","layout":"adjust","showcontrols":false,"loop":false,"onstart":false,"scope":"local","tooltip":"","x":907.0195426940918,"y":457.75399112701416,"wires":[[]]},{"id":"d9965485.4b1a58","type":"ui_button","z":"fd48e304.074d7","name":"","group":"34421d52.4ee792","order":0,"width":0,"height":0,"passthru":true,"label":"Stop","tooltip":"","color":"","bgcolor":"","icon":"close","payload":"stop","payloadType":"str","topic":"","x":326.64453125,"y":281.01953506469727,"wires":[["5f7eb5f.31a0d4c"]]},{"id":"23fd594b.be2d26","type":"ui_button","z":"fd48e304.074d7","name":"","group":"34421d52.4ee792","order":1,"width":0,"height":0,"passthru":true,"label":"Play","tooltip":"","color":"","bgcolor":"","icon":"play_circle_fill","payload":"play","payloadType":"str","topic":"","x":316.64453125,"y":348.01171875,"wires":[["edcec853.35d718"]]},{"id":"ed9ff1cf.7c4a3","type":"ui_group","z":"","name":"videos","tab":"d859a642.353358","disp":true,"width":"6","collapse":false},{"id":"aa5b0422.897738","type":"ui_group","z":"","name":"video","tab":"e36182fe.0b37a","order":1,"disp":false,"width":"24","collapse":false},{"id":"34421d52.4ee792","type":"ui_group","z":"","name":"controls","tab":"d859a642.353358","disp":true,"width":"6","collapse":false},{"id":"d859a642.353358","type":"ui_tab","z":"","name":"Video player","icon":"settings_remote","disabled":false,"hidden":false},{"id":"e36182fe.0b37a","type":"ui_tab","z":"","name":"Video display","icon":"ondemand_video","order":2,"disabled":false,"hidden":false}]

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.