autoload=1hexdj wrote: Hi dam
Is there a way to display a frame of the movie with a play overlay before the video starts playing?, kinda like in youtube?
![]()

autoload=1hexdj wrote: Hi dam
Is there a way to display a frame of the movie with a play overlay before the video starts playing?, kinda like in youtube?
![]()
I've started writing down what the different JavaScripts are for. I'm now getting a better hold of the code myself, as it is Calguy who has made all the coding work of FLVPlayer.rosgar wrote:Cool! I'm waiting for thisAt one point I may put together a tutorial on how to customize it for a web TV kind of use.![]()
Code: Select all
<__script__ type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','{$width}','height','{$height}','title','Header','src','{$location}','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','{$location}' ); //end AC code
</__script>
<noscript>
<object type="application/x-shockwave-flash" data="{$location}" width="{$width}" height="{$height}">
<param name="movie" value="{$location}" />
<param name="FlashVars" value="flv={$file}{foreach from=$player_params key=n item=v}&{$n}={$v}{/foreach}" />
<param name="wmode" value="transparent" />
</object>
</noscript>
Code: Select all
<param name="FlashVars" value="flv={$file}{foreach from=$player_params key=n item=v}&{$n}={$v}{/foreach}" />
This is the answer I had been searching for. I am guessing that the autoload parameter is an on/off (1/0) function. Is this correct? I would love to show a particular frame, either to choose the frame number or time (such as 20 seconds into the clip). Also, the way the first frame shows up as a thumbnail is very dark. I'd prefer for it not to be dimmed at all, but at least much less than it is now. Is there a way to adjust this?dam wrote:autoload=1hexdj wrote: Hi dam
Is there a way to display a frame of the movie with a play overlay before the video starts playing?, kinda like in youtube?
![]()
![]()
Hello,JayP wrote: This is the answer I had been searching for. I am guessing that the autoload parameter is an on/off (1/0) function. Is this correct? I would love to show a particular frame, either to choose the frame number or time (such as 20 seconds into the clip). Also, the way the first frame shows up as a thumbnail is very dark. I'd prefer for it not to be dimmed at all, but at least much less than it is now. Is there a way to adjust this?
It displays correctly on Linux/Firefox. When you validate your CSS in W3C validator, it displays a full list of errors...reidjazz wrote: Dam,
I'm having a bit of trouble with the Play module. On this page http://alhoodtrumpet.com/cms/index.php?page=sounds, I'm using the play module at the bottom, but notice it doesn't display correctly (at least on a Mac...not sure about Windoze). It may be something about the CSS, but I'm not sure what.
Any ideas?
reidjazz