A-Frame Load online video from youtube
A-Frame WebVR-
EvoinsecLikes 0Problem Description
Hey first of all, these videos are great Thanks !
My question is if theres any way to load a video from youtube for example?
Also why does this videos stop, I know there are basics but it would be great if you guys can walk us trought some more advance project, or something like making of
Again thanks and sorry if there any grammar mistake.
-
Sonar Systems adminLikes 0
Thank you !!!
It was an intro series to cover the basics. We are looking into creating a more advanced series.
-
EvoinsecLikes 0
Thanks for the fast reply, what about the other question about loading videos from youtube?
-
Sonar Systems adminLikes 0
Have you watched the video tutorials?
-
EvoinsecLikes 0
Yeah I Already watched them all but there no explanation of how or if theres any way to load a video from a link, like from youtube for example, in the videos only explain how to uploaded on a personal server and use if from there, which is great but like i said before I would like to know if theres a way to use a link.
Again Thanks in advance.
-
Sonar Systems adminLikes 0
This should help explain the process more https://aframe.io/docs/0.4.0/introduction/faq.html#can-i-render-youtube-videos-as-a-texture
-
EvoinsecLikes 0
Thanks ! I going to take a look !
Thank you very much for all your help and I’m really looking forward for the most advance A-frame tutorials !
-
Sonar Systems adminLikes 0
:D
-
john doeLikes 0
Awesome series, thank you.
Following your Interacting With Objects tut and its great.
Trying to create a -entety with a video texture and or sound that when mouseenters it plays.
Should I place the event inside the <a-entity> or inside the video tag in the assets and is this, (
<a-entity rotation="-90 0 0" position="0 -1 0" geometry="primitive: plane" material="src: #video"> <a-event name="mouseenter" play="src: #video; on: mouseenter"></a-event></a-entity>
) a valid event.
( P.S. I am new to javascript)
-
Sonar Systems adminLikes 0
I would put it in a separate JavaScript file and link it using jQuery.
Login to reply