From b543acbfdb3d4fb37215e56c3db9b88de40dd609 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Thu, 29 Mar 2001 10:39:16 +0000 Subject: [PATCH] Added some links. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@44569 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ming.xml | 54 +++++++++++++++++++--------------------------- 1 file changed, 22 insertions(+), 32 deletions(-) diff --git a/functions/ming.xml b/functions/ming.xml index 6b97eee5c8..a98e4bd968 100755 --- a/functions/ming.xml +++ b/functions/ming.xml @@ -3,19 +3,6 @@ Ming (flash) - - This documentation ist not finished yet. Don't start to translate it - or use it as a programming reference (dams@php.net). - - - - These functions are not yet available if PHP. - Introduction @@ -61,9 +48,11 @@ Ming directory. make. make install. - This will build libming.so and install it into /usr/lib/, - and copy ming.h into /usr/include/. Edit the PREFIX= line - in the Makefile to change the installation directory. + This will build libming.so and install it + into /usr/lib/, and copy + ming.h into /usr/include/. + Edit the PREFIX= line in the + Makefile to change the installation directory. built into php (unix) @@ -73,23 +62,23 @@ cp php_ext/* <phpdir>/ext/ming cd <phpdir> ./buildconf - ./configure --with-ming <other config options> - build and install php as usual, - restart web server if necessary + ./configure --with-ming <other config options> + Build and install php as usual, + Restart web server if necessary built into php (unix) - - download php_ming.so.gz - uncompress it and copy it to your php modules directory. - (you can find your php module directory by running php-config --extension-dir). - Now either just add 'extension=php_ming.so' to your php.ini - file, or put 'dl('php_ming.so');' at the head of all of your - Ming scripts. - + download php_ming.so.gz. + uncompress it and copy it to your php modules directory. + (you can find your php module directory by running + php-config --extension-dir). + Now either just add extension=php_ming.so + to your php.ini file, or put + dl('php_ming.so'); at the head of all of your + Ming scripts. @@ -285,9 +274,9 @@ header('Content-type: application/x-shockwave-flash'); For displayable types (shape, text, button, sprite), this returns an - SWFDisplayItem, a handle to the object in a display list. Thus, you can - add the same shape to a movie multiple times and get separate handles - back for each separate instance. + SWFDisplayItem, a handle to the object in a display + list. Thus, you can add the same shape to a movie multiple + times and get separate handles back for each separate instance. See also all other objects (adding this later), and @@ -344,7 +333,8 @@ header('Content-type: application/x-shockwave-flash'); swfmovie->setbackground sets the background color. Why is there no rgba version? Think about it. (Actually, that's not such a dumb question after all- you might want to let the html background show through. - There's a way to do that, but it only works on IE4. Search the MM site for + There's a way to do that, but it only works on IE4. Search the + &url.macromedia; site for details.) @@ -452,7 +442,7 @@ header('Content-type: application/x-shockwave-flash'); swfmovie->streammp3 streams the mp3 file mp3FileName. Not very robust in dealing with oddities (can skip over an initial ID3 tag, but that's about it). - Like SWFShape::addJpegFill, this isn't a stable function- we'll + Like SWFShape->addJpegFill, this isn't a stable function- we'll probably need to make a separate SWFSound object to contain sound types.