How to play Multiple Videos from database in php ?

I have inserted almost 20 videos in my table field in database … alongwith the rest of information … i want that when i open that page it does ‘Autoplay’ the videos … and videos shuld be played in a player having pause/paly , stop and volume buttons … I have used this code

<embed src="<?php echo $row['Video'];?>" width=“200” height=“200” /embed>
and kept the format of vide ‘swf’ but when i open the page it autoplays all 20 videos with pause or stop button … please help me

Wow, now that’s an over inflated database. I can’t imagine the load times on that page.

I don’t get what you’re asking though, do you want the pause/play buttons or not have them?

This is the proper embed code

[code]

[/code]
Sponsor our Newsletter | Privacy Policy | Terms of Service