Thank you very much!

  This is very cool!  :)

Cheers,
  Neil

On Nov 8, 2:52 am, Timothy Perrett <timo...@getintheloop.eu> wrote:
> Looks to me like a javascript issue - if your rendering flash, use  
> swfobject:
>
> http://code.google.com/p/swfobject/
>
> Cheers, Tim
>
> On 7 Nov 2009, at 18:49, Neil.Lv wrote:
>
>
>
> > Hi all,
>
> >  I have a silly question about the embeded flash in the Firefox .
>
> >  The code like this (in the main/webapp/index.html page), and i added
> > the
> >   /* <![CDATA[ */  in the script,
>
> >  It can show correctly in the IE browser, but it doesn't shown in the
> > Firefox ?
>
> >  There is something wrong with it ?
>
> > ###
> > <script type="text/javascript">
> > /* <![CDATA[ */
> >    document.write('<object classid="" codebase="" ....>');
> >    document.write('<param name="movie" value="/flash/focus.swf">');
> >    document.write('<param name="quality" value="high"><param
> > name="wmode" value="opaque">');
> >    document.write('<param name="FlashVars" value="...">');
> >    document.write('<embed src="/flash/focus.swf" FlashVars=""
> > quality="high" .... />');
> >    document.write('</object>');
> > /* ]]> */
> > </script>
> > ###
>
> >   Thanks for any suggestion !
>
> > Cheers,
> >  Neil
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to