Integrating Quicktime videos into a Flash Website?

dr jones

Active member
hi, i am currently learning how to make flash sites and want to eventually stream my HD h.264 footage on it. can i embed a quicktime streaming video into a flash site?

i have to use quicktime instead of flash video because flash does not support h.264 embedding yet and i want to show my videos in full HD glory...
 
You don't embed it you link to it.

ie getURL("mystreaming.mov");

Assuming mystreaming.mov is in same folder as your swf

getURL function will launch your default browser and load file or url into it. Put swf into your website to test to avoid sandbox conflicts.
 
Last edited:
Back
Top