Dear,
Before I start I want to thank for the lack of interest and lack of “support”. Because of that I will present a real solution to this problem, it only took me over 10 hours of work to find out!
Firstly, if someone wants to put this flash in another folder it will not succeed. I say this because the programmer did not bother to explain how to properly install this flash within a website.
The code that come with HTML is incomplete. Though it works in that folder, outside of that will simple not work!
So I recommend changing: var flashvars = (); flashvars.settingsXML = “assets / xml / settings.xml”;
To var flashvars = (); flashvars.folderPath = “http://www.domain.com/FolderWithTheFlashFile”; flashvars.settingsXML = “assets / xml / settings.xml”;
the same should apply to the rest: src=”http://www.domain.com/FolderWithTheFlashFile/swfobject.js”>
embedSWF(“http://www.domain.com/FolderWithTheFlashFile/deploy.swf”
“9.0.0”, “http://www.domain.com/FolderWithTheFlashFile/expressInstall.swf”
From this moment, anyone can place this flash anywhere in the site
Sounds simple right? But for non-programmers like me (that’s why we buy these items) it was hard to understand!
Now there is another problem because the flash has to run the xml file that also has to run other files, like .css, xml, etc..
Now what the next step is to CHMOOD files and folders that are within the “assets” folder. If you don’t do this, the flash can not run the files and will not work .
Therefore, with an FTP program (ie: flashxp you should CHMOOD to 777 folders and files within the assets – Maybe 755 is enough, but jst in case…. )
This way everything will go well and smoothly!
P.S – This type of info should come in the “pdf” ....





111 Purchases
38 Comments