![]() |
|
not show the flash video - 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: not show the flash video (/thread-1729.html) |
not show the flash video - bauxis - 2007-10-26 Hello, I downloaded branches_community-r659 (version 1.0.9) and I have some problem with flash player video. It's work well when I'm connected with Admin but when I logout, there is "Get Flash to see this player" and not show the flash player ? thanks. not show the flash video - sbillard - 2007-10-26 Which theme are you running? The theme I am familiar with puts that message out if the browser does not detect the flash player. There is a download link, you might try reinstalling the flash player. not show the flash video - bauxis - 2007-10-26 I don't understand, I am running with the last version of flash player and I tested with many themes but it's not work But if I'm connected as Admin I can see the flash player video :/ not show the flash video - sbillard - 2007-10-26 The reason I asked about the theme is that flash has nothing to do with the zenphoto core functionality. It is entirely theme implemented. The only way that being logged in as an admin could matter is if the theme had such a test in it or had some other flawed logic that made it think that flash was not enabled. Please view http://albums.sbillard.org/Cats/. This site has flash working both when logged in and not. If you cannot view the flash on this site there is some problem with your browser. If you choose not to provide the information we ask for, how can we help you? not show the flash video - acrylian - 2007-10-26 sbillard: I think he speaks about a zenvideo problem. Update: He is right, I encounter the same behaviour on my installation. I created a ticket for that. not show the flash video - enes - 2007-10-26 I think the problem is in ` function zenJavascript() { global $_zp_phoogle; if(zp_conf('gmaps_apikey') != ''){$_zp_phoogle->printGoogleJS();} if (zp_loggedin()) {
} echo " n"; } ` ` function zenJavascript() { global $_zp_phoogle; if(zp_conf('gmaps_apikey') != ''){$_zp_phoogle->printGoogleJS();} if (zp_loggedin()) {
}
} ` it works for me not show the flash video - acrylian - 2007-10-27 Enes: You are right, there was the problem, but your fix didn't work for me. I had to change it to this: `function zenJavascript() { global $_zp_phoogle; if(zp_conf('gmaps_apikey') != ''){$_zp_phoogle->printGoogleJS();} if (zp_loggedin()) {
} echo " n"; echo " n"; }` I'll attach it to the ticket. not show the flash video - enes - 2007-10-28 it works either way but second one creates two same lines of javaScript in output not show the flash video - acrylian - 2007-10-29 You are right, I made a little mistake while pasting it directly that I didn't notice first. not show the flash video - nbruley - 2012-03-28 The text "Download latest version from here" links to the current page, not to the flash plugin download location(at least in Firefox 11)... Is that the fault of the plugin or me? Thanks. not show the flash video - acrylian - 2012-03-28 I would say that is a bug in Flowplayer or your browser as the plugin itself has no such text. |