tubeloc 4 youtube player in flex
can ny1 pls tel me steps involved in settg up youtube player in flex …
Related posts:
- youtube video player using flex…….
- Snapshot of a Flex Chart Component without loading into flash player
- Snapshot of a Flex Chart Component without loading into flash player
- Snapshot of a Flex Chart Component without loading into flash player
- Youtube and Flex
- Youtube and Flex
- Flex 4 Component Lifecycle (Slides and Code) — from my talk this Friday at Bangalore Flex User Group
- How to import a flex project downloaded from google code to flex IDE
- Flex Style Explorer – A very nice tool for flex designers
- Doubt in Flex – Your Help is Really Needed. (Refresh Issues in Flex with IE)
Hi Aditya,
here is the following code for playing Youtube files in flex. i think it may help you..
< ?xml version=”1.0″ encoding=”utf-8″?> < ![CDATA[ private function Init():void { var url:String = "http://www.youtube.com/v/zlfKdbWwruY&hl=en&fs=1"; //url extracted from embed code Security.allowDomain(url); //allow domain youtubevid.load(url); //load video } ]]>