John Coppens wrote:
Hi all.
I have simple page that generates a simple flash with some random images,
then publishes it - on the same page. If I do this, i regularly have
several kinds of problems, one of them, an error message like:
getimagesize(img/topmovie/toplogo.swf): failed to open stream: No
On Thu, 27 Jan 2005 10:54:18 -0800 (PST)
[EMAIL PROTECTED] (Richard Lynch) wrote:
> Change your php.ini to send error messages somewhere else, and get in
> the habit of checking that "somewhere else" when you code.
Thanks for the hint
> It has NOTHING to do with your current problem of having er
John Coppens wrote:
> I have simple page that generates a simple flash with some random images,
> then publishes it - on the same page. If I do this, i regularly have
> several kinds of problems, one of them, an error message like:
>
> getimagesize(img/topmovie/toplogo.swf): failed to open stream:
Hi all.
I have simple page that generates a simple flash with some random images,
then publishes it - on the same page. If I do this, i regularly have
several kinds of problems, one of them, an error message like:
getimagesize(img/topmovie/toplogo.swf): failed to open stream: No such
file or dire
I've developed the web-site by PHP with using Ming-library. All worked well
on the local computer, but when I uploaded all to the internet server I have
got an error :(
Ming library does not set in php.ini. The hosting provider company does not
want to add "extension=php_ming.so" to php.ini.
What
I'm trying to use ming and I get the following:
Fatal error: Cannot instantiate non-existent class: swfmovie in
C:\Apache\test\flash\index.php on line 3
I'm using w2k and php 4 - latest from snaps.php.net
and I have uncommented the extension, etc.
Any help would be appreciated.
--
PHP General
This is probably the wrong list, but:
1. The ming extension won't work on PHP5 b1. It crashes. Apache
2.0.47/Windows.
2. It works on PHP4 though (same Apache, does that matter?) but this code:
setLine(20, 0xff, 0, 0);
$s->drawLine(200, 0);
$s->drawLine(0, 200);
$s->drawLine(-200, 0);
$s->drawLi
Ok, trying to make even a simple test work with PHP using the MING
extension under windows, I've uncommented the MING dll in the php.ini
and I don't get any error's, but my test shockwave movie just spins and
spins, no error log, no nothing, the code I'm using is:
$t = new SWFText();
$
You would probably stand more chance of an answer on the ming-fun mailing
list.
-Rasmus
On Mon, 29 Jul 2002, Richard Lynch wrote:
> Please cc me on answers, as I'm way behind in this list...
>
> I have a perfectly good Ming (Flash) movie coming out of PHP, but it's a bit
> large...
>
> I'd like
Please cc me on answers, as I'm way behind in this list...
I have a perfectly good Ming (Flash) movie coming out of PHP, but it's a bit
large...
I'd like to put this thing on a diet.
I figured I could do it with a Sprite for the tiny portion that's animated,
but I'm not getting quite what I exp
ðÒÉ×ÅÔ!
has anyone been using MING extension in a production environment? Is it
robust?
ÐÏËÁ
áÌØÂÅÒÔÏ
ëÉÅ×
--
@-_=}{=_-@-_=}{=_-@-_=}{=_-@-_=}{=_-@-_=}{=_-@-_=}{=_-@-_=}{=_-@
LoRd, CaN yOu HeAr Me, LiKe I'm HeArInG yOu?
lOrD i'M sHiNiNg...
YoU kNoW I AlMoSt LoSt My MiNd, BuT nOw I'm HoMe A
>To prove that it works. My infamous spinning logo example that everyone
>has seen 10 times...
>
>http://conf.php.net/pres/slides/intro/flash_ming.php
>
>The phpinfo() with the configure flags are here:
>
>http://conf.php.net/info.php
>
>libswf is compiled in directly and ming.so is built externa
loaded
in via php.ini.
-Rasmus
On Sat, 20 Apr 2002, Richard Lynch wrote:
> Please Cc: me as well...
>
> I'm having the devil of a time getting Ming and/or libswf to do a Bitmap...
>
>
> Short version:
> What's the most stable PHP+Ming version-compatible combo I can
Please Cc: me as well...
I'm having the devil of a time getting Ming and/or libswf to do a Bitmap...
Short version:
What's the most stable PHP+Ming version-compatible combo I can achieve?
I don't care about anything else for this build, not even MySQL, just
PHP + Ming. Or
On Mon, Apr 02, 2001 at 08:41:29AM -0700, Chris Adams wrote:
> On 2 Apr 2001 07:58:42 -0700, Jason Stechschulte <[EMAIL PROTECTED]> wrote:
> >// This movie simply redirects to the appropriate page.
> >$m->add(new SWFAction("getURL('$thisURL', ''); stop();"));
>
> >I added code to write $thisURL t
On 2 Apr 2001 07:58:42 -0700, Jason Stechschulte <[EMAIL PROTECTED]> wrote:
>// This movie simply redirects to the appropriate page.
>$m->add(new SWFAction("getURL('$thisURL', ''); stop();"));
>I added code to write $thisURL to a file so I could see if it is getting
>passed correctly, and it is.
Hi, I'm having a problem writing a flash detector, and was hoping
someone would help. I had one working that I created with Flash 4, but
it would fetch another webpage after loading so that it knew where to
redirect to. So it looked like:
PHP embeds FLASH ---> load variables from PHP > redi
17 matches
Mail list logo