php and flash

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
viju_ace
Forum Newbie
Posts: 3
Joined: Wed Oct 18, 2006 2:30 pm

php and flash

Post by viju_ace »

I am looking to create a flash movie presentation in a php website.

Is there any tutorial online that might help ?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
viju_ace
Forum Newbie
Posts: 3
Joined: Wed Oct 18, 2006 2:30 pm

>>feyd

Post by viju_ace »

Its actually a powerpoint presentation.

I had converted it to .swf file.

Now, I need to display it on the website.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

What's the connection to PHP? Embedding an existing Flash file requires zero PHP.
viju_ace
Forum Newbie
Posts: 3
Joined: Wed Oct 18, 2006 2:30 pm

Post 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 ?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

That's correct, it's purely HTML.
Post Reply