please enable the youtube code for arma3 mission editing, not just bootcamp
Description
Details
- Legacy ID
- 3434542
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Feature Request
Event Timeline
i support a video feature too in the next DLCs but i found this scirpt:
https://community.bistudio.com/wiki/openYoutubeVideo
That command was introduced recently and it was made specifically for the bootcamp update.
I just tried the command in the current A3 version, non dev.
test = openYoutubeVideo "watch?v=z0_qmVOUpPg";
It seems like the new command is not working yet.
Ah just tested it again. It works when starting from init.sqf and the steam overlay must be activated.
it can be a nice feature for mission briefings:
you click on a briefing topic and see an integrated video from the Internet.
Or at least a hyperlink in the briefing that would open the Internet browser with a given URL (but maybe a security problem?).
At the moment I am using this trick in my briefings:
blabla
<br/>
<execute expression="copyToClipboard 'http://forums.bistudio.com/showthread.php?176567-ZDROB-Team-Missions'">ZDROB Missions (click to copy weblink)</execute>