The_Joker
BANNED
- Apr 8, 2008
- 307
- 158
hi guys n girls, I have some .flv videos I want to randomly display on my blog when the page is refreshed, when the video is finished I don't want it to go to the next video.
I've had a look on google and can't find anything that helps.
the code I am using to display the current video is
also I want to use the code above as the player I am using looks pretty good and hopefully i can keep the look of it while displaying the random vids
any one able to help?
thanks
I've had a look on google and can't find anything that helps.
the code I am using to display the current video is
Code:
<script type="text/javascript">
var so = new SWFObject("flvPlayer.swf?imagePath=movie.png&videoPath=movie.flv&autoStart=false&autoHide=false&autoHideTime=5&hideLogo=true&volAudio=60&newWidth=720&newHeight=540&disableMiddleButton=false&playSounds=true&soundBarColor=#0066cc&barColor=#0066cc&barShadowColor=0x91BBFB&subbarColor=0xffffff", "sotester", "640", "505", "9", "#efefef");
so.addParam("allowFullScreen", "true");
so.write("flashcontent");
</script>
also I want to use the code above as the player I am using looks pretty good and hopefully i can keep the look of it while displaying the random vids
any one able to help?
thanks
Last edited: