PDA

View Full Version : quicktime html control




thomasseest
Mar 22, 2006, 12:41 AM
hello

I am making an artwork for a presentation on www.egoburger.com and i have made a video quicktime sequence

the quicktime video needs to be presented in size: 905x600 pxl
my original file is 176x144 pxl.
can I use html code to present the movie

yes I know its going to be very pixelated and thats what I want - a small file presented large. the formats are different, is that a problem, i dont mind it stretched

thanks, thomas



steveedge
Mar 22, 2006, 02:52 AM
Here is the HTML code to embed your movie.

<embed src="path to your movie file here" width="176" height="144"></embed>

delete path to your movie file. and replace it with path to YOUR movie file, hehe. Then change the size to whatever you want.
Good luck.