Jump to content

Please help with session


lingo5

Recommended Posts

Hi,

I have a PHP page that includes this JS:

 

<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','465','height','80','class','FlashBorder','src','img/skype_banner_eng','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','img/skype_banner_eng' ); //end AC code
                            </script>

 

skype_banner_eng is a flash movie in English. I need to get this movie to change to a different languagdepending on the language variable loaded. I have done this with jpg images by doing this:

 

header_<?php echo ($_SESSION['session_idioma']);?>.jpg

 

but whenI try to do the same within the JS it doesn't work....any ideas ?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/250863-please-help-with-session/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.