Hi!
Thanks for the great module. First I tried to use flashnode, but in Views
when using flashnode I couldn't show just flash (as a field). Now I'm
trying to use flashfield instead. Yet it's is possible to show just flash
in views as a field, but it doesn't work correctly.

This is what I get:
***********
"warning: array_pop() [function.array-pop]: The argument should be an
array in D:\htdocs\sites\all\modules\flashfield\flashfield.module on line
451.

flash:

You are missing some Flash content that should appear here! Perhaps your
browser cannot display it, or maybe it did not initialise correctly."

***********

Also it would be great to have an ability to hide the title as it's done
in imagefield module.

CommentFileSizeAuthor
1.png8.53 KBgleb1982

Comments

Stuart Greenfield’s picture

Basic Views support is now on branch DRUPAL-6--1. Add Content: Flash: Flash to your view and you will get the corresponding flash content, now without error messages (took me a while to crack this one, and I'm not sure the solution is very elegant, but it seems to work!)

At the moment there are no settings to control the size of the flash content when it's shown in a view - you simply get the "full size" view, but I'm hoping to provide a capability to limit the size shortly.

I've done some limited testing locally and it seems to be behaving!

Not sure what you mean by "hide the title". You can hide the title by configuring the field when you are creating your view. Under "Label" simply select None.

Stuart Greenfield’s picture

I've done some more work, and it's working better now. On the display settings you can choose Full size, Teaser size or Views size. On the settings page is an extra set of size settings. When you define the view you can therefore choose "Teaser" as the setting, and get nicely sized content.

At the moment this teaser view is common to all views based on a given content type.

gleb1982’s picture

Thanks for efficiency. I'm waiting eagerly for the new 6.1 build.

Stuart Greenfield’s picture

LOL - I don't think it's quite ready for a 6.1 build, but a 6.x-0.1 is probably nearly ready!

gleb1982’s picture

:)))

Stuart Greenfield’s picture

Not quite ready for 6.x-0.1 - I'm just fixing a bug with the Views system that didn't show up on one test rig, but did on another. I just committed the latest work to CVS branch DRUPAL-6--1 which should cure it.

It's starting to look ok (I think) if you want to test it out.

gleb1982’s picture

I've applied the last patch. Everything seams to work ok :). Thank you!