Page 1 of 1
php and flash
Posted: Wed Oct 18, 2006 2:35 pm
by viju_ace
I am looking to create a flash movie presentation in a php website.
Is there any tutorial online that might help ?
Posted: Wed Oct 18, 2006 2:39 pm
by feyd
An entire presentation, .swf and all? or just data for an existing file?
Ming can create movie files, but if you only need the information that PHP could provide, then use an existing Flash file and have it connect to your site for the data to present in whatever fashion you need it.
>>feyd
Posted: Wed Oct 18, 2006 3:22 pm
by viju_ace
Its actually a powerpoint presentation.
I had converted it to .swf file.
Now, I need to display it on the website.
Posted: Wed Oct 18, 2006 3:23 pm
by feyd
What's the connection to PHP? Embedding an existing Flash file requires zero PHP.
Posted: Wed Oct 18, 2006 3:35 pm
by viju_ace
I am new to PHP and do not posess any background.
My project involves displaying a .swf file in the php webpage.
Can I get this done with HTML alone and not worry about php ?
Posted: Wed Oct 18, 2006 3:36 pm
by feyd
That's correct, it's purely HTML.