Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Tue May 22 02:41:56 2007 UTC | revision 1.2, Fri Oct 26 13:46:19 2007 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id$ | // $Id: evoca.module,v 1.1 2007/05/22 02:41:56 draco2002 Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 177 function theme_evoca_recorder() { | Line 177 function theme_evoca_recorder() { |
| 177 | ||
| 178 | function theme_evoca_comment($rid) { | function theme_evoca_comment($rid) { |
| 179 | if (is_numeric($rid)) { | if (is_numeric($rid)) { |
| 180 | $html = '<iframe allowtransparency="true" background-color="transparent" marginwidth="0" marginheight="0" src="http://www.evoca.com/myrecordings/recBlogForIFrame.jsp?rid='. $rid .'&teu=http://www.evoca.com/&recType=c" frameborder="0" width="100" height="100" scrolling="no"></iframe>'; | //$html = '<iframe allowtransparency="true" background-color="transparent" marginwidth="0" marginheight="0" src="http://www.evoca.com/myrecordings/recBlogForIFrame.jsp?rid='. $rid .'&teu=http://www.evoca.com/&recType=c" frameborder="0" width="100" height="100" scrolling="no"></iframe>'; |
| 181 | $html = '<embed src="http://www.evoca.com/evocaPlayer/evocaPlayer.swf?id='. $rid .'&teu=http://www.evoca.com/" wmode="transparent" allowscriptaccess="never" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" height="85" width="90">'; | |
| 182 | return $html; | return $html; |
| 183 | } | } |
| 184 | else { | else { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |