Skip to content

Instantly share code, notes, and snippets.

@tom-a
Created May 3, 2013 18:36
Show Gist options
  • Save tom-a/5512541 to your computer and use it in GitHub Desktop.
Save tom-a/5512541 to your computer and use it in GitHub Desktop.
FlexでFlash Videoを再生するコード
<?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