Develop and Download Open Source Software

Recent Changes

2012-04-17
2012-04-03
2012-02-11
2011-11-09

Wiki Guide

Side Bar

  • class SWFEditor function getSoundData(int $sound_id)

説明

SWF バイナリ中の音声データを取り出します。

引数

  • int $sound_id (SWF 内のコンテンツ毎にふられた ID)

戻り値

  • string $sounddata (or boolean false:失敗)

使用例

<?php
$swf 
= new SWFEditor();
$swf->input($swfdata);
echo 
$swf->getSoundData(1);

参考

備考

  • MP3 でも MLD でも SMAF でも取り出せます。

関連


SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.