如何更改 Flash 播放器加载 flv 的起始点(x 秒)?

发布于 2024-09-06 21:29:04 字数 194 浏览 2 评论 0原文

我想使用 flv 文件作为帮助文档。但我需要用代码设置 flv 文件、起点和终点。

我正在尝试编写可以从 html 参数获取这些参数(文件名、开始点、结束点)的 flash 播放器。

我正在使用 NetConnection、NetStream 和 Video 组件。但我无法更改加载 flv 的起点。

任何帮助将不胜感激...

I want to use flv files for help document. But i need to set flv file, start and end points with code.

I'm trying to code flash player which can take these parameters(file name, start, end points) from html parameters.

NetConnection, NetStream and Video components are that i'm using. But i couldn't change the starting point to load flv.

Any help would be appreciated...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

扛刀软妹 2024-09-13 21:29:04

听起来您想要使用 FlashVars 来传递数据 - 只需创建三个 flashVars,每个一个,然后将它们传递进去。

请注意,Flash Vars 只能是字符串,因此您必须转换您的开始在使用数字之前,end 指向数字。

一旦您通过 flashvar 传入 .flv url 字符串,您就可以将其用作 NetStream 的源。

It sounds like you're going to want to use FlashVars to pass in your data - just create three flashVars, one for each, and pass them in.

Note that Flash Vars can only be Strings, so you'll have to convert your start and end points to Numbers before using them.

Once you have your .flv url string passed in via a flashvar, you can just use it as the source for your NetStream.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文