View Full Version : ok i need flash help
Aqrhine_tg_xXx
09-01-03, 05:18 PM
on flash 5 i made this turorial showing how to make a ps image and i need to know how to save it as a gif so i can post it on the web. when i try to publish as a gif it just leaves the img blank
SinsFeelNatural
09-03-03, 07:46 AM
Flash files are saved as SWF and needs to be embedded as such
Here is a sample code for embedding SWF files in html
<param name=movie value="filename.swf">
<param name=quality value=high>
<embed src="url of file name.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="100">
</embed>
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.