flash

2022年mac下还能使用flash的浏览器

星期三, 八月 10th, 2022 | computer, flash | 没有评论

flash停止支持已经好几年了,现在市面上常用的chrome等浏览器都已经无法找到开启的模式了

算是彻底封死了启用的可能。

但是但是 还是有需要使用的地方,比如 比较老的OA系统,上传文件就需要flash,咋办呢只有找个还能用的浏览器。

推荐下 360的极速浏览器 安装后依然可以使用flash,下载地址:

mac版本地址:https://browser.360.cn/ee/mac/

主站windows等地址:https://browser.360.cn/

其他的找了一圈,都无法使用,就别浪费时间了,推荐360浏览器.

Tags: ,

flash流媒体视频合成(F4M格式)

星期一, 十二月 15th, 2014 | computer, flash | 没有评论

朋友发过来一个视频希望录制和下载下载,找了下工具借助此工具成功下载和合成;

去缓存拿到对应的流媒体的url地址,可以下载下来也可以通过url的方式进行合成;

推荐下载指定码率的 流媒体文件再进行合成,缓存中直接拿到的可能码率不同,合成的文件无法播放等,谨记.

项目地址:https://github.com/K-S-V/Scripts

本地下载:AdobeHDS.php And Scripts-master

Usage:

php AdobeHDS.php --manifest "your_manifest_url" --delete

MyVideo-Seg1-Frag1.f4f, MyVideo-Seg1-Frag2.f4f………MyVideo-Seg1-Frag99.f4f

php AdobeHDS.php MyVideo-Seg1-Frag

You can use script with following switches:

 --help              displays this help
 --debug             show debug output
 --delete            delete fragments after processing
 --fproxy            force proxy for downloading of fragments
 --play              dump stream to stdout for piping to media player
 --rename            rename fragments sequentially before processing
 --update            update the script to current git version
 --auth      [param] authentication string for fragment requests
 --duration  [param] stop recording after specified number of seconds
 --filesize  [param] split output file in chunks of specified size (MB)
 --fragments [param] base filename for fragments
 --manifest  [param] manifest file for downloading of fragments
 --outdir    [param] destination folder for output file
 --outfile   [param] filename to use for output file
 --parallel  [param] number of fragments to download simultaneously
 --proxy     [param] proxy for downloading of manifest
 --quality   [param] selected quality level (low|medium|high) or exact bitrate
 --referrer  [param] Referer to use for emulation of browser requests
 --start     [param] start from specified fragment
 --useragent [param] User-Agent to use for emulation of browser requests

Tags: ,

qqweb3.0安装版在linux下不给力啊

星期日, 五月 15th, 2011 | flash, linux | 没有评论

在linux下右键和上面和右下角都有黑块(估计是adobe的原因),看来还是linux的网页在线版本比较好阿!

Tags: ,

释放一个flash的留言板和对应的后台留言管理测试

星期三, 八月 18th, 2010 | as, flash, pagemaker | 没有评论

帮朋友处理了flash的留言板的东东,实现起来蛮简单,不过处理中文乱码是比较头疼的;
对应的还做了一个算是比较完善的后台管理功能,拿出来展示下
留言板地址:flash留言板
后台地址—–》》请继续,查看
› Continue reading

Tags: , ,

flash留言板之乱码问题解决之道

星期二, 八月 10th, 2010 | as, flash, pagemaker | 没有评论

做个flash的留言板,竟然被乱码问题耽误了半天时间!
在显示正常,提交数据到后台乱码的,真是要人抓狂,
网上常用的几个方法,基本上都是没有多大用的:
现列出自己的实践之道:
1.System.useCodepage = false;
2.服务端jsp,asp,php用utf-8编码,真对asp 头部用<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>,Response.Charset=”UTF-8″
3.最关键的是数据传输的使用要所谓的URLEncoder.encode(s, “utf-8”)方法,这个是java里的方法了,在flash的更简单用escape,对应的flash解码是unescape 问题搞定
此处flash采用的是my_xml.sendAndLoad(“url”,my_xml,post);

Tags: , ,

Search

文章分类

Links

Meta