Add a SWF file to the Galleria?
Permalink
Has anyone messed around and found a solution to adding Flash content into the Galleria script? It seems like it would be pretty complicated since it would have to create a thumb from the SWF and also embed a SWF into the main area. But, I thought I would ask since my boss wants to showcase Flash banners as well.
I'm thinking I will have no clue how to do this if someone hasn't already figured out a solution.
I'm thinking I will have no clue how to do this if someone hasn't already figured out a solution.
Hi I am looking for the same solution but have not been able to find it. This is my prev. Post:
>>
HELP!.. Headers: SlideShow using "Multiple" SWFs files [to randomize load]?
December 07, 2011 at 4:59 AM Edit
Hi, I am new to the scene and I love all that can be done with C5.
...Need your help!
I am looking to load "multiple" swf [flash] files (as in the image Slideshow) on the header block of the default "page-type" to show all across on the selected child pages.
- note: FYI - I need multiple swf files, because each has its own animation and I want it to load randomly, not in the same order (otherwise I'd just make one long flash mov).
Now the problem I see is that I am able to load multiple images (jpg, giff, etc..) but I CANNOT seem to be able to do so with flash files (SWFs)to have them load and play randomly as the images would.
<<
>>
HELP!.. Headers: SlideShow using "Multiple" SWFs files [to randomize load]?
December 07, 2011 at 4:59 AM Edit
Hi, I am new to the scene and I love all that can be done with C5.
...Need your help!
I am looking to load "multiple" swf [flash] files (as in the image Slideshow) on the header block of the default "page-type" to show all across on the selected child pages.
- note: FYI - I need multiple swf files, because each has its own animation and I want it to load randomly, not in the same order (otherwise I'd just make one long flash mov).
Now the problem I see is that I am able to load multiple images (jpg, giff, etc..) but I CANNOT seem to be able to do so with flash files (SWFs)to have them load and play randomly as the images would.
<<
IMO, you're better off paying $15 for the gallerific Add-On. I haven't bought it yet, but I played with it online using Firebug to edit the CSS how I wanted it to look and it seems just as easy to modify as this Galleria (maybe even easier). I also believe it supports multiple formats. If not, then I would use a different Add-On regardless because this one is quite broken and the creator no longer supports it.
I haven't looked at the add-ons code, but in my head i would think you would need to add a check function that could tell if the next "slide" was an image or a swf. Not sure is jquery has a swf class like some js frameworks do but if not you could link it to swfObject to create the swf "on-the-fly" so to speak