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%[email protected]> > . > 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.
