Created
May 3, 2013 18:36
-
-
Save tom-a/5512541 to your computer and use it in GitHub Desktop.
FlexでFlash Videoを再生するコード
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" | |
xmlns:s="library://ns.adobe.com/flex/spark" | |
xmlns:mx="library://ns.adobe.com/flex/halo"> | |
<s:VideoPlayer | |
source="video.flv" | |
width="640" height="360" | |
autoPlay="false" /> | |
</s:Application> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment