Develop and Download Open Source Software

Recent Changes

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

Wiki Guide

Side Bar

説明

SWF バイナリデータを SWFEditor クラス中のデータから構築した SWF データを取得します。

引数

  • (無し)

戻り値

  • string $swfdata (SWFバイナリデータ、エラー時は FALSE が返ります)

使用例

<?php
$swfdata 
file_get_contents("test.swf");

$swf = new SWFEditor();
$swf->input($swfdata);
// (やりたい事) //
header('Content-type: application/x-shockwave-flash');
echo 
$swf->output();

関連


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