Sure, sorry I didn't already.
http://kexp-developing-gadget.googlecode.com/svn/trunk/kexp_rss_gadget.xml
Thanks for taking the time to look it over.
On Sep 12, 1:13 pm, "abowman (Guru)" <[EMAIL PROTECTED]> wrote:
> Can you post a link to the actual gadget?
>
> On Sep 12, 3:41 pm, jamim <[EMAIL PROTECTED]> wrote:
>
> > Wow, really? I've moved it out of the xsl file to see if that's the
> > problem and now in IE7 I get "A Runtime Error has occurred. Do you
> > wish to Debug? Line 47 Error: object required". When I debug with MS
> > Script Editor it's pointing to this function, which isn't mine:
>
> > function __flash__addCallback(instance, name) {
> > instance[name] = function () {
> > return eval(instance.CallFunction("<invoke name=\""+name+"\"
> > returntype=\"javascript\">" + __flash__argumentsToXML(arguments,0) +
> > "</invoke>"));
> > }
>
> > }
>
> > Once I click through all the errors, I finally see the player, but it
> > still won't play. But now it is playing in Safari. This still isn't
> > great since I need the EmbedFlash function to be in the xsl file,
> > since that is where I'm getting some the variables for the file to
> > play and the <div> id. Any more ideas?
>
> > Thanks.
>
> > On Sep 12, 9:31 am, "abowman (Guru)" <[EMAIL PROTECTED]> wrote:
>
> > > 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
-~----------~----~----~----~------~----~------~--~---