Hi,

It seems I cannot modify via this call the thumbnail width and height even though it is listed here as a param

http://www.travistidwell.com/flashvideo_api

Any ideas?

CommentFileSizeAuthor
#1 thumbnail.patch1.89 KBgiorgio79

Comments

giorgio79’s picture

Status: Active » Needs review
StatusFileSize
new1.89 KB

Hi,

Here is the patch for 5.x-2.7-beta

Here is how you need to set thumbnail height and width

flashvideo_get_thumbnail($node, array('thumbnail_width' => 120, 'thumbnail_height' => 90));

thomaskr’s picture

Priority: Normal » Critical

Hi,

Our site uses flashvideo on practically every single page, so even the most simplest of php errors kills the site. I'm having trouble upgrading flashvideo.install,v 1.1.2.3 2007/11/15 to a newer version so that I can take advantage of this thumbnail feature (setting width and height). What are the specific steps required to update my install?

Thanks!

travist’s picture

This doesn't look like it has to do with the install file... I just submitted this to CVS and issued and will issue a new beta shortly. Great patch!

thomaskr’s picture

We have an index page spitting out a lot of thumbnails that play videos when you click on them (http://www.amazingtechproducts.com/action) but want those thumbnails to link directly to the node that relates to that video content instead.

We had a 3rd party who was experienced with flashvideo installs do it so we're not savvy on the upgrade requirements (every attempt to do so just crashes the web page). Is there a page that gives specific instructions on how to upgrade a flashvideo install? If not, I guess we'll have to hire that developer again...

thanks

travist’s picture

What version are you trying to upgrade from?... I might have to look at the install file and make sure that the upgrade paths are correct. You should just be able to overrite the flashvideo files and then run your update.php script on your page.

travist’s picture

Status: Needs review » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.