Re: Youtube Video embeding

2020-07-29 Thread Carlos Rovira
he YouTube url. > > When I finally have a stable component I will post it to this thread. > > > Thanks > > > Spiros > > > > -Original Message- > From: Carlos Rovira [mailto:carlosrov...@apache.org] > Sent: Tuesday, July 28, 2020 4:19 PM > To: Apac

Re: Youtube Video embeding

2020-07-29 Thread contact
create an Iframe element and pass the YouTube url. When I finally have a stable component I will post it to this thread. Thanks Spiros -Original Message- From: Carlos Rovira [mailto:carlosrov...@apache.org] Sent: Tuesday, July 28, 2020 4:19 PM To: Apache Royale Development S

Re: Youtube Video embeding

2020-07-29 Thread Carlos Rovira
stable component I will post it to this thread. > > > Thanks > > > Spiros > > > > -Original Message- > From: Carlos Rovira [mailto:carlosrov...@apache.org] > Sent: Tuesday, July 28, 2020 4:19 PM > To: Apache Royale Development > Subject: Re: Youtube Vide

Re: Youtube Video embeding

2020-07-29 Thread Harbs
I just added an Iframe component to the html swc. > On Jul 28, 2020, at 11:03 PM, Harbs wrote: > > You can use a component. > > We should probably add IFrame to the html components as well, although it > should be possible to use native iframe elements in the browser html > namespace. I forg

Re: Youtube Video embeding

2020-07-29 Thread contact
post it to this thread. Thanks Spiros -Original Message- From: Carlos Rovira [mailto:carlosrov...@apache.org] Sent: Tuesday, July 28, 2020 4:19 PM To: Apache Royale Development Subject: Re: Youtube Video embeding Hi Spiros, Yes, Youtube should be easy to integrate in a Royale Ap

RE: Youtube Video embeding

2020-07-29 Thread spiros
: Tuesday, July 28, 2020 4:19 PM To: Apache Royale Development Subject: Re: Youtube Video embeding Hi Spiros, Yes, Youtube should be easy to integrate in a Royale App. I think we don't have a component right now for that but since Youtube used to be embedded via iframe in a web page that should n

Re: Youtube Video embeding

2020-07-28 Thread Harbs
You can use a component. We should probably add IFrame to the html components as well, although it should be possible to use native iframe elements in the browser html namespace. I forget what that is at the moment. > On Jul 28, 2020, at 11:51 AM, spiros wrote: > > Hi, > > Is it possible t

Re: Youtube Video embeding

2020-07-28 Thread Carlos Rovira
Hi Spiros, Yes, Youtube should be easy to integrate in a Royale App. I think we don't have a component right now for that but since Youtube used to be embedded via iframe in a web page that should not be a problem. I think there's already some components that allow you to use an iframe in royale t