For some reason my flash files no longer show up on my website. Everything worked fine until I updated my flash player, now every file on my page is white except for the very last one. Did Adobe change something with the new version of flash? Why doesn't this work anymore? This is the code I use, but it only works for the bottom one now.
<p align="center">
<object width="400" height="320" >
<param name="SRC" value="Flash1.swf">
<embed src="flash/ctf/Flash1.swf" width="400" height="320"></embed>
</object> </p>
This has probably been asked, but I searched and didn't see anything pertaining to this subject, could have missed something though.