Forum Moderators: open
I bought a template that includes a .swf file, everything works fine when the pages are in the same directory as the .swf but if I change that it doesn't load. I really don't understand this.
Here is the embed tag:
<embed type="application/x-shockwave-flash" src="../media/hdr.swf" alt="" width="457" height="200">
...notice the src, that's the correct path to the .swf file. It seems to only work when the .htm and .swf are in the same folder and I use src="hdr.swf".
How am I supposed to organize my site?
Thanks.