DDR_freak
07-10-2003, 06:34 PM
i have a movie clip on my site and it's http://www.geocities.com/stephanies_site01/WINKIECLOSEUP.avi
and i wanna know what code should i use =)
and i wanna know what code should i use =)
|
View Full Version : Help with movie code DDR_freak 07-10-2003, 06:34 PM i have a movie clip on my site and it's http://www.geocities.com/stephanies_site01/WINKIECLOSEUP.avi and i wanna know what code should i use =) stargrl329 07-10-2003, 07:24 PM i don't know much about geocities or .avi files, but i would say probably you should try this first: <embed src="http://www.geocities.com/stephanies_site01/WINKIECLOSEUP.avi" autostart="false"></embed> if you want it to start playing when the site is loaded (rather than having the user click play) just change autostart="false" to autostart="true". DDR_freak 07-10-2003, 07:27 PM thanks so much! ^_^ stargrl329 07-10-2003, 07:30 PM your very welcome =) |