RE: IE required (for buymusic.com)


Subject: RE: IE required (for buymusic.com)
From: Leif Sawyer (lsawyer@gci.com)
Date: Wed Jul 23 2003 - 12:11:17 AKDT


Of course, if you just want to listen to the music, disable javascript
so
you can browse around, copy the link location of your desired sample,
and paste it onto the end of this url:

http://hurl.content.loudeye.com/scripts/hurl.exe?

(say, for audioslave, you might want to listen to this:

http://hurl.content.loudeye.com/scripts/hurl.exe?clipid=0631918010100069
00&cid=600133

make sure you've got wma capabilities. probably wma9, but i haven't
verified that..

> -----Original Message-----
> From: Leif Sawyer [mailto:lsawyer@gci.com]
> Sent: Wednesday, July 23, 2003 8:07 AM
> To: aklug@aklug.org
> Subject: RE: IE required
>
>
> Andy Firman writes:
> > This will certainly get some of you fired up:
> >
> > http://www.buymusic.com/ierequired.htm
> >
> >
> > I actually signed up just fine using Konqueror 3.1.2
> > and created an account. Didn't make a purchase of course.
> > Seems to work with Galeon.
> >
> > But I got the above URL using Mozilla.
>
> That's beause they're doing silly things with javascript, and it's
> included on
> every single page that you browse to:
>
> <script language="Javascript">
> <!--
> //this is for BuyMusic
> var mac = navigator.appVersion.indexOf("Mac")>-1
> var opera =
> navigator.userAgent.indexOf("Opera")>-1
> //IE5+ required
> if (navigator.appName == "Netscape" && !mac &&
> !opera) {
> musicLink = false
>
> window.location.href="/ierequired.htm";
> } else {
> //find out if its ie, then version 5+
> var tmpIEVerInfo =
> navigator.userAgent.indexOf("MSIE ") + 5;
> if(tmpIEVerInfo != -1)
> {
>
> if(parseInt(navigator.userAgent.substring(tmpIEVerInfo,
> tmpIEVerInfo+1))
> < 5)
>
> window.location.href="/ierequired.htm";
> }
> else
> {
>
> window.location.href="/ierequired.htm";
> }
> musicLink = true
> }
> //-->
> </script>
>
>
>
>
> -- Binary/unsupported file stripped by Listar --
> -- Type: application/x-pkcs7-signature
> -- File: smime.p7s
>
>
> ---------
> To unsubscribe, send email to <aklug-request@aklug.org>
> with 'unsubscribe' in the message body.
>

-- Binary/unsupported file stripped by Listar --
-- Type: application/x-pkcs7-signature
-- File: smime.p7s

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Wed Jul 23 2003 - 12:12:20 AKDT