PDA

View Full Version : how to upload my flash movie into a site?



Periklis
March 28th, 2002, 04:17 PM
I canīt use img anymore )=


so which html is it =)

thanks

ilyaslamasse
March 28th, 2002, 04:29 PM
If you're looking for the HTML code to insert a Flash movie inside an HTML page, there's a tute about this on this site.
Just browse the tutorials, I'm sure you'll find it.

pom 0]

Niann
March 29th, 2002, 12:09 AM
<EMBED src=http://www.yourserver.com/movie.swf quality=high bgcolor=#000000 WIDTH=200 HEIGHT=200>
</EMBED>

That code would load the movie in high quality with a black backround, and you guessed it stick it in a box 200x200.

Cheers!
-Niann