I have a php script to get remote adresse and I put phph var in script
to get it.
No result and swfobject script doesnt work
Do you see why ?

Thank you

<script type="text/javascript">
var flashvars = {};
flashvars.sn_var = <?=$sn?>
flashvars.ra_var = <?=$ra?>
flashvars.rh_var = <?=$rh?>

var params = {};
params.menu = "false";
params.quality = "best";
params.scale = "exactfit";
params.wmode = "transparent";
params.allowfullscreen = "true";
params.allowscriptaccess = "always";
var attributes = {};
attributes.align = "middle";
swfobject.embedSWF("index_fr.swf", "immodegamme", "950", "950",
"10.0.0", "expressInstall.swf", flashvars, params, attributes);
</script>

-- 
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.

Reply via email to