[snip]
> where is the require line to include the class definition?
> require("/the/path/to/the/namespace/holding/the/class/definition.foo");

Not following. I don't understand what class defínition I need.
I'm using windows php extension. I'm using a class that is in the dll ?
[/snip]

My bad. I should have spotted this...you have ....

$flash = new SWFMovie;

it should be

$flash = new SWFMovie();

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to