-
ShowGigsTask broken?
Hi there,
I just tried my first steps with the Music API, I installed the API into a WP7 project via Nuget and then added the two lines
[CODE]
ShowGigsTask tsk = new ShowGigsTask();
tsk.Show();
[/CODE]
Running in the emulator first gave an error message. When I changed the location in the emulator to Germany, I got a web page that longed for Flash Player:mad:.
[IMG]http://www.developer.nokia.com/Community/Wiki/File:ShowGigsProblem.png[/IMG]
[url]http://www.developer.nokia.com/Community/Wiki/File:ShowGigsProblem.png[/url]
What's wrong here?
Regards,
Thomas
-
Re: ShowGigsTask broken?
Hi Thomas, unfortunately Show Gigs is not supported in our web fallback that is used for WP7 and Emulator - it's something that will come in later in the year.
As for the horrible flash player, that will go in a month or so as we roll out our new website!
Regards,
Steve
-
Re: ShowGigsTask broken?
Thanks, Steve!
I almost feared I had done something wrong. Ok, I'll try if it works when I disable this for WP7 and use the 920...
Thomas