General Actions:
Log-in
Wiki:
CreativeIT
▼
:
Document Index
»
Space:
Macros
▼
:
Document Index
»
Page:
Video
Search
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Video
Wiki source code of
Video
Last modified by
Hal Eden
on 2008/03/05 09:38
Content
·
Comments
(0)
·
Attachments
(0)
·
History
·
Information
Hide line numbers
1: 2: #macro(video $url) 3: 4: #if ($url.indexOf("dailymotion") != "-1") 5: 6: #set($id1 = $url.indexOf("video/")) 7: #set($id2 = $url.indexOf("_",$id1)) 8: #set($id1 = $id1 + 6) 9: #set($dmid = $url.substring($id1, $id2)) 10: <div style="border: 1px solid #000; width: 520px; height: 411px;"><object width="520" height="411"><param name="movie" value="http://www.dailymotion.com/swf/$dmid&v3=1&related=0"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed style="border: 1px solid #000;" src="http://www.dailymotion.com/swf/$dmid&v3=1&related=0" type="application/x-shockwave-flash" width="520" height="411" allowFullScreen="true" allowScriptAccess="always"></embed></object></div> 11: 12: #elseif($url.indexOf("youtube") != "-1") 13: 14: #set($iy1 = $url.indexOf("v=")) 15: #set($iy1 = $iy1 + 2) 16: #set($iy2 = $iy1 + 11) 17: #set($ytid = $url.substring($iy1, $iy2)) 18: <div style="border: 1px solid #000; width: 510px; height: 426px;"><object width="510" height="426"><param name="movie" value="http://www.youtube.com/v/$ytid"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/$ytid" type="application/x-shockwave-flash" wmode="transparent" width="510" height="426"></embed></object></div> 19: 20: #elseif($url.indexOf("google") != "-1") 21: 22: #set($ig1 = $url.indexOf("docid=")) 23: #set($ig1 = $ig1 + 6) 24: #set($ig2 = $ig1 + 19) 25: #set($gvid = $url.substring($ig1, $ig2)) 26: <div style="text-align: right; width: 600px; height: 519px; border: 1px solid #000;"><embed style="width:600px; height:519px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docid=$gvid" flashvars=""> </embed></div> 27: 28: #else 29: 30: #warning('The Video URL you entered does not match any of the video websites supported by this macro. <br /> 31: Please check the address you entered or improve the macro to make it support this website :-\)') 32: 33: #end 34: 35: #end
Quick Links
Home
Index
What's New
Blog
Calendar
Photo Albums
Sandbox
Tags
Bulletin Board
My Recent Modifications
PamelaJennings
|
rwakkary
|
HaledenSands
|
ByronLahey