使用 SharedObject 的持久 MP3 播放器
我正在尝试使用 SharedObject 创建持久性 MP3 播放器。最初我尝试使用框架,虽然它有效,但框架很糟糕,所以我继续研究它。
我是来了解Flash的SharedObject的。这看起来很简单,但我无法正确确定逻辑。我附上了一个示例 .fla 供有兴趣的人查看。我需要在必要时存储和检索歌曲进度,以便在 HTML 页面中单击链接时保持播放同一首歌曲。
这是 .FLA 的链接 - http://www.grantandrew.com/testing /flash/player/MP3player.fla
提前致谢
I'm trying to create a persistent MP3 player using SharedObject. Initially I tried using frames and while it worked, frames suck so I continued looking into it.
I came to find out about Flash's SharedObject. It seems easy enough but I can't nail down the logic correctly. I've attached a sample .fla for anyone interested to look at. I need the song progress to be stored and retrieved when necessary to keep the same song playing whenever links are clicked within the HTML page.
Here's a link to the .FLA - http://www.grantandrew.com/testing/flash/player/MP3player.fla
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是关于使用 SharedObjects 的很好的介绍
http://jaycsantos.com/flash/the-trick-to-using-共享对象/
Here's a pretty good introduction to using SharedObjects
http://jaycsantos.com/flash/the-trick-to-using-sharedobject/