944,062 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 13928
  • PHP RSS
Apr 24th, 2007
0

Play videos using php

Expand Post »
Hello friends,

How to play videos using php, could anyone suggest me code to play the videos.

For example, I have a video "abc.mpg", i want to play it in the browser using php code.

I need help asap.

Thanks.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
aijazali12 is offline Offline
2 posts
since Apr 2007
Apr 24th, 2007
0

Re: Play videos using php

I dont know myself but i know that there is a free PHP you-tube like system. Maybe you could borrow some code?
Moderator
Featured Poster
Reputation Points: 1800
Solved Threads: 575
Moderator
jbennet is offline Offline
16,527 posts
since Apr 2005
Apr 24th, 2007
0

Re: Play videos using php

Click to Expand / Collapse  Quote originally posted by jbennet ...
I dont know myself but i know that there is a free PHP you-tube like system. Maybe you could borrow some code?
I want to load the videos dynamically.

Thanks.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
aijazali12 is offline Offline
2 posts
since Apr 2007
Oct 14th, 2011
-2

php code play video file

This code play video file
Coded by pavansengar2002

PHP Syntax (Toggle Plain Text)
  1. <head>
  2. <title>VTC Movie Player</title>
  3. <link href="scripts/style.css" type="text/css" rel="stylesheet"/>
  4. <script src="scripts/qtFunctions.js" ttype="text/javascript" language="javascript"></script>
  5. <script src="scripts/cookies.js" ttype="text/javascript" language="javascript"></script>
  6.  
  7. <script src="google-analytics.com/urchin.js" type="text/javascript"></script>
  8. <script type="text/javascript">
  9. _uacct = "UA-106600-1";
  10. urchinTracker();
  11. </script>
  12.  
  13.  
  14. </head>
  15. <body>
  16. <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="" HEIGHT="" CODEBASE="apple.com/qtactivex/qtplugin.cab">
  17. <PARAM name="SRC" VALUE="">
  18. <PARAM name="CONTROLLER" VALUE="FALSE">
  19. <PARAM name="AUTOPLAY" VALUE="FALSE">
  20. <PARAM name="CACHE" VALUE="FALSE">
  21. <PARAM NAME="MovieQTList" VALUE="
  22. <info>
  23. <mov_url>&type=mov</mov_url>
  24. <caption_url>&type=txt</caption_url>
  25. <volume>83</volume>
  26. <captions>1</captions>
  27. <debug_url></debug_url>
  28. <debug_caption></debug_caption>
  29. </info>">
  30. <EMBED src="filenaewithextention"
  31. WIDTH="" HEIGHT=""
  32. CONTROLLER="FALSE"
  33. AUTOPLAY="FALSE"
  34. CACHE="FALSE"
  35. TYPE="video/quicktime"
  36. PLUGINSPAGE="apple.com/quicktime/download/"
  37. MovieQTList="
  38. <info>
  39. <mov_url>&type=mov</mov_url>
  40. <caption_url>&type=txt</caption_url>
  41. <volume>83</volume>
  42. <captions>1</captions>
  43. <debug_url></debug_url>
  44. <debug_caption></debug_caption>
  45. </info>">
  46. </EMBED>
  47. </OBJECT>
  48. </body>
  49. </html>
Last edited by Ezzaral; Oct 14th, 2011 at 4:41 pm. Reason: Snipped email. Please keep it on site. Added code tags.
Reputation Points: 8
Solved Threads: 0
Newbie Poster
pavansengar2002 is offline Offline
1 posts
since Oct 2011
Oct 15th, 2011
0
Re: Play videos using php
Hi
Visit the below link
www.longtailvideo.com/players

you can have more example and player
Reputation Points: 18
Solved Threads: 16
Junior Poster
rpv_sen is offline Offline
178 posts
since Mar 2011

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: how to find a word in a stored text section on db
Next Thread in PHP Forum Timeline: how can I modify left and right navigation panel in joomla?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC