Page 1 of 1

Flash not showing in firefox properly

Posted: Fri Sep 02, 2011 10:10 am
by rowena123
Hi there,

i have just built two sites using CMSMS that are for the same company. the sites are extremely similar with just a few tweaks in content here and there, but the layout and design is the same. the sites are:

www.gandtprojects.co.za

and

www.gandtprojects.co.uk

i created the .co.za site first, and then just replicated that for the .co.uk.

i am having a few browser issues with both. these are my issues:

1. When you go to http://www.gandtprojects.co.za, the home page shows two sets of flash. First is the flash map. I am having endless trouble with the map. i have changed code and checked code and recompiled my flash over and over, and nothign seems to work. The map has 4 flahsing dots on it. these 4 dots link to 4 different urls. When i had the links going to a new page, the links worked fine. My cloient then wanted the links to stay within the same page, so i changed the actionscript to _self. Ever since i changed it, the links work fine in .co.za, but they don't work at all in .co.uk. And they don't work in both Firefox and IE. the flash.swf file, and the links.xml file are both in the root folder. If you go directly to the swf file, http://www.gandtprojects.co.uk/flash.swf, the links work. so it has to be somethign on the webpage itself that is makign it not work. i have checked everythign possible from a code point of view, so my last resort is that it's got soemthign to do with CMSMS. Please help.

2. Below the map, is another bit of flash - the rectangular buttons that are constantly moving - index.swf. My only problem with this is that it is not showing in firefox on the url http://www.gandtprojects.co.za and http://www.gandtprojects.co.uk. Yet when i go to http://gandtprojects.co.za and http://gandtprojects.co.uk, it shows. so when i go to the url without www, it shows.
Again here, i have tried everythign possible and nothign seems to work.
Both the index.swf and data.xml files are on the root folders of both domains.


I have spent 2 days playign aroudn with code and files and troubleshooting these issues, and am at a total loss now.

please, if anyoen can help and find the soultiosn to my problem, i woudl greatly appreciate it.

thanks.

Re: Flash not showing in firefox properly

Posted: Fri Sep 16, 2011 2:54 pm
by andriesinfoserv
you'd probably have to post your template or html for people to figure out your first problem. but for the "www or not" problem i couldn't get @fontface to load for one site when accessed via www or vice versa depending on which one i had set as the root url in config.php. just add redirect in .htaccess for whichever isn't designated as root and that may address any strange behavior on that front.

Re: Flash not showing in firefox properly

Posted: Fri Sep 16, 2011 2:59 pm
by andriesinfoserv
does that actionscript have curly brackets? cause if so you need to enclose with "literal" tags. i don't remember what type of brackets to use right now for the literal tags but just search these forums for that. you may already know this but if you didn't that will cause all kinds of strange behavior. smarty uses the curly brackets and if it sees curly brackets elsewhere it tries to read your js as smarty and gets all confused. although i think you would see errors.