Flash getURL issue

hey I made my myspace as a flash object and tried to use getURL so when I click on pictures it goes to my myspace picture page but it doesnt do anything for some reasions

this is the code I used

holder.s.onRelease = function() {
getURL(“http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&friendID=53065209”, “_patent”, “GET”);
};

and this is the site

would anyone know why?