- Posts: 3
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- image preview or first frame for flv files in allvideos
image preview or first frame for flv files in allvideos
- Dad Labs
-
Topic Author
- Offline
- New Member
Would really love the ability to show first frame of flv or some sort of preview image.
Also, this would happen before download in order to save on bandwidth.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Stephen Monaghan
-
- Offline
- New Member
- Posts: 1
I don't see it:-(
Monzo?
Please Log in or Create an account to join the conversation.
- wmbell
-
- Offline
- Junior Member
- Posts: 33
What ever happened to this function??
I don't see it:-(
Monzo?
I can't find any documentation about this, HOWEVER... it has been implemented into v2.5.3's code. Simply add a .jpg file to the same folder as your video, and name it exactly the same. (Example: MyVideo.flv -- MyVideo.jpg)
Please Log in or Create an account to join the conversation.
- DaRKNeSS666NL
-
- Offline
- New Member
- Posts: 3
The solution in this topic forum.joomlaworks.net/index.php?topic=5317.0
isnt't working for me.
Any help is appreciated.
TIA
Please Log in or Create an account to join the conversation.
- wmbell
-
- Offline
- Junior Member
- Posts: 33
I made an image whit the same name and even the same size saved in the .jpg extension put the image with the video into the same dir (remote) But still no image?
The solution in this topic forum.joomlaworks.net/index.php?topic=5317.0
isnt't working for me.
Any help is appreciated.
TIA
This feature has not been implemented into the "flvremote" code. You can manually edit the code (seen below), to enable this feature.
While editing the "jw_allvideos_sources.php" file, you will see the following lines of code:
"flvremote" => "
<span style=\"width:{VWIDTH}px;height:{VHEIGHT}px;\" class=\"allvideos_player\" title=\"JoomlaWorks AllVideos Player\">
<object type=\"application/x-shockwave-flash\" style=\"width:{VWIDTH}px;height:{VHEIGHT}px;\" data=\"$mosConfig_live_site/mambots/content/jw_allvideos/players/mediaplayer_4.0.46.swf\">
<param name=\"movie\" value=\"$mosConfig_live_site/mambots/content/jw_allvideos/players/mediaplayer_4.0.46.swf\" />
<param name=\"quality\" value=\"high\" />
<param name=\"wmode\" value=\"{TRANSPARENCY}\" />
<param name=\"bgcolor\" value=\"{BACKGROUND}\" />
<param name=\"autoplay\" value=\"{AUTOPLAY}\" />
<param name=\"allowfullscreen\" value=\"true\" />
<param name=\"allowscriptaccess\" value=\"always\" />
<param name=\"flashvars\" value=\"file={AVSOURCE}&autostart={AUTOPLAY}{CONTROLBAR}&fullscreen=true\" />
</object>
</span>
",
At the end of the "flashvars" line, enter the following code, between "true" and "\".
&image=$mosConfig_live_site/{VFOLDER}/{AVSOURCE}.jpg
So, when you're finished editing, it should look like this:
"flvremote" => "
<span style=\"width:{VWIDTH}px;height:{VHEIGHT}px;\" class=\"allvideos_player\" title=\"JoomlaWorks AllVideos Player\">
<object type=\"application/x-shockwave-flash\" style=\"width:{VWIDTH}px;height:{VHEIGHT}px;\" data=\"$mosConfig_live_site/mambots/content/jw_allvideos/players/mediaplayer_4.0.46.swf\">
<param name=\"movie\" value=\"$mosConfig_live_site/mambots/content/jw_allvideos/players/mediaplayer_4.0.46.swf\" />
<param name=\"quality\" value=\"high\" />
<param name=\"wmode\" value=\"{TRANSPARENCY}\" />
<param name=\"bgcolor\" value=\"{BACKGROUND}\" />
<param name=\"autoplay\" value=\"{AUTOPLAY}\" />
<param name=\"allowfullscreen\" value=\"true\" />
<param name=\"allowscriptaccess\" value=\"always\" />
<param name=\"flashvars\" value=\"file={AVSOURCE}&autostart={AUTOPLAY}{CONTROLBAR}&fullscreen=true&image=$mosConfig_live_site/{VFOLDER}/{AVSOURCE}.jpg\" />
</object>
</span>
",
Now, you will need to upload your preview image (JPG) to your local "videos" folder. Once this has been completed, you should now be able to see your preview image!
:D
Please Log in or Create an account to join the conversation.
- Harry Toews
-
- Offline
- New Member
- Posts: 6
I'm using 2.5.3 and not having success .... but will try a few variations on relocating the videos folder to see if it makes any difference.
Does "case sensitive" also play a factor?
Please Log in or Create an account to join the conversation.
- Harry Toews
-
- Offline
- New Member
- Posts: 6
When you upload to Joomla via the Media Manager ... it changes everthing to "Lower Case". If you have capitalized ANYTHING in either the video name and then uploaded a .jpg with the same ... it won't work. So ... Keep all file names "lower case" to avoid this ...
Still can't get it to work using the {flvremote}{/flvremote} tags though...., even after editing the .php file suggested above.
Irregradless .... Many thanks again for this great plugin ...and for the community support.
Please Log in or Create an account to join the conversation.
- Dud
-
- Offline
- New Member
- Posts: 10
Please Log in or Create an account to join the conversation.
- baijianpeng
-
- Offline
- Junior Member
www.joomlagate.com
Chinese Joomla! Users Portal
Please Log in or Create an account to join the conversation.
- dmwesq
-
- Offline
- New Member
- Posts: 3
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- dmwesq
-
- Offline
- New Member
- Posts: 3
I also can't find any code in any of my jw php files that looks like the code on this thread and thus can't figure out where to insert the suggested code, unless of course that part of the answer doesn't apply since it too is quite old.
Please Log in or Create an account to join the conversation.
- dmwesq
-
- Offline
- New Member
- Posts: 3
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- image preview or first frame for flv files in allvideos