Add a SWF file to the Galleria?
PermalinkI'm thinking I will have no clue how to do this if someone hasn't already figured out a solution.
>>
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.
<<
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