The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello,
I'm trying to make it so that only logged in users can watch my FLV video's, because they take up quite a bit of bandwidth and I only want members watching them. The following code works in my footer template: Code:
<if condition="$show['member']"> <object type="application/x-shockwave-flash" width="320" height="240" wmode="transparent" data="http://www.jayscountry.ca/flvplayer.swf?file=http://urltothevideohere..."> <param name="movie" value="http://www.jayscountry.ca/flvplayer.swf?file=http://urltothevideohere..."/> <param name="wmode" value="transparent" /> </object> <else /> <img src="images/flv_login.jpg"> </if> http://www.jayscountry.ca/forums/sho...hp?p=34#post34 Any help is appreciated. |
![]() |
|
|