制作方法:
1.函数标签的制作,SQL部分为:
select SoftID,ChannelID,SoftName,DemoUrl,ClassID from PE_Soft where SoftID={input(0)}
代码部分:
<script type="text/javascript"> <!--{Loop} {Infobegin} swfUrl="{$InstallDir}{$Field(1,GetChannel,1)}/{$Field(1,GetChannel,3)}/{$Field(3,Text,0,0,0)}" swftext="{$Field(2,Text,38,1,0)}" {Infoend} {/Loop} var swf_width={input(1)} var swf_height={input(2)} var texts=swftext var files=swfUrl document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cabversion=6,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">'); document.write('<param name="movie" value="/js/vcastr21.swf"><param name="quality" value="high">'); document.write('<param name="menu" value="false"><param name="allowFullScreen" value="true" />'); document.write('<param name="FlashVars" value="vcastr_file='+files+'&vcastr_title='+texts+'">'); document.write('<embed src="/js/vcastr21.swf" allowFullScreen="true" FlashVars="vcastr_file='+files+'&vcastr_title='+texts+'" menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>'); //--> </script>
2.调用方式为:{$MY_内容页视频({$SoftID},宽,高)}
如下面我的实际调用模式:
3.视频的添加办法:
说明:对于这个标签是利用了DEMOURL字段.因为这个字段一般都没有使用,如果有用这个字段的朋友,请自行加入一个自定义字段以保存视频地址,视频软件的其他地方按照常规的添加即可.注意下面红框部分是相对地址,不要写绝对地址,在UPLOADFILES之前不要
4.标签和说明提供下载:下载地址 |