Click to See Complete Forum and Search --> : HTML interferring with Flash MP3 File?
Attached is the code for a site I'm working on. I've recently made some changes to the html, adding a table before and after the embedded flash code. SOMETHING is making the MP3 play oddly; it's like it's playing 2 tracks, one on top of the other... and when you click 'off' it doesn't stop. the site link is below. please take a look at the code and let me know what i've done.
thank you.
http://www.recyclingangels.com/
Eye for Video
03-03-2009, 12:50 PM
Looks like you're placing the flash.swf on the page twice, once with "AC_FL_RunContent" and again with <object>. You should be able to just use one or the other method. Comment out the "AC_FL_RunContent" and just use <object> to test. I didn't see your path to it in the head
<script src="AC_RunActiveContent.js" language="javascript"></script>
but it must be finding it in some of the other script or something.
As a second test, comment out the <object> and just use the .js
EfV
I actually didn't create the flash file or write script that calls it. The thing is....it was working OK before I added the tables. i guess it could still be the double call you mentioned....and adding the html just exacerbated the issue. I'll try this but i'm still concerned that it was ok before...with both calls. thank you.