My favorites
▼
|
Sign in
derhess
derhess.de code base
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
AS3
/
de
/
derhess
/
video
/
youtube
/
FlexYouTube.as
r42
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
package de.derhess.video.youtube
{
import flash.system.Security;
/**
* released under MIT License (X11)
* http://www.opensource.org/licenses/mit-license.php
*
* Class YouTube Player for the Flex 3.x Plattform
*
* @author Florian Weil [derhess.de, Deutschland]
* @see http://blog.derhess.de
*/
public class FlexYouTube extends YouTubeAS3
{
public function FlexYouTube()
{
super();
Security.allowInsecureDomain("*");
Security.allowDomain("*");
}
}
}
Show details
Hide details
Change log
r11
by Florian....@derhess.de on Oct 27, 2009
Diff
added YouTube AS3 Chromeless API Wrapper Version 1.0
Go to:
/trunk/AS3/de/derhess/video/youtube
...hess/video/youtube/AirYouTube.as
...ss/video/youtube/FlashYouTube.as
...ess/video/youtube/FlexYouTube.as
...hess/video/youtube/YouTubeAS3.as
...ss/video/youtube/YouTubeError.as
...ss/video/youtube/YouTubeEvent.as
...o/youtube/YouTubePlayingState.as
...o/youtube/YouTubeVideoQuality.as
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 511 bytes, 23 lines
View raw file
Powered by
Google Project Hosting