Youtube and Flex
Hi Subeesh,
I checked your email too and the one you mentioned in your blog is not playing videos( or the problem is with my computer or because the youtube interface is changed)
And moreover it doesn’t have full screen functionality.
http://subeesh.wordpress.com/2009/02/02/flex-youtube-interface/
Regards Kiran
On Wed, Sep 30, 2009 at 1:02 PM, Kiran Kumar Vasireddy wrote:
> Dear All, > > Does any body tried embedding youtube videos( for that matter not only > youtube any other video sites) in Flex applications with Full screen > functionality ? Or is there any way directly we can stream the video? > > I tried the following URL’s but nothing helped much > > > http://cookbooks.adobe.com/post_Quick___Easy_YouTube_Video_In_Flex-12429.html > http://tarasnovak.com/blog/2009/01/16/simple-flex-video-player/ > > Regards > Kiran >
Related posts:
- Youtube and Flex
- tubeloc 4 youtube player in flex
- youtube video player using flex…….
- Flex 4 Component Lifecycle (Slides and Code) — from my talk this Friday at Bangalore Flex User Group
- Flex Style Explorer – A very nice tool for flex designers
- How to import a flex project downloaded from google code to flex IDE
- Doubt in Flex – Your Help is Really Needed. (Refresh Issues in Flex with IE)
- Flex 3.4 released , Does Flex Builder Update Available ?
- Need Flex Interview Question and how to prepare flex
- Need Flex Interview Question and how to prepare flex
Hi,
I think you need to set “allowFullScreen” property to true in your html file. And do this setting in html-template file other wise on every run that will overwrite your settings.
You have to make these settings in both javascript coding and in two places of the swf objec embedding code.
I think this will solve your problem. Normally, this type of problems occur in fullscreen case.
regards, sumant
Thanks Sumant,
If possible can you provide any examples if you have any ?
Regards Kiran
Hi,
http://suumant.blogspot.com/2009/10/youtube-video-and-flex.html
you can get source code.
regards, Sumant
On Oct 2, 6:12 pm, Kiran Kumar Vasireddy wrote: > Thanks Sumant, > > If possible can you provide any examples if you have any ? > > Regards > Kiran > > > > On Thu, Oct 1, 2009 at 7:52 AM, Sumant wrote: > > > Hi, > > > I think you need to set “allowFullScreen” property to true in your > > html file. And do this setting in html-template file other wise on > > every run that will overwrite your settings. > > > You have to make these settings in both javascript coding and in two > > places of the swf objec embedding code. > > > I think this will solve your problem. Normally, this type of problems > > occur in fullscreen case. > > > regards, > > sumant
Thanks a lot for the code Sumath . I am checking it .
Regards Kiran
Hi Sumat,
Screen is going into Full screen mode , but not the video ,still the video is in small window . Please find the attached screen shot.
Regards
On Mon, Oct 5, 2009 at 11:50 AM, Kiran Kumar Vasireddywrote:
Hi Kiran,
Sorry for the delay . I am too busy with projects. In my blog, I was using “t” parameter of the youtube video to get the flv source . Since we get the actual flv source, we can play the video in our custom player. Recently youtube changed the way they encode “t” param, so my proxy file cannot parse the flv url correctly. I need to find a way to extract the flv url from youtube page. Please let me know if you find something regarding that .
If it is okay for you to show the video in the youtube chromeless player, this blog will help you.
http://drawlogic.com/2008/11/08/as3-youtube-chromeless-player-in-flashflex/
For the full screen video check out this post
http://subeesh.wordpress.com/2008/11/03/flvplayback-in-flex/
Check out html wrapper file also . You need to set “allowFullScreen”,”true”,in the wrapper.
Cheers Subeesh
Behalf Of Kiran Kumar Vasireddy Sent: 30 September 2009 22:46
Hi Subeesh,
I checked your email too and the one you mentioned in your blog is not playing videos( or the problem is with my computer or because the youtube interface is changed)
And moreover it doesn’t have full screen functionality.
http://subeesh.wordpress.com/2009/02/02/flex-youtube-interface/
Regards Kiran
Dear All,
Does any body tried embedding youtube videos( for that matter not only youtube any other video sites) in Flex applications with Full screen functionality ? Or is there any way directly we can stream the video?
I tried the following URL’s but nothing helped much
http://cookbooks.adobe.com/post_Quick___Easy_YouTube_Video_In_Flex-12429.htm l http://tarasnovak.com/blog/2009/01/16/simple-flex-video-player/
Regards Kiran
Thanks Subeesh for your detailed email . I looked at the youtube API development forums
http://groups.google.com/group/youtube-api-gdata/browse_thread/thread/c6a4f062e71704ad?pli=1
and did check the tubeloc code
http://code.google.com/p/tubeloc/
. It has Chromed player demo
http://tubeloc.googlecode.com/svn/trunk/flex_demo/chromed_demo.html
But still not in full screen mode
And your video player is amazing .
Regards
Kiran
On Tue, Oct 6, 2009 at 10:57 PM, Subeesh Arakkanwrote:
Hi Kiran,
I fixed the issue with proxy file which is parsing the youtube flv url. Full screen mode is also enabled. I did not test it completely but it should work.
Here is the link
http://subeesh.wordpress.com/2009/02/02/flex-youtube-interface/
Cheers
Subeesh
Behalf Of Kiran Kumar Vasireddy Sent: 07 October 2009 22:13
Thanks Subeesh for your detailed email . I looked at the youtube API development forums
http://groups.google.com/group/youtube-api-gdata/browse_thread/thread/c6a4f0 62e71704ad?pli=1
and did check the tubeloc code
http://code.google.com/p/tubeloc/
. It has Chromed player demo
http://tubeloc.googlecode.com/svn/trunk/flex_demo/chromed_demo.html
But still not in full screen mode
And your video player is amazing .
Regards
Kiran
Hi Kiran,
Sorry for the delay . I am too busy with projects. In my blog, I was using “t” parameter of the youtube video to get the flv source . Since we get the actual flv source, we can play the video in our custom player. Recently youtube changed the way they encode “t” param, so my proxy file cannot parse the flv url correctly. I need to find a way to extract the flv url from youtube page. Please let me know if you find something regarding that .
If it is okay for you to show the video in the youtube chromeless player, this blog will help you.
http://drawlogic.com/2008/11/08/as3-youtube-chromeless-player-in-flashflex/
For the full screen video check out this post
http://subeesh.wordpress.com/2008/11/03/flvplayback-in-flex/
Check out html wrapper file also . You need to set “allowFullScreen”,”true”,in the wrapper.
Cheers Subeesh
Behalf Of Kiran Kumar Vasireddy Sent: 30 September 2009 22:46
Hi Subeesh,
I checked your email too and the one you mentioned in your blog is not playing videos( or the problem is with my computer or because the youtube interface is changed)
And moreover it doesn’t have full screen functionality.
http://subeesh.wordpress.com/2009/02/02/flex-youtube-interface/
Regards Kiran
Dear All,
Does any body tried embedding youtube videos( for that matter not only youtube any other video sites) in Flex applications with Full screen functionality ? Or is there any way directly we can stream the video?
I tried the following URL’s but nothing helped much
http://cookbooks.adobe.com/post_Quick___Easy_YouTube_Video_In_Flex-12429.htm l http://tarasnovak.com/blog/2009/01/16/simple-flex-video-player/
Regards Kiran
Hi Subeesh ,
Thanks for your email . I checked the link few minutes ago . The full screen mode is working perfect , but not the streaming . Cursor always sits on Busy state and not loading the video.
Thanks Kiran
Video is loading
Behalf Of Kiran Kumar Vasireddy Sent: 12 October 2009 20:53
Hi Subeesh ,
Thanks for your email . I checked the link few minutes ago . The full screen mode is working perfect , but not the streaming . Cursor always sits on Busy state and not loading the video.
Thanks Kiran
Hi Kiran,
I fixed the issue with proxy file which is parsing the youtube flv url. Full screen mode is also enabled. I did not test it completely but it should work.
Here is the link
http://subeesh.wordpress.com/2009/02/02/flex-youtube-interface/
Cheers
Subeesh
Behalf Of Kiran Kumar Vasireddy Sent: 07 October 2009 22:13
Thanks Subeesh for your detailed email . I looked at the youtube API development forums
http://groups.google.com/group/youtube-api-gdata/browse_thread/thread/c6a4f0 62e71704ad?pli=1
and did check the tubeloc code
http://code.google.com/p/tubeloc/
. It has Chromed player demo
http://tubeloc.googlecode.com/svn/trunk/flex_demo/chromed_demo.html
But still not in full screen mode
And your video player is amazing .
Regards
Kiran
Hi Kiran,
Sorry for the delay . I am too busy with projects. In my blog, I was using “t” parameter of the youtube video to get the flv source . Since we get the actual flv source, we can play the video in our custom player. Recently youtube changed the way they encode “t” param, so my proxy file cannot parse the flv url correctly. I need to find a way to extract the flv url from youtube page. Please let me know if you find something regarding that .
If it is okay for you to show the video in the youtube chromeless player, this blog will help you.
http://drawlogic.com/2008/11/08/as3-youtube-chromeless-player-in-flashflex/
For the full screen video check out this post
http://subeesh.wordpress.com/2008/11/03/flvplayback-in-flex/
Check out html wrapper file also . You need to set “allowFullScreen”,”true”,in the wrapper.
Cheers Subeesh
Behalf Of Kiran Kumar Vasireddy Sent: 30 September 2009 22:46
Hi Subeesh,
I checked your email too and the one you mentioned in your blog is not playing videos( or the problem is with my computer or because the youtube interface is changed)
And moreover it doesn’t have full screen functionality.
http://subeesh.wordpress.com/2009/02/02/flex-youtube-interface/
Regards Kiran
Dear All,
Does any body tried embedding youtube videos( for that matter not only youtube any other video sites) in Flex applications with Full screen functionality ? Or is there any way directly we can stream the video?
I tried the following URL’s but nothing helped much
http://cookbooks.adobe.com/post_Quick___Easy_YouTube_Video_In_Flex-12429.htm l http://tarasnovak.com/blog/2009/01/16/simple-flex-video-player/
Regards Kiran
Hi Subeesh,
It is working perfect . Wonderful and Excellent . I will do my testing once again and let you if I find any issues.
If you don’t mind one more comment :- Video clarity is reduced a bit … ( noticeable )
Regards Kiran