|
[Request] Sapo Video Player
|
|
08-26-2009, 07:45 PM
Post: #1
|
|||
|
|||
|
[Request] Sapo Video Player
I tried doing it my self, but the video won't load.
Here is the embed code: Code: <embed src="http://rd3.videos.sapo.pt/play?file=http://rd3.videos.sapo.pt/rMZWFukC45yu0vOL5N7U/mov/1" type="application/x-shockwave-flash" allowFullScreen="true" width="400" height="350"></embed>I converted from phpBB to myBB, so I'd like to keep the format, Code: [sapo]full video url[/sapo] |
|||
|
08-27-2009, 12:59 AM
Post: #2
|
|||
|
|||
|
RE: [Request] Sapo Video Player
Use this Replacement code;
Code: <embed src="http://rd3.videos.sapo.pt/play?file=$1" type="application/x-shockwave-flash" allowFullScreen="true" width="400" height="350"></embed> |
|||
|
08-27-2009, 01:17 AM
Post: #3
|
|||
|
|||
|
RE: [Request] Sapo Video Player
Everything almost worked out great, except for the fact that the video itself doesn't load.
http://wrestlefanatics.com/thread-1008.html You can click play, but nothing will happen. |
|||
|
08-27-2009, 05:52 AM
(This post was last modified: 08-27-2009 05:53 AM by ghazal.)
Post: #4
|
|||
|
|||
|
RE: [Request] Sapo Video Player
The code provided was incorrect, I go to the site and then saw that the video file URL is in simple formate .
Now Use this Replacement: Code: <embed src="http://rd3.videos.sapo.pt/play?file=http://rd3.videos.sapo.pt/$1/mov/1" type="application/x-shockwave-flash" allowFullScreen="true" width="400" height="350"></embed>You should have flash player installed in your computer Plus may require flash plugin in your browser. All you have to do, is to write just video ID in between the tags. e.g. [sapo]786786786[/sapo] |
|||
|
08-27-2009, 08:45 AM
Post: #5
|
|||
|
|||
RE: [Request] Sapo Video Player
(08-26-2009 07:45 PM)metalingus903 Wrote: I tried doing it my self, but the video won't load. Since you want to keep the format [sapo]full video url[/sapo] you could use this mycode: Regular Expression: Code: \[sapo\]http\://videos\.sapo\.pt/(.*?)\[/sapo\]Replacement: Code: <embed src="http://rd3.videos.sapo.pt/play?file=http://rd3.videos.sapo.pt/$1/mov/1" type="application/x-shockwave-flash" allowFullScreen="true" width="400" height="350"></embed> |
|||
|
08-27-2009, 04:02 PM
Post: #6
|
|||
|
|||
|
RE: [Request] Sapo Video Player
Wow, great support. Thanks guys.
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help





