hi sam thanks, i'm using your(?) plugin; looks good but i already have a problem (my fault, for sure ): the text inside the flash div remains visible!
Did i miss anything? Thanx vitto ------ this is the css div#header{width:740px;height:200px;} ------ this is the javascript $(document).ready(function(){ $('#header').flash({ src: '../flash/header.swf', width: 740, height: 200, flashvars: { menuAttivo: '@@(sezioneMenu)@@' } }); }); ------ this is the html <div id="header"> <p>Text text text </p> <ul> <li><a href="#">Artisti & eventi</a></li> <li><a href="#">Calendario</a></li> <li><a href="#">Biglietti</a></li> <li><a href="#">Community</a></li> <li><a href="#">Friends & parnters</a></li> <li><a href="#">Contatti</a></li> </ul> </div> On May 29, 9:41 pm, "Sam Sherlock" <[EMAIL PROTECTED]> wrote: > how abouthttp://jquery.lukelutman.com/plugins/flash/ > > full examples provided > > 2008/5/29 hcvitto <[EMAIL PROTECTED]>: > > > > > Has anyone ever used this flash embed plugin? > > >http://plugins.jquery.com/project/flashembed > > > Do you know how to pass it some flashvars? I read the documentation > > but couldn't find anything clear.. > > > Thanks vitto