ming+php

This is a discussion on "ming+php" within the PHP Forum section. This forum, and the thread "ming+php are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 12th, 2005, 08:42
Junior Member
Join Date: Dec 2005
Age: 29
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
ming+php

hi all,
i'm trying to generate the swf on the server so that i can load it into the flash.
the code in my php file is as follows:
PHP: Select all

<?php

$s 
= new SWFShape();
$s->setLine(200xff00);
$s->drawLineTo(4000);
$s->drawLineTo(400400);
$s->drawLineTo(0400);
$s->drawLineTo(00);
?>
but it is giving me the following error
Fatal error: Cannot instantiate non-existent class: swfshape
so what shall i do for that?? which files should i include for that..
thanx in advance
regards
amit
Reply With Quote

Reply

Tags
mingphp

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
ming swf version amit_shetye PHP Forum 0 Dec 15th, 2005 10:03


All times are GMT. The time now is 01:50.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43