By Soul Solutions on
Monday, 24 March 2008
Have had "fun" with the SilverlightStreamingMediaPlayerl today..haven't found the solution..just all the symptoms.
So i've got a SilverlightStreamingMediaPlayer, I've set it to point to an application on Silverlight Streaming, with autoplay OFF so it doesn't start playing as soon as you load the page...all works well.
Then I added a GridView which displayed thumbnails of all the videos I want to play, and when the user clicks on one i update the video and play it using the following javascript: function updatevideo(url)
{
var slMediaPlayer = $find("<%=CurrentSilverlightStreamingMediaPlayer.ClientID %>");
slMediaPlayer.set_mediaSource(url);
slMediaPlayer.set_autoPlay(true);
return false;
}
This also works a treat :)
My problem arrises in the following circumstance:
If I select a video from the list and then change pages the video starts from the beginning rather than keep playing.
If I play the default video and change pages, it continues on fine.
So it's remembering the video url property ok, but losing where the video is up to. Will post back if I find a solution.
|
By Soul Solutions on
Monday, 24 March 2008
After touring the country, this week we are visiting the Brisbane SQL User Group to give our presentation on SQL 2008 Spatial and Virtual Earth. This is our 9th and final performance of this talk around Australia. Make sure you pay attention as we have some questions at the end to give our some swag.
Location Details: Microsoft Brisbane Office, Level 9, Waterfront Place, 1 Eagle Street
Start Time: 6pm
Registration HERE
SQL Spatial with Virtual Earth
In this visually interactive talk we explore the new spatial data types, functions and indexes directly related to the real world using the interactive browser based Virtual Earth control. We focus on the new Geography data type providing an overview of the new functionality as directly applied to mapping. This includes the storage of points, polylines and polygons as well as real world tasks like effective rendering to the map, geofencing and proximity searches. We explore the power of union and buffering. Finally we examine the new index specifically built for fast spatial lookup.
The talk will inform, teach and demonstrate. You will understand what this new functionality is all about, what data types and functions are needed, how they operate and how to add an effective spatial index to your project.
|
|
|
By Soul Solutions on
Monday, 17 March 2008
This week we are visiting the Gold Coast .Net User Group to give our presentation on SQL 2008 Spatial and Virtual Earth.
Location Details: Bond University, Theatre 3 (Building 6 Level 3 Room 29)
Start Time: 6pm
SQL Spatial with Virtual Earth
In this visually interactive talk we explore the new spatial data types, functions and indexes directly related to the real world using the interactive browser based Virtual Earth control. We focus on the new Geography data type providing an overview of the new functionality as directly applied to mapping. This includes the storage of points, polylines and polygons as well as real world tasks like effective rendering to the map, geofencing and proximity searches. We explore the power of union and buffering. Finally we examine the new index specifically built for fast spatial lookup.
The talk will inform, teach and demonstrate. You will understand what this new functionality is all about, what data types and functions are needed, how they operate and how to add an effective spatial index to your project.
|
By Soul Solutions on
Monday, 17 March 2008
This month's CoDe Focus magazine was an issue all about Windows Live. It's a great resource for Windows Live information with articles in Virtual Earth, Messenger, Live Search, Live ID, Quick Apps etc.
John and I made an appearance in the addition. Our articles can be found here:
|
By Soul Solutions on
Friday, 14 March 2008
I downloaded the newExpression Encoder 2 Beta so I could encode some videos for Silverlight Streaming today and noticed a few differences.
I did notice a change to the output aswell which will affect the manifest.xml file. I used to have a BasePlayer.js file but the new version outputs ExpressionPlayer.js instead.
There's a few cool options around playback parameters so you can control whether to play back automatically etc. Check out the rest of the new feature list here: http://www.microsoft.com/expression/products/download.aspx?key=encoder2beta
|
By Soul Solutions on
Friday, 14 March 2008
I wanted to play with the Silverlight Streaming Server control that's part of the Live Tools for Visual Studio.
When i went to run my application I got the following error:
Sys.InvalidOperationExceptoin: DownloaError error#1001 in control 'SilverlightStreamingMediaPlayer1': AG_E_UNKNOWN_ERROR
I tried both the Dec CTP and the Feb CTP with the same error. Turns out you can't use a videos that were uploaded using the new "Manage Video" option, only applications.
So I've switched back to using videos uploaded as applications and it works a treat :)
|
By Soul Solutions on
Wednesday, 12 March 2008
If you've been using the Windows Live Tools for Visual Studio, the February 2008 CTP has been released. See the notes here: https://connect.microsoft.com/content/content.aspx?ContentID=7901&SiteID=505&wa=wsignin1.0
So what's different?
- Messenger Chat Control has been added
- Depenency on ASP.Net 3.5 Extensions has been REMOVED.
- CTP is compatible with Silverlight 2.0 SDK
The site is context sensitive so click on Downloads to get the list of builds available for download or go here: https://connect.microsoft.com/Downloads/Downloads.aspx?SiteID=505
|
By Soul Solutions on
Wednesday, 12 March 2008
For those who've read my tweets lately, I've spent a bit of time on the mix site watching videos of the sessions..very addictive by the way. Also came across the list of worldwide ReMix events here: http://www.visitmix.com/2008/Worldwide/
Good news for Australia, is it looks like there will be 2 events on the week starting th 19th May, in Melbourne and Sydney.
Now to decide which one to go to :)
|
By Soul Solutions on
Saturday, 8 March 2008
One of our friends just got back from a ski trip to Japan..I know, some people have all the fun. When he was there he took a panaromic shot and was showing off the pics to us the other night. We suggested he try using Windows Live Photo Gallery as it does a great job stitching photos for you.
Well he went home and tried it, and we weren't wrong.
Here is the original stitch he had done. In this size you can see the different colours on the stitches.

See the original size here: http://smiffyspics.smugmug.com/photos/261418244_Vv5oy-O.jpg
The stitch using Windows Live Photo Gallery. Lines are a lot less visible.

The original photo cand be found here: http://smiffyspics.smugmug.com/photos/262234146_FroqD-O.jpg
|