The extension does not work on the site, but works fine on the local server/PC
Question:
When I upload all files and folders (including ScriptLibrary and CSSs) that are created by Flash Image Enhancer, the enhancements do not work on the Internet, however, they do work when just tested on my PC.
The most probable reason Flash Image Enhancer malfunctioning, when it is uploaded, is an incorrect path to the ScriptLibrary folder.
When I upload all files and folders (including ScriptLibrary and CSSs) that are created by Flash Image Enhancer, the enhancements do not work on the Internet, however, they do work when just tested on my PC.
Answer:
The most probable reason Flash Image Enhancer malfunctioning, when it is uploaded, is an incorrect path to the ScriptLibrary folder.
We advise you to use the following scripts showing the path to the folder:
<script src="ScriptLibrary/dmxFlashImageEnhancer.js" type="text/javascript" >
flashImage1.setScriptLibrary("ScriptLibrary");
The ScriptLibrary folder should contain the following files:
- dmxFlashImageEnhancer.js
- dmxFlashImageEnhancer.swf
- expressinstall.swf
Also make sure that the id of the span is same as those in the JavaScript like in the following lines:
<span id="dv_flashImage1">
flashImage1.write("dv_flashImage1");
Comments
Be the first to write a comment
You must me logged in to write a comment.