Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have 3 URls In 3 text boxes and the ask is that when i click the play button, its corresponding URL should be played in the video player.
Help on this would be highly appreciated.
Thanks
Set a New variable ex. LET myVar = 0;
in each button trigger an external action and write in the upper box : myVar and in the lower 1 (in the first button, 2 in the second and so on)
When you click the play button test the variable:
If(myVar = 1, 'play song1', if(myvar = 2, ' play song2', ....)
Set a New variable ex. LET myVar = 0;
in each button trigger an external action and write in the upper box : myVar and in the lower 1 (in the first button, 2 in the second and so on)
When you click the play button test the variable:
If(myVar = 1, 'play song1', if(myvar = 2, ' play song2', ....)
try using this. this is a direct video player, so you need to give the video URL not the webpage
Thanks for sharing this...will use this in future....