![]() |
|
swf support - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: swf support (/thread-6370.html) |
swf support - djilou - 2010-01-02 Hi, I want to display swf files on my zenphoto gallery, any way to do this? Thanks. swf support - sbillard - 2010-01-02 There is nothing currently. However, certain themes use the adobe flash player to run specific SWF applications. You could adapt the text_object plugin to handle generic SWF using these specific cases as a starting point. swf support - djilou - 2010-01-03 work great! Thanks. swf support - sbillard - 2010-01-03 Maybe you could make your plugin available to the general community. swf support - djilou - 2010-01-03 Yes but I have a problem with this, when text_object plugin is enabled all albums thumbs are broken. I have one album with 2 files: file-name.txt and file-name.jpg How can I fix this? swf support - acrylian - 2010-01-03 If you don't have a image for a text object the default image is used. Please post a link otherwise we are guessing. swf support - djilou - 2010-01-03 Okay I found why, with this change every thing work fine except the album thumbs I don't want to use txt files beacause I prefer to have url like : instead of http://www.site.com/album/file-name.txt.html Any way to get this working?? Thank you for your help. swf support - sbillard - 2010-01-03 Do video thumbs work? Do textobject thumbs work for the unmodified textobject plugin? swf support - djilou - 2010-01-03 yes thumbs work fine with the unmodified textobject plugin swf support - sbillard - 2010-01-03 Off hand, then I do not have any ideas. The code that is used to get the alternative thumb is not sensitive to the suffix (Same code used for video as for standard text object) swf support - sbillard - 2010-01-03 I modified the textobject plugin to add swf support - djilou - 2010-01-03 yes I have the thumb image within the album folder, what I don"t understan is why the thumb created on cache folder had this format : {zp-core}{images}_imageDefault.png_100_thumb.png I'm testing this out on localhost so I can"t give a live example. swf support - sbillard - 2010-01-03 That is the default thumbnail you get if there is not a standin. swf support - djilou - 2010-01-03 okay but there is also on the cache folder others thumbs from the album let's say I have an album with : file1.htm + image1.jpg and file2.html + image2.jpg on the cache folder I see : but {zp-core}{images}_imageDefault.png_100_thumb.png is the only thumb displayed on albums index swf support - acrylian - 2010-01-04 Quote: file1.htm + image1.jpg and file2.html + image2.jpg swf support - djilou - 2010-01-04 Yes I know that as I said before : I have one album with 2 files: file-name.txt and file-name.jpg swf support - acrylian - 2010-01-04 Ok, just wanted to be sure since you typed something else..;-) Then I like sbillard have no idea. swf support - sbillard - 2010-01-04 Your are talking about the album thumb, right? Well, which image is selected for that will depend on what you have chosen in your album thumbnail settings. My guess is that you have left it alone and the one chosen is the "first" which is presumably file1.htm and has no thumbnail standin, so the default is used. |