Re: [IronPython] Silverlight IronPy Video Player

2010-01-05 Thread Andrew Evans
Hi Thank you for the reply

I was able to get a simple video player working. The only IronPython code I
seem to be having problems with now is using a Image as a Button I can't
seem to figure out the syntax of that

any suggestions are welcome

button1 = Button()
Image()

etc just not sure I would really appreciate some advice on this






On Tue, Jan 5, 2010 at 2:19 AM, Jimmy Schementi <
jimmy.scheme...@microsoft.com> wrote:

> There’s plenty of samples out there about playing video in Silverlight
> (with C# or VB), and any of those should be easily translated to Python as
> well. I’m assuming you’re not having trouble with actual Python code, but
> you don’t know where to start with video in Silverlight: the Silverlight 3
> Video and Audio documentation is a great place to start:
> http://msdn.microsoft.com/en-us/library/cc189078(VS.95).aspx.
> Let me know if you need help with the IronPython portion.
>
>
>
> ~js
>
>
>
> *From:* users-boun...@lists.ironpython.com [mailto:
> users-boun...@lists.ironpython.com] *On Behalf Of *Andrew Evans
> *Sent:* Monday, January 04, 2010 9:04 PM
> *To:* users@lists.ironpython.com
> *Subject:* [IronPython] Silverlight IronPy Video Player
>
>
>
> Does anyone have an example of a Video Player in IronPython using
> Silverlight?
> I would like to eventually build one. My Objectives are to dynamically
> generate the source Video Files in to the Silverlight App. But I can't seem
> to get past or find info on what is needed to build a Video Player using the
> IronPython/Silverlight controls
>
> Cheers
>
>
> Andrew
>
> ___
> Users mailing list
> Users@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] Silverlight IronPy Video Player

2010-01-05 Thread Jimmy Schementi
There's plenty of samples out there about playing video in Silverlight (with C# 
or VB), and any of those should be easily translated to Python as well. I'm 
assuming you're not having trouble with actual Python code, but you don't know 
where to start with video in Silverlight: the Silverlight 3 Video and Audio 
documentation is a great place to start: 
http://msdn.microsoft.com/en-us/library/cc189078(VS.95).aspx. Let me know if 
you need help with the IronPython portion.

~js

From: users-boun...@lists.ironpython.com 
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Andrew Evans
Sent: Monday, January 04, 2010 9:04 PM
To: users@lists.ironpython.com
Subject: [IronPython] Silverlight IronPy Video Player

Does anyone have an example of a Video Player in IronPython using Silverlight?
I would like to eventually build one. My Objectives are to dynamically generate 
the source Video Files in to the Silverlight App. But I can't seem to get past 
or find info on what is needed to build a Video Player using the 
IronPython/Silverlight controls

Cheers


Andrew
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com