Quote:
Originally Posted by Digital Jedi
Clipfish is blocked in my country, so I wasn't able to do anything but update the embed code I had in the old definition. If you can get me a few more example URLs and embed code samples from the site (three or four each should do), I can work something up, but you would have to let me know if it's working.
|
I found out, that there are two Links for one Video and both are used by Clipfish, so I will give you both links for the following three examples. But I tested it out and after the video-ID you can put every string even with slashes, it is ignored.
1.
PHP Code:
http://www.clipfish.de/video/3221577/
http://www.clipfish.de/video/3221577/cute-dancer/
PHP Code:
<object width="464" height="384">
<param name="allowScriptAccess" value="always" />
<param name="movie" value="http://www.clipfish.de/cfng/flash/clipfish_player_3.swf?as=0&videoid=3221577&r=1&angebot=extern&c=990000" />
<param name="bgcolor" value="#ffffff" />
<param name="allowFullScreen" value="true" />
<embed src="http://www.clipfish.de/cfng/flash/clipfish_player_3.swf?as=0&vid=3221577&r=1&angebot=extern&c=990000" quality="high" bgcolor="#990000" width="464" height="384" name="player" align="middle" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>
2.
PHP Code:
http://www.clipfish.de/video/3221911/
http://www.clipfish.de/video/3221911/winterspeck/
PHP Code:
<object width="464" height="384">
<param name="allowScriptAccess" value="always" />
<param name="movie" value="http://www.clipfish.de/cfng/flash/clipfish_player_3.swf?as=0&videoid=3221911&r=1&angebot=extern&c=990000" />
<param name="bgcolor" value="#ffffff" />
<param name="allowFullScreen" value="true" />
<embed src="http://www.clipfish.de/cfng/flash/clipfish_player_3.swf?as=0&vid=3221911&r=1&angebot=extern&c=990000" quality="high" bgcolor="#990000" width="464" height="384" name="player" align="middle" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>
3.
PHP Code:
http://www.clipfish.de/channel/144/video/3094673/
http://www.clipfish.de/channel/144/video/3094673/bernard---windsurfing/
PHP Code:
<object width="464" height="384">
<param name="allowScriptAccess" value="always" />
<param name="movie" value="http://www.clipfish.de/cfng/flash/clipfish_player_3.swf?as=0&videoid=3094673&r=1&angebot=extern&c=990000" />
<param name="bgcolor" value="#ffffff" />
<param name="allowFullScreen" value="true" />
<embed src="http://www.clipfish.de/cfng/flash/clipfish_player_3.swf?as=0&vid=3094673&r=1&angebot=extern&c=990000" quality="high" bgcolor="#990000" width="464" height="384" name="player" align="middle" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>