开发者

Adding Audio To FLV in ActionScript

开发者 https://www.devze.com 2023-01-15 15:06 出处:网络
I have开发者_Python百科 an FLV without sound, and a sound file without video.Can I combine them using Actionscript?Where should I start?yes you can, here are a couple of possibilities

I have开发者_Python百科 an FLV without sound, and a sound file without video. Can I combine them using Actionscript? Where should I start?


yes you can, here are a couple of possibilities

1/you could use OSMF which gives you the possibility of playing elements in parallel. Check this video for an intro to OSMF

http://gotoandlearn.com/play.php?id=129

2/ Otherwise, here's a couple of tutorials about video & sound basics

http://gotoandlearn.com/play.php?id=61

http://gotoandlearn.com/play.php?id=61

then you should create a few functions to ensure that when you call play or stop both the video & audio play or stop together. this should be easy to implement after you've watched the tutorials

0

精彩评论

暂无评论...
验证码 换一张
取 消