Re: [PHP-DEV] bitmapid in swf functions?

2001-01-17 Thread Sterling Hughes
Rasmus Lerdorf wrote: > > > is an example in c (the api's are nearly the same, except php doesn't support > > the sounds)... > > I noticed a patch referenced in the user comments at php.net/swf which > adds sound support. yeah, that patch is a little flawed (an efree() after a RETURN_LONG(),

Re: [PHP-DEV] bitmapid in swf functions?

2001-01-17 Thread Rasmus Lerdorf
> is an example in c (the api's are nearly the same, except php doesn't support > the sounds)... I noticed a patch referenced in the user comments at php.net/swf which adds sound support. -Rasmus -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: [PHP-DEV] bitmapid in swf functions?

2001-01-17 Thread Sterling Hughes
> > > They are a bit magical. You might want to have a look at: > > http://www.opaque.net/ming/, which provides an easier to use interface (I'm > > currently working with the author to contribute the PHP extension code to the > > php distribution, he's keen on the idea (ie, if you compile --wit

Re: [PHP-DEV] bitmapid in swf functions?

2001-01-17 Thread Rasmus Lerdorf
> They are a bit magical. You might want to have a look at: > http://www.opaque.net/ming/, which provides an easier to use interface (I'm > currently working with the author to contribute the PHP extension code to the > php distribution, he's keen on the idea (ie, if you compile --with-swf > --en

Re: [PHP-DEV] bitmapid in swf functions?

2001-01-17 Thread Sterling Hughes
> These swf functions seem somewhat magical. Should swf_definebitmap() > somehow return a bitmapid? If not, where does the bitmapid parameter > needed by swf_getbitmapinfo() and swf_shapefillbitmapclip() come from? > They are a bit magical. You might want to have a look at: http://www.opaqu

[PHP-DEV] bitmapid in swf functions?

2001-01-17 Thread Rasmus Lerdorf
These swf functions seem somewhat magical. Should swf_definebitmap() somehow return a bitmapid? If not, where does the bitmapid parameter needed by swf_getbitmapinfo() and swf_shapefillbitmapclip() come from? I'm probably missing something obvious here. -Rasmus -- PHP Development Mailing Li