AutoPlay or AutoStart false - Where do I set the value? - Joomla! Forum - community, help and support
i'm using following code , have tried every combination can think of set autoplay=false , autostart=false.
if has done this, pass along code snippet?
my code below:
<script type="text/javascript" src="templates/rt_hyperion_j15/js/swfobject.js"></script>
<script type="text/javascript">
window.addevent('domready', function() {
var flashvars = {
titlescolor: '0x' + $$('a')[0].getstyle('color').substr(1)
};
var flashparams = {
wmode: 'transparent',
base: 'templates/rt_hyperion_j15/flash'
};
var rnd = $time() + $random(0, 10000);
swfobject.embedswf("templates/rt_hyperion_j15/flash/hype_vid.swf?cache=" + rnd, "recent-videos-object", "635", "310", "9.0.0", "templates/rt_hyperion_j15/js/expressinstall.swf", flashvars, flashparams);
});
</script>
if has done this, pass along code snippet?
my code below:
<script type="text/javascript" src="templates/rt_hyperion_j15/js/swfobject.js"></script>
<script type="text/javascript">
window.addevent('domready', function() {
var flashvars = {
titlescolor: '0x' + $$('a')[0].getstyle('color').substr(1)
};
var flashparams = {
wmode: 'transparent',
base: 'templates/rt_hyperion_j15/flash'
};
var rnd = $time() + $random(0, 10000);
swfobject.embedswf("templates/rt_hyperion_j15/flash/hype_vid.swf?cache=" + rnd, "recent-videos-object", "635", "310", "9.0.0", "templates/rt_hyperion_j15/js/expressinstall.swf", flashvars, flashparams);
});
</script>
it looks using video player came hyperion template. doesn't support auto play according rockettheme folks. if important need @ deploying video player. here 1 of best joomla friendly ones know of called allvideos plugin , free:
http://www.joomlaworks.gr/content/view/16/42/
if want more variety in looks , features, www.flashcomponents.net has of best available flash developers sell through site. recommend looking @ "snowcat", "flashexpert", , "tabahee." have video players worth charge.
hope helps.
http://www.joomlaworks.gr/content/view/16/42/
if want more variety in looks , features, www.flashcomponents.net has of best available flash developers sell through site. recommend looking @ "snowcat", "flashexpert", , "tabahee." have video players worth charge.
hope helps.
Comments
Post a Comment