-
Unexpected layout problem when flashVars inserted – Help!
https://www.alpha-duplication.com/adl_wip
is my new website I’m building which includes a Flash navigation bar on the left side.As you can see, the sub-menus in the Data Services section are correct.
On the other links, I’ve needed to add some flashVar information to the header tags so the menu stays open. Under Technical Info, if you click on Glossary, you can see that the flashVars are working because the menu stays open, but for some reason, the whole right side is pushed down. Can anyone view my source and maybe tell me why this might be happening? I’ve commented out the flashVar JS in the html, and this solves the problem, but I need the flashVars working.
Here is my AS2.0 code:
//FlashVar code
if(_level0.referringPage != null){
var referringPage = _level0.referringPage;
switch(referringPage){
case “about_alpha”:
aboutAlpha();
break;
case “print_services”:
printServices();
break;
case “technical_info”:
technicalInfo();
break;
case “packaging”:
packaging();
break;
}}
Many thanks,
Clint Milner