great!!
thanks Sam

On May 30, 5:59 pm, "Sam Sherlock" <[EMAIL PROTECTED]> wrote:
> not my plugin but Luke Lutman's
>
> sounds like you need to add to your stylesheet
> .flash-replaced .alt {
> display:block;
> height:0pt;
> overflow:hidden;
> position:absolute;
> width:0pt;
>
> }
>
> for more info see this 
> examplehttp://jquery.lukelutman.com/plugins/flash/example-text-replacement.html
>
> all the info you require is on his site :)
>
> 2008/5/30 hcvitto <[EMAIL PROTECTED]>:
>
>
>
> > 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 &amp; 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 &amp; 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

Reply via email to