My website http://www.libertychesapeakes.com/Libertychesapeakevideos.html runs my flash video in the preview but once i uploaded to my hosting account it said AC_FL_RunContent is not defined ?
The path to the .js file is wrong.... from your code:
<script src="../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
So from this location, go up two folder levels and then into the "Script" folder.
Problem is:
http://www.libertychesapeakes.com/Libertychesapeakevideos.html
is a root level file... so you can't go up two folder levels. You probably meant
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
... removing those two "../../" Now the browser just goes to the "Scripts" subfolder to get the .js file.
Best wishes,
Adninjastrator
Most likely a missing file. Have you uploaded the actual .flv file? if so, where?
The code says the file should be here:
http://www.libertychesapeakes.com/LibertyBrotherhoodoutdoors.flv
but that link returns file not found.
Adninjastrator
Browse to this link -
http://www.libertychesapeakes.com/LibertyBrotherhoodoutdoors.flv
if you get a 404 error, then you may have uploaded the file, but not to that location. We use that location because that's where the code tells the page to look for the file. If it's not there, then it will surely not play.
North America
Europe, Middle East and Africa
Asia Pacific