Re: Ming: question
gaz b <[email protected]> Fri, 3 Oct 2003 07:34:51 -0700 (PDT)
| Newsgroups | gmane.comp.web.ming.general |
|---|---|
| Message-ID | <[email protected]> |
one way might be to try downloading the PHP4 binaries
for Win32 @ http://kromann.info/php4.php (you don't
need all of the php_blah.dll files if you are short on
space) into a folder (say C:\ming) and put a php.ini
in there too (uncomment extension=php_ming.dll) then
paste the code below in a text editor and save as
C:\ming\square.php
........................
<?
// some typical movie variables
Ming_setScale(20.00000000);
ming_useswfversion(6);
$movie=new SWFMovie();
$movie->setDimension(550,400);
$movie->setBackground(0xcc,0xcc,0xcc);
$movie->setRate(12);
$squareshape=new SWFShape();
$squareshape->setRightFill(255,0,0);
$squareshape->drawLine(100,0);
$squareshape->drawLine(0,100);
$squareshape->drawLine(-100,0);
$squareshape->drawLine(0,-100);
$squaresymbol=$movie->add($squareshape);
$squaresymbol->moveTo(100,100);
// save movie
$movie->save("square.swf");
?>
........................
to compile it try using the dos shell with :
C:\ming\php.exe C:\ming\square.php
which should produce square.swf which you can view in
a browser etc.
something like the above should work, or at least get
you started with a basic installation but i may have
left some info out so maybe experiment a little if it
doesn't work first time, it should work in the end.
hope that helps
gazb
http://www16.brinkster.com/gazb/ming/
--- Loki <[email protected]> wrote:
> Hi all
>
> Newcomer to the list, qith a strange question
>
> Does anyone here have experience with a free dev
> package called Nusphere on
> Windows?
>
> The reason I ask is that I use it for local
> development on my machine and am
> looking to get Ming installed.
>
> The problem is the most recent release of Nusphere
> has php 4.3.2, but it
> does not come with Ming with it.
>
> My question is this, on a Windows machine, what do I
> need to do to:
>
> Set up Ming succesfully?
>
>
> regards
>
> peter
>
>
> _______________________________________________
> ming-fun mailing list
> [email protected]
> http://www.opaque.net/mailman/listinfo/ming-fun
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com