Taylor Kurz wrote:You're right, but that's not how it's supposed to work. That is essentially two videos combined into one. You should only see that happy face moving with a transparent background. One half is supposed to be used for the alpha information.
Please look at this demonstration:
http://www.sciencelifeny.com/transparency/transparency.html
well as I mentioned earlier you dont have the video in your resources
<source src="
HappyFaceWeb.mp4" type='video/mp4; codecs="avc1.42E01E"' />
this is pointing at nothing
if you have the video hosted somewhere, (third party hosting) then you need point to that location
if you are going to put the video on your server then you need put that video into your resources folder then point to it
eg
make a new folder in your resources call it "video" (withhout the quote marks)
with that resource open select ADD Files browse to the video HAPPYFACEWeb.mp4 ans select it
then chance the <source src="
HappyFaceWeb.mp4" type='video/mp4; codecs="avc1.42E01E"' />
to <source src="
./video/HappyFaceWeb.mp4" type='video/mp4; codecs="avc1.42E01E"' />
if its hosted somewhere then add the hosting service webaddress
<source src="
(hosting service web address & video reference location)HappyFaceWeb.mp4" type='video/mp4; codecs="avc1.42E01E"' />
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?
LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
A simple quick way to contact me
https://mawarputih.coffeecup.com/forms/contact-wayan/