I got it to work by removing most of the spaces and line breaks.
On Sep 11, 6:04 pm, jamim <[EMAIL PROTECTED]> wrote: > Hi. I've been working on this problem for days and can't understand > what's happening. This code is in an xsl file: > > <div id="player"> > <a href="http://www.adobe.com/shockwave/download/download.cgi? > P1_Prod_Version=ShockwaveFlash" target="_new" style="font-style: > italic">Get Adobe Flash Player to play this podcast.</a> > </div> > > <script language="Javascript" type='text/javascript'> > _IG_EmbedFlash('http://kexp-developing-gadget.googlecode.com/svn/ > trunk/player.swf', 'player', { > width: 200, > height: 20, > flashvars: 'file=' + > _esc('http://www.digitalwell.washington.edu/dw/ > 1/51/5c/5ce1578a-94ec-4763-8323-4fe00bcc2350.mp3') + '&type=' + > _esc('sound'), > wmode: window > }); > </script> > > It works fine in FF3, but even though I've installed Flash player for > IE7, it still shows the link to 'Get Adobe Flash Player....' > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" 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/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
