flash file loding

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
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

flash file loding

Post by itsmani1 »

Hi all

I have 12M flash video and wanted to load video like youtube, can i do this with php?

please help

thank you
robble
Forum Newbie
Posts: 11
Joined: Fri Aug 24, 2007 6:34 am

Re: flash file loding

Post by robble »

Erm its not really a php question but rather a flash/html question. Is the flash video flv? You will need to embed flash video into your webpage which is really not php dependant. If you've got flash proffesional (8 in my case) it will take you through the process step by step of making some controls for you video and embedding it on a page.

Php would only be relevant if you wanted to set up a website with a lot of videos, then php / mysql could be used to organise and generate the content.
Post Reply