1 <?xml version="1.0" encoding="utf-8"?>
 2 <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
 3                 layout="absolute">
 4     <mx:VideoDisplay id="sprct" autoPlay="true"
 5                     source="rtmp://localhost/vod/media/train_VP.flv"
 6                     playheadUpdateInterval="50"
 7                      x="57"
 8                      y="22"
 9                      width="707"
10                      height="494"/>
11 </mx:Application>

 

万事从简单的开始!!

相关文章:

  • 2021-11-25
  • 2022-12-23
  • 2023-03-19
  • 2021-09-14
  • 2021-03-25
  • 2021-10-26
  • 2022-12-23
猜你喜欢
  • 2021-11-24
  • 2022-12-23
  • 2021-06-07
  • 2021-06-03
  • 2022-12-23
  • 2021-11-25
  • 2021-12-27
相关资源
相似解决方案