Flash Banner
#1
Posted 27 September 2007 - 02:30 PM
Please help
Thanks
#2
Posted 27 September 2007 - 02:48 PM
http://www.alistapar...hembedcagematch
#4
Posted 27 September 2007 - 03:43 PM
#5
Posted 27 September 2007 - 05:07 PM
<object width="468" height="60"> <param name="movie" value="bannerfilename.swf"> <embed src="bannerfilename.swf" width="468" height="60"> </embed> </object>
Hope that helps you
#6
Posted 12 October 2007 - 10:27 PM
#7
Posted 18 October 2007 - 11:26 PM
Had some interesting times recently embedding Flash. Tried numerous things. The standard embed code mentioned above seemed to work ok. The code spat out from Dreamweaver is crazy in comparison... allsorts of javascript in the head. Way too excessive I think.
#8
Posted 29 October 2007 - 07:41 PM
Aquavibe, on Oct 12 2007, 10:27 PM, said:
Dreamweaver is starting to be used less, notepad ++ or something similar is the way forward. Dreamweaver generate extra useless code
#9
Posted 06 November 2007 - 05:10 PM
-----------------------------------------------
http://designsimpleweb.com
#10
Posted 12 December 2007 - 02:10 PM
#11
Posted 12 December 2007 - 03:44 PM
antom, on Dec 12 2007, 14:10, said:
That sounds SO familiar!
#12
Posted 12 December 2007 - 05:22 PM
<div id="flashcontent"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" width="707" height="205"> <param name="movie" value="flashfile.swf" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <!--[if !IE]> <--> <object data="flashfile.swf.swf" width="707" height="205" type="application/x-shockwave-flash"> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" /> </object> <!--> <![endif]--> </object> </div>
it validates and works for me.
#13
Posted 12 August 2008 - 11:45 PM
Design Simple Web, on Nov 6 2007, 18:10, said:
-----------------------------------------------
http://designsimpleweb.com
Its not quick if your client says its not doing this in that and you have to trawl code that you havent written to find out why. Also if you accidently drag something it writes code you didnt know about. I am just returning to the web industry so new dreamweaver may have improved, which I think it has as it looks abit of a homesite / dreamweaver mix now.
People who can only use dreamweaver are usually the ones who big it up. I did say usually!
For changes I usually find view source , find and replace in IE, is quicker and very precise. you then save changes in notepad and refresh the page to check its OK.
Dreamweaver does write clean code if you turn off the re-write code options in preferences, but its still possible to open the file up on someone elses machine who's dreamweaver is re-writing code and end up with dirt in the source.
Help





















