I am trying to embed more than one video on a site. The problem is they all start
playing automatically, I would like to keep them from starting automatically. I get
my code from helloworld.com they use razor stream the videos load up fast and don't
stutter. If anyone with this kind of knowledge could help me I would really appreciate it.
I've tried everything I could on my own and have managed to do things like get rid of the status bar, loop the video, but can't get them to stop playing automatically. I was told by the server support that I get the code from, that if I knew what I was doing I could get it to work but that they would not help me do it themselves their programers are to busy. Also I would appreciate it if someone that knows about this stuff might be able to direct me somewhere where I could learn about it more. Feel free to play with it.
This is the code I am trying to modify:
<iframe width='320' height='240' frameborder='0' marginheight='0' marginwidth='0' noresize scrolling=no src='http://widgetpf.razorstream.com/widgets/v.1.0/inc/mediaplayer.aspx?lic=hw&accHex=3656ba4d-5fa8-4f9e-9906-ae1c18ac73c5&mediaID=20033573&mediaTag=&ts=1226989656211&expires=false&ipLock=false&ip=67.40.127.111&hash=9f2997c0888e59816be9609c7b980fbf3c88aacf&successURL=&successCB=&errorURL=&errorCB=&bgColor=%23000000&width=&height=&controls=true&statusbar=false&repeat=false&fullScreen=true&fmtSelector=true&prefFormat=&prefSpeed=&linkURL=©Link=true&emailLink=true&embedLink=true&assetID=20033867'></iframe>
Please Help