Welcome to Dream.In.Code
Become a PHP Expert!

Join 149,824 PHP Programmers for FREE! Get instant access to thousands of PHP experts, tutorials, code snippets, and more! There are 2,581 people online right now. Registration is fast and FREE... Join Now!




Playing Video with Flash?

 
Reply to this topicStart new topic

Playing Video with Flash?

thanashyam
7 Feb, 2007 - 08:58 PM
Post #1

New D.I.C Head
*

Joined: 15 Jan, 2007
Posts: 1


My Contributions
I want a php page that can communicate to Flash - a value (integer),
which can make Flash to choose a FLV file based on that..

It cud go like this :

Open http://localhost/playvideo.php?vid=1234
This should communicate the variable VID to the flash file. And the
flash file should in turn play the video file - 1234.flv (or) http://
localhost/flvdata.php?id=1234

Please help me accomplishing this.
User is offlineProfile CardPM
+Quote Post

rockstar_
RE: Playing Video With Flash?
8 Feb, 2007 - 09:38 AM
Post #2

D.I.C Head
Group Icon

Joined: 16 Oct, 2006
Posts: 187


Dream Kudos: 275
My Contributions
QUOTE(thanashyam @ 7 Feb, 2007 - 09:58 PM) *

I want a php page that can communicate to Flash - a value (integer),
which can make Flash to choose a FLV file based on that..

It cud go like this :

Open http://localhost/playvideo.php?vid=1234
This should communicate the variable VID to the flash file. And the
flash file should in turn play the video file - 1234.flv (or) http://
localhost/flvdata.php?id=1234

Please help me accomplishing this.

Why don't you have PHP load the flash file based on that. Like say:
CODE

$id = $_GET['id'];
echo '<embed src="http://localhost/flashfiles/'. $id .'.flv" />';

I don't use embed tags often, so I don't completely remember their syntax, but you get the idea.

rockstar_
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 1/8/09 09:22AM

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live PHP Help!

PHP Tutorials

Reference Sheets

PHP Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month