Download
Desenvolver
Conta
Download
Desenvolver
Login
Forgot Account/Password
Criar Conta
Linguagem
Ajuda
Linguagem
Ajuda
×
Login
Nome de acesso
Senha
×
Forgot Account/Password
Estado tradução de Português
Category:
Software
People
PersonalForge
Magazine
Wiki
Pesquisa
OSDN
>
Pesquisar Software
>
Internet
>
WWW/HTTP
>
Dynamic Content
>
CGI Tools/Libraries
>
SWF Editor for PHP
>
Wiki
>
SWFEditor
SWF Editor for PHP
Fork
Descrição
Project Summary
Developer Dashboard
Página da Web
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
Histórico
Downloads
List of Releases
Stats
Código Fonte
Code Repository list
Git
swfed
Subversion
Visualizar Repositório
Tíquete
Ticket List
Milestone List
Type List
Lista de componentes
List of frequently used tickets/RSS
Submit New Ticket
Documents
FrontPage
Title index
Recent changes
Communication
Fóruns
List of Forums
Ajuda (1)
Open Discussion (71)
Mailing Lists
list of ML
swfed-git
swfed-svn
News
edit
|
Title Index
|
Recent Changes
|
最近の更新 (Recent Changes)
2020-12-23
ChangeLog
2016-10-20
FrontPage
2013-12-18
SWFEditor.setActionVariables
2013-12-03
SWFEditor.replaceActionStrings
2012-11-06
SWFEditor.rebuild
2012-08-08
SWFEditor.setShapeAdjustMode
Últimas Arquivo Comunicados
swfed (1.00)
2020-12-23 00:13
Wikiガイド(Guide)
Wikiの文法
リンクの種類と文法
ブロックプロセッサ
拡張文法
サイドバー
プロジェクトWikiでの広告設定
サイドバー (Side Bar)
このサイドバーについて
このサイドバーの編集
class SWFEditor
i/o
function
input
(string $swddata)
function
output
()
dump
function
swfInfo
()
function
getTagList
()
function
getTagDetail
(int $seqno)
header
function
getHeaderInfo
()
function
setHeaderInfo
(mixed $header_info)
tag
function
getTagData
(int $seqno)
function
getTagDataByCID
(int $cid)
function
replaceTagDataByCID
(int $cid, string $data)
function
getTagContentsByCID
(int $cid)
function
replaceTagContentsByCID
(int $cid, string $data)
function
isShapeTagData
(string $data)
function
isBitmapTagData
(string $data)
sprite
function
replaceMovieClip
(string instance_name, string $swfdata, boolean $unused_cid_purge = true)
shape
function
getShapeData
(int $shape_id)
function
replaceShapeData
(int $shape_id, string $shapedata)
function
applyShapeMatrixFactor
(int $shape_id, float $scale_x, float $scale_y, float $radian, int $trans_x, int $tranx_y)
function
applyShapeRectFactor
(int $shape_id, float $scale_x, float $scale_y, int $trans_x, int $tranx_y)
function
setShapeAdjustMode
(int $mode)
function
getShapeIdListByBitmapRef
(int $image_id)
image
function
replaceBitmapData
(mixed $image_cond, string $bitmapdata, string $alphadata = null, boolean $without_converting = false)
function
getJpegData
(int $image_id)
function
getJpegAlpha
(int $image_id)
function
replaceJpegData
(int $image_id, string $jpegdata, string $alphadata = null)
function
getPNGData
(int $image_id)
function
replacePNGData
(int $image_id, string $pngdata)
function
replaceGIFData
(int $image_id, string $gifdata)
function
getBitmapSize
(int $image_id)
text
function
getEditString
({string $variable_name|int $edit_id})
function
replaceEditString
({string $variable_name|int $edit_id}, string $text)
sound
function
getSoundData
(int $sound_id)
function
replaceMLDData
(int $sound_id, string $mlddata)
action
function
setActionVariables
(array $vars)
function
replaceActionStrings
(array $vars)
misc
function
setCompressLevel
(integer $level)
function
purgeUselessContents
()
function
rebuild
()