Skip to main content
Participating Frequently
February 18, 2016
Question

open video in separate window

  • February 18, 2016
  • 1 reply
  • 1537 views

Hi,

I'd like to put a link that opens the link to youtube in a different window automatically.Right now when I do it, it goes back to the beginning of the first page and not the page I was at. My file is 99 pages...

Could someone tell me please how to do that?

Best,

JayinParis

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
February 18, 2016

You can try to do it using a script with this format:

app.launchURL("http://www.youtube.com...", true);

Participating Frequently
February 26, 2016

Hi,

Thanks for answering.

Here's the youtube link.

short link:

https://youtu.be/g7dieglYs0w

Long link

https://www.youtube.com/watch?v=mlWWOMQJ2L8&feature=youtu.be

You suggested this but I don't know what to do with it...

You can try to do it using a script with this format:

app.launchURL ("http://www.youtube.com...", true);

Could you help me?

Thanks,

Jay

try67
Community Expert
Community Expert
February 26, 2016

Create a link and set it to run this JavaScript code:

app.launchURL("https://youtu.be/g7dieglYs0w", true);