someone plz tell me the html code to add .swf and .fla to a html site
You donβt add the .fla to an html site, that is what you make the movie with.
As for the .swf.
Just go to File/Publish Settings and make sure the checkboxes for the files you export are checked for HTML and .SWF, then hit the publish button.
It will export the .swf file and the .html file, and you can take the code from the .html file.
Or search the forum or site :-\
hey thanks alot man
no problem.
well kool
Or you could use this:
<embed src="URL OF MOVIE.swf"height="100%"width="100%"></embed>
<br>
*Originally posted by bacon_bits *
**Or you could use this:
<embed src="URL OF MOVIE.swf"height="100%"width="100%"></embed>
<br> **
Well yes, but then they would <b>only</b> be able to see the swf if they were running Netscape <b>and</b> had the correct plugins.
Ohhh. My Bad:chinaman: