I found a video example in the pyjs example catalog, but their Media example is 
non-functioning (i.e. the video player shows up but nothing can play on it). 
How can I embed a youtube video using pyjs? I tried to following but it does 
not seem to work


v = Video(Width="640", Height="480",
              StyleName="teststyle",
              Autoplay=True,
              Controls=True,
              src="https://www.youtube.com/embed/CHV6BjuQOZQ";
            )

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Pyjs.org Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to