Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: swf_definebitmap - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

swf_definefont" width="11" height="7"/> <swf_closefile
Last updated: Mon, 05 Feb 2007

view this page in

swf_definebitmap

(PHP 4)

swf_definebitmap — ビットマップを定義する

説明

void swf_definebitmap ( int objid, string image_name )

関数 swf_definebitmap() は、 指定したイメージのビットマップを定義します。

パラメータ

objid

SWF オブジェクト ID。

image_name

GIF、JPEG、RGB あるいは FI 形式のイメージ。 このイメージは Flash JPEG または Flash カラーマップフォーマットに変換されます。

返り値

値を返しません。



add a note add a note User Contributed Notes
swf_definebitmap
hotkey at hehe dot com
15-Sep-2001 09:26
Since hundreds of people asked me the same:
LIB_SWF has problems displaying images on Windows-Servers.
I__C-A-N___N-O-T__help you! It just DOES NOT SEEM TO WORK ON WINDOWS!!. Get yourself a Linux-Server or try Ming (www.opaque.net) instead.
hotkey at hehe dot com
03-May-2001 02:32
Hi!
I'm currently developing a HTML2SWF php, and I had serious problems displaying images...

swf_definebitmap() does not seem to work for "just displaying" a picture, e.g.
--------
swf_definebitmap(1,"myfile.gif");
swf_placeobject(1,10);
--------
(The image won't show up as expected)

...BUT...

everything worX fine when filling a shape with a picture, e.g.:

---------
swf_definebitmap(1,"myfile.gif");
swf_startshape(2);
 swf_shapelinesolid(0.1,0.1,0.1,1,0.2);
 swf_shapefillbitmapclip(1);
 swf_shapearc(50,50,100,0,360);
swf_endshape(2);
swf_placeobject(2,10);
---------

Hope, I could help some guys out there!

regards
HotKey

P.S. php rulez!
tbma at usa dot net
10-Nov-2000 05:44
"SWFBIN" environment variable will be used to find the program imgtofi. not "SWFBINPATH" as documentation says.
juergen at info-age dot net
01-Jul-2000 11:59
to use this function, you need "bin/imgtofi" or/and "bin/pstoff" from the libswf distribution

swf_definefont" width="11" height="7"/> <swf_closefile
Last updated: Mon, 05 Feb 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites