[flexcoders] Re: Youtube API and Air 1.5.3! (Flex builder 4)

2010-04-10 Thread cuttenv
nvm  I got it working :P  but has anyone had any luck loading a video into the 
default player??

--- In flexcoders@yahoogroups.com, "cuttenv"  wrote:
>
> SecurityDomain 'http://www.youtube.com/apiplayer?version=3' tried to access 
> incompatible context 'app:/VideoTester.swf'
> Warning: Domain i.ytimg.com does not specify a meta-policy.  Applying default 
> meta-policy 'master-only'.  This configuration is deprecated.  See 
> http://www.adobe.com/go/strict_policy_files to fix this problem.
> 
> [SWF] /swf/lpbb.swf - 1,579 bytes after decompression
> [SWF] /swf/lpbf.swf - 464 bytes after decompression
> Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed.
> 
> here is the error i'm getting
> 
> --- In flexcoders@yahoogroups.com, "cuttenv"  wrote:
> >
> > So I am just trying to play a video in Flex 4 using the built in spark 
> > videoplayer. I have the url for the video already but when I try to create 
> > the youtube video player my application won't let me allow the youtube.com 
> > domain!! So I can't create an instance of the player. I also tried loading 
> > the video into a SWFLoader to no avail... anyone have any suggestions? Is 
> > there a nice example of someone using AIR and the youtube player or just 
> > playing a youtube video anywhere?? Thanks for the help :)
> >
>




[flexcoders] Re: Youtube API and Air 1.5.3! (Flex builder 4)

2010-04-09 Thread cuttenv
SecurityDomain 'http://www.youtube.com/apiplayer?version=3' tried to access 
incompatible context 'app:/VideoTester.swf'
Warning: Domain i.ytimg.com does not specify a meta-policy.  Applying default 
meta-policy 'master-only'.  This configuration is deprecated.  See 
http://www.adobe.com/go/strict_policy_files to fix this problem.

[SWF] /swf/lpbb.swf - 1,579 bytes after decompression
[SWF] /swf/lpbf.swf - 464 bytes after decompression
Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed.

here is the error i'm getting

--- In flexcoders@yahoogroups.com, "cuttenv"  wrote:
>
> So I am just trying to play a video in Flex 4 using the built in spark 
> videoplayer. I have the url for the video already but when I try to create 
> the youtube video player my application won't let me allow the youtube.com 
> domain!! So I can't create an instance of the player. I also tried loading 
> the video into a SWFLoader to no avail... anyone have any suggestions? Is 
> there a nice example of someone using AIR and the youtube player or just 
> playing a youtube video anywhere?? Thanks for the help :)
>