SWF in header only working in home page, not other pages
-
The following is concerning a website: https://www.cwws.org
I have implemented the kml_flashembed plugin. I am having a problem getting the swf to appear in the header in every page. It only shows up in the home page’s header when I reference it with a path such as follows: /wp-content/commonwealthbanner.swf
Here is the code right now as it stands:
<div style=”text-align:center;”>
<img src=”[kml_flashembed movie=”/wp-content/commonwealthbanner.swf” height=”94″ width=”700″ /]
</div>(This code is within the php of the header template. It was used to replace the previous code that was used for img src=)
I have the understanding from the plugin authors website that the fix is to us an ‘absolute’ path to the file.
So I have tried the following and nothing has worked:
/home2/commonw9/public_html/wp-content/commonwealthbanner.swf
/public_html/wp-content/commonwealthbanner.swf
commonwealthwebsolutions.net/wp-content/commonwealthbanner.swfDo you have any suggestions?
- The topic ‘SWF in header only working in home page, not other pages’ is closed to new replies.