All the extra code includes redirects to macromedia to download flash if they don't have the player install. It also declares the version of flash being used, the quality, and instructions to the browser so it knows precisely what it's looking at ("application/x-shockwave-flash"). If you're serious about webdesign, you'll want all that extra code.
I don't know what I am. That said I have two questions; [1] the code above is directing to a swflash.cab. Is this simply install files incase the end-user doesn't have the flash plug-in? Also, there are not just one but two paths to the Flash Movie. Interestingly enough I find if I change one path but not the other, Firefox will link the user to one and IE to the other..
Question 2 is just slightly off topic. Above I posted example code and obviously I didn't want it to compute so I replaced all the "<" with ">" and thr ">" with "<". This succeeded in disabling the code it's slightly distracting. How is posting code usually handled?
Comments
[php]<embed src="link to SWF file" height=### width=###>[/php]
Thank you. That looks nice and simple. Could you possibly explain all the extra code Dreamweaver creates when embeding a Flash Movie.
Truly thanks a bundle for your help.
-Michael
If you're a hack like me, you don't care.
Question 2 is just slightly off topic. Above I posted example code and obviously I didn't want it to compute so I replaced all the "<" with ">" and thr ">" with "<". This succeeded in disabling the code it's slightly distracting. How is posting code usually handled?
Thank you again for your help and time.