AVplayer with splash screen

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
mvandek2
Forum Members
Forum Members
Posts: 39
Joined: Wed Apr 28, 2010 8:48 pm

AVplayer with splash screen

Post by mvandek2 »

Is it possible to use AVplayer with a splash screen as the initial frame?

Thanks in advance,

Mark
mvandek2
Forum Members
Forum Members
Posts: 39
Joined: Wed Apr 28, 2010 8:48 pm

Re: AVplayer with splash screen

Post by mvandek2 »

Wow, no replies at all?
uniqu3

Re: AVplayer with splash screen

Post by uniqu3 »

Well simply call it on your start page.
Look at parameters if it has autoplay.

Problem would probably be forwarding to regular pages after video was played ;)

PS: Splashscreens are bad for SEO, annoying and of no really good use.
mvandek2
Forum Members
Forum Members
Posts: 39
Joined: Wed Apr 28, 2010 8:48 pm

Re: AVplayer with splash screen

Post by mvandek2 »

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.
mw
Forum Members
Forum Members
Posts: 159
Joined: Mon Aug 25, 2008 8:38 pm
Location: Comox Valley, BC, Canada

Re: AVplayer with splash screen

Post by mw »

mvandek2 wrote:Is it possible to use AVplayer with a splash screen as the initial frame?

Thanks in advance,

Mark
use the "startimage" as a parameter in the final)default template:

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>

go to http://flv-player.net/players/maxi/generator
to find all the possible parameters.
it is referenced in the avplayer help
uniqu3

Re: AVplayer with splash screen

Post by uniqu3 »

mvandek2 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.
Ups, sorry seems like i understood your question wrong and thought of splash screen as startpage like those flash loaders, my bad ;)
mvandek2
Forum Members
Forum Members
Posts: 39
Joined: Wed Apr 28, 2010 8:48 pm

Re: AVplayer with splash screen

Post by mvandek2 »

mw wrote:use the "startimage" as a parameter in the final)default template:
How exactly do I point to the required image file? For each media file I want to use a separate image.

Can I also add a description besides the title?
mw
Forum Members
Forum Members
Posts: 159
Joined: Mon Aug 25, 2008 8:38 pm
Location: Comox Valley, BC, Canada

Re: AVplayer with splash screen

Post by mw »

mvandek2 wrote:
mw wrote:use the "startimage" as a parameter in the final)default template:
How exactly do I point to the required image file? For each media file I want to use a separate image.

Can I also add a description besides the title?
Upload your image to the "Picture" field, then use it in your final_default template as I described above:
&startimage={root_url}/uploads{$item->picture->filepath}

if your not already using the UserDefined field then use that for a description.
mvandek2
Forum Members
Forum Members
Posts: 39
Joined: Wed Apr 28, 2010 8:48 pm

Re: AVplayer with splash screen

Post by mvandek2 »

mw wrote:Upload your image to the "Picture" field
I don't have a picture field, only Name, Player, Mediafile, Thumbnail and Userdefined.

Thanks for your answer!
mw
Forum Members
Forum Members
Posts: 159
Joined: Mon Aug 25, 2008 8:38 pm
Location: Comox Valley, BC, Canada

Re: AVplayer with splash screen

Post by mw »

mvandek2 wrote:
mw wrote:Upload your image to the "Picture" field
I don't have a picture field, only Name, Player, Mediafile, Thumbnail and Userdefined.

Thanks for your answer!
oh I have a different version, the thumbnail field should do the same thing
User avatar
pixelita
Power Poster
Power Poster
Posts: 388
Joined: Sun Sep 16, 2007 3:07 am
Location: Houston, Texas USA

Re: AVplayer with splash screen

Post by pixelita »

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?
Submit your site to the We Love CMSMS showcase
mw
Forum Members
Forum Members
Posts: 159
Joined: Mon Aug 25, 2008 8:38 pm
Location: Comox Valley, BC, Canada

Re: AVplayer with splash screen

Post by mw »

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?
yes you are correct.
I failed to mention that if you select an image that has been uploaded outside of avplayer it will not resize it.
It will only resize the image if you browse to a local file stored on your computer.

whatever images you have uploaded using the file manager or image manager
will show in the avplayer file browse list when choosing a thumbnail and it will simply link to it.
mvandek2
Forum Members
Forum Members
Posts: 39
Joined: Wed Apr 28, 2010 8:48 pm

Re: AVplayer with splash screen

Post by mvandek2 »

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!
mw
Forum Members
Forum Members
Posts: 159
Joined: Mon Aug 25, 2008 8:38 pm
Location: Comox Valley, BC, Canada

Re: AVplayer with splash screen

Post by mw »

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!
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.

for splash screen, I described it above, use the thumbnail field.
mvandek2
Forum Members
Forum Members
Posts: 39
Joined: Wed Apr 28, 2010 8:48 pm

Re: AVplayer with splash screen

Post by mvandek2 »

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.
This won't work as it substitutes spaces for dashes.
mw wrote:for splash screen, I described it above, use the thumbnail field.
Uploading the image via AVplayer results in a dithered image (and this will happen).

Both issues seem pretty straightforward, no good solutions available?
Locked

Return to “Modules/Add-Ons”