Home >Backend Development >PHP Tutorial >这类mp3途径是什么

这类mp3途径是什么

WBOY
WBOYOriginal
2016-06-13 11:20:01857browse

这类mp3路径是什么

本帖最后由 xuzuning 于 2013-04-05 12:46:55 编辑 http://www.dreye.com.cn/ews/length--01--.html

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="24" height="24" ><br /><param name="wmode" value="transparent"><param name="movie" value="sound.swf"><br /><param name="quality" value="high"><param name="FlashVars" value="Files=L/length.mp3"><br /><embed wmode="transparent"  FlashVars="Files=L/length.mp3" src="sound.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="24" height="24"></embed><br /></object>


声明:个人学习研究用,绝不做商业用途.汗
学习模拟一个TTS练手

------解决方案--------------------
FlashVars 是给 sound.swf 传递的参数,你的示例传递的是 File => L/length.mp3
------解决方案--------------------
你破解一下 sound.swf 估计可找到算法
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn