The MASM Forum
General => The Soap Box => Topic started by: Mikl__ on January 01, 2022, 12:43:21 PM
-
Hi, hutch--!
Happy New Year!
I would like to ask you a question. There is video-file in "Topic: Tricks with a Windows Dialog". How and with what tags did you do it?
I even see a special "Video" section here. Tell us how you can play video fragments on this site?
Thanks a lot for your answers.
-
This is the code posted in that topic. The code would not display properly due to the "html" tags so I inserted "xxxx"
Direct Link - https://www.youtube.com/watch?v=CAgL1IeCr0Y&t=3s
[xxxx] ' it shoud be html
<iframe width="960" height="540" src="https://www.youtube.com/embed/CAgL1IeCr0Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
[/html]
[/xxxx] ' this should be html
-
Thanks a lot hutch-- !