My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
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("*");
}

}
}

Change log

r11 by Florian....@derhess.de on Oct 27, 2009   Diff
added YouTube AS3 Chromeless API Wrapper
Version 1.0
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 511 bytes, 23 lines
Powered by Google Project Hosting