Greetings All: Love the program, but where do I find the coding for the ad to enter on my web page? Or do I just insert the .swf file on to the page in the right place? I have successfully made the flash,uploaded both .swf file and assets folder, but don't know what code to enter on the html page to make the flash show up. What am I doing wrong? Thanx in advance...
try this loganhawk, after you export you flash ad, you should see and HTML file. Open that html and highlight the code that looks like this: Code: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="290" height="340"><param name ="movie"value="My Ad.swf"> <param name="quality" value="high"> <embed src=" My Ad.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="290" height="340"></embed> </object> < then plug it in your html page.