I am trying to embed a quicktime movie into an xul window. It sort of works using:

<html:embed width="320" height="240" controller="true" src="http://www.quicktime.com/movie.mov"; type="video/quicktime" bgcolor="#000000" border="0" pluginspace="http://www.apple.com/quicktime/download/indext.html"; />

What is happening is the window does not show up on the screen until the movie is 95% loaded. I can hear it playing just fine, and the file is being downloaded properly, but the window will not draw itself.

the same thing happens if I put the <embed> command in a seperate html file and call that from an iframe. The quicktime movie is about 4-5 MB

Has anyone else come across this problem?
Should I be using object instead?


thanks - daniel




Reply via email to