Possible to have a picture with alpha on a higher layer over video playback?
I have an image of a television set with alpha and would like to have the video play underneath it so that it looks like a television set. I'm using the makeDIV command to call on the video.
Also, how can rotate the video 10 degrees? This is what I have, but doesn't work:
makeDiv(980, 210, 640, 480, "<video src='lilli.mp4' autoplay ></video>", "{transform:rotate(10deg);}");