AVplayer with splash screen
Posted: Thu May 19, 2011 6:20 pm
Is it possible to use AVplayer with a splash screen as the initial frame?
Thanks in advance,
Mark
Thanks in advance,
Mark
Content management as it is meant to be
https://forum.cmsmadesimple.org/
use the "startimage" as a parameter in the final)default template:mvandek2 wrote:Is it possible to use AVplayer with a splash screen as the initial frame?
Thanks in advance,
Mark
Code: Select all
<param name="FlashVars" value="{$item->parent_object->playertype_namevalue}={root_url}/uploads{$item->mediafile->filepath}{$item->parent_object->parameters}&startimage={root_url}/uploads{$item->picture->filepath}"/><param name="wmode"value="transparent" /></object>
Ups, sorry seems like i understood your question wrong and thought of splash screen as startpage like those flash loaders, my badmvandek2 wrote:I totally disagree, as far as I am concerned content is leading, not SEO. Furthermore I think a black square as an initial frame is fare more annoying and it is pretty usefull because you get an impression what the video is about.
How exactly do I point to the required image file? For each media file I want to use a separate image.mw wrote:use the "startimage" as a parameter in the final)default template:
Upload your image to the "Picture" field, then use it in your final_default template as I described above:mvandek2 wrote:How exactly do I point to the required image file? For each media file I want to use a separate image.mw wrote:use the "startimage" as a parameter in the final)default template:
Can I also add a description besides the title?
I don't have a picture field, only Name, Player, Mediafile, Thumbnail and Userdefined.mw wrote:Upload your image to the "Picture" field
oh I have a different version, the thumbnail field should do the same thingmvandek2 wrote:I don't have a picture field, only Name, Player, Mediafile, Thumbnail and Userdefined.mw wrote:Upload your image to the "Picture" field
Thanks for your answer!
yes you are correct.pixelita wrote:I wouldn't think using the thumbnail would be best; wouldn't it be too small, and forcing it to the dimension of the player would cause it to become pixelated, wouldn't it? Can you create a user-defined field such as "splashimage" or something, and then upload that, and give it a prefix suchas splash-{imagename} and that way it would pull the appropriate image for that particular video?
what you can do for a description is go to settings and select :mvandek2 wrote:I really think I miss something.
I have a tab "Field options" where I can add options to the field "userdefined2", I can edit an option but there is nothing to edit besides the name.
Where can I create a userdefined field?
Furthermore each mediafile should have its own splashimage, I don't see how we can achieve that.
Thanks again!
This won't work as it substitutes spaces for dashes.mw wrote:what you can do for a description is go to settings and select :
"Should the alias of items be manually editable"
then use the alias field in your template.
Uploading the image via AVplayer results in a dithered image (and this will happen).mw wrote:for splash screen, I described it above, use the thumbnail field.