thank you Aran
Source are there :
http://www.commealecole.com/index.php
http://www.commealecole.com/index.fla
http://www.commealecole.com/index.swf
http://www.commealecole.com/swfobject.js

For php, I get infos with this script :

<?php
$sn = getenv('SERVER_NAME');
$ra = getenv('REMOTE_ADDR');
$rh = getenv('REMOTE_HOST');
?>

And try to forward these info with this swfobject script :

<script type="text/javascript">
var flashvars = {};
flashvars.go_var = "000000000000000000000000000000000_";
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("http://www.immodegamme.com/_flash/index_fr.swf";,
"immodegamme", "950", "950", "10.0.0", "http://www.immodegamme.com/
_flash/expressInstall.swf", flashvars, params, attributes);
</script>




On 23 mar, 07:15, Aran Rhee <[email protected]> wrote:
> If no flash file appears at all, then it sounds like a pathing issue to
> either you swf or to the swfobject.js  . Are there any errors on page load
> (like "SWFObject is undefined") ?
>
> Can you post a link to your page? (this makes it so much easier for people
> to offer help)
>
> Aran
>
>
>
> On Tue, Mar 23, 2010 at 5:00 PM, laurent_C <[email protected]> wrote:
> > 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]<swfobject%2bunsubscr...@googlegroups 
> > .com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/swfobject?hl=en.

-- 
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