I am posting this because I purchased a package that was suppose to be easy to install and highly customizable. I messaged the creater of this package, snowcat, but he does not reply to my inquiries on why it does not work.
What I thought might be wrong was what I changed in the xml file, so I uploaded the entire folder from stock. the index.html page worked, however as soon as i copied the source code into my page I wanted to to actually play in. It does not even show, when I right-click the area in which it is suppose to be it says "Movie not loaded...".
I literally copied and pasted, there were no changes to the code whatsoever from the working one.
After that I continued to try to arrange it the way I wanted it to be anyways, storing the source files in a folder of the site rather than having it in the root of the file. This folder is "index_banner" The developer DID have a posting about that issue on his website which I read four times to make sure that somehow that was not the culprit either.
Below is the code for the page; I am hoping I inadvertantly messed something up because then my 167 dollars is not wasted. But with the lack of support for a supposed "well documented" package it is a little disheartening.
----------------
THIS IS IN THE HEAD TAG
----------------
var flashvars = {};
flashvars.folderPath = "index_banner/";
flashvars.settingsXML = "settings.xml";
var params = {};
params.scale = "noscale";
params.salign = "tl";
params.wmode = "transparent";
var attributes = {};
swfobject.embedSWF("banner.swf", "BannerDiv", "600", "260", "9.0.0", false, flashvars, params, attributes);
-----------------
THIS IS IN THE BODY TAG
-----------------
=======================================================
FILES IN THE "INDEX_BANNER" FOLDER
-----------------
banner.fla
banner.mxp
banner.swf
images/
images.xml
index.html
settings.xml
style.css
swfobject.js
------------------
=======================================================
HERE IS THE ENTIRE INDEX.HTML FILE (SAMPLE FILE) (THIS WORKS BUT MY PAGE DOESN'T - INDEX.PHP)
------------------
var flashvars = {};
flashvars.settingsXML = "settings.xml";
var params = {};
params.scale = "noscale";
params.salign = "tl";
params.wmode = "transparent";
var attributes = {};
swfobject.embedSWF("banner.swf", "BannerDiv", "600", "260", "9.0.0", false, flashvars, params, attributes);

------------------
THANKS IN ADVANCE FOR YOUR HELP! ANY INFO WOULD BE APPRECIATED I AM IN THE DARK ON THIS.
#  /  posted on Jul 26, 2010




