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
Show line numbers
#macro(video $url) #if ($url.indexOf("dailymotion") != "-1") #set($id1 = $url.indexOf("video/")) #set($id2 = $url.indexOf("_",$id1)) #set($id1 = $id1 + 6) #set($dmid = $url.substring($id1, $id2)) <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> #elseif($url.indexOf("youtube") != "-1") #set($iy1 = $url.indexOf("v=")) #set($iy1 = $iy1 + 2) #set($iy2 = $iy1 + 11) #set($ytid = $url.substring($iy1, $iy2)) <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> #elseif($url.indexOf("google") != "-1") #set($ig1 = $url.indexOf("docid=")) #set($ig1 = $ig1 + 6) #set($ig2 = $ig1 + 19) #set($gvid = $url.substring($ig1, $ig2)) <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> #else #warning('The Video URL you entered does not match any of the video websites supported by this macro. <br /> Please check the address you entered or improve the macro to make it support this website :-\)') #end #end
Quick Links
Home
Index
What's New
Blog
Calendar
Photo Albums
Sandbox
Tags
Bulletin Board
My Recent Modifications
PamelaJennings
|
rwakkary
|
HaledenSands
|
ByronLahey