Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

iostream.h

macrumors regular
Original poster
Mar 4, 2004
231
0
Albuquerque, NM
I'm not sure if this is even possible, but I have a mask I'd like to use on a .mov source that would be user specified on a webpage. Is there any way I can set a skin for this purpose? Every tutorial I've found online has implied the movie must be saved locally with the skin attached. Even if I could overlay a PNG on top of the .mov it would be fine.
 
iostream.h said:
I'm not sure if this is even possible, but I have a mask I'd like to use on a .mov source that would be user specified on a webpage. Is there any way I can set a skin for this purpose? Every tutorial I've found online has implied the movie must be saved locally with the skin attached. Even if I could overlay a PNG on top of the .mov it would be fine.

It would seem to me that you could use a new <div> with a transparent PNG mask over the quicktime movie. However, I am not overly familiar with video. The problem is Windows IE doesn't support PNG Transparency as of yet (IE 7 will) so you will be blocking the whole video from 90% of the public. You could also consider using a .gif, but the transparency on those is horrible.
 
MrSugar said:
It would seem to me that you could use a new <div> with a transparent PNG mask over the quicktime movie. However, I am not overly familiar with video. The problem is Windows IE doesn't support PNG Transparency as of yet (IE 7 will) so you will be blocking the whole video from 90% of the public. You could also consider using a .gif, but the transparency on those is horrible.

I don't care about anything but Safari, as this will be for a widget.
 
well if you just wanna overlay probably z-index would work for the movie in one container and the png overlay in another... idk.. just a thought...
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.