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.
Comments
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.
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?
Update: He is right, I encounter the same behaviour on my installation.
I created a ticket for that.
`
function zenJavascript() {
global $_zp_phoogle;
if(zp_conf('gmaps_apikey') != ''){$_zp_phoogle->printGoogleJS();}
if (zp_loggedin()) {
echo " n";
echo " n";
echo " n";
sajax_show_javascript();
echo " ";
}
echo " n";
}
`
it should be
`
function zenJavascript() {
global $_zp_phoogle;
if(zp_conf('gmaps_apikey') != ''){$_zp_phoogle->printGoogleJS();}
if (zp_loggedin()) {
echo " n";
echo " n";
sajax_show_javascript();
echo " ";
}
echo " n";
echo " n";
}
`
it works for me
`function zenJavascript() {
global $_zp_phoogle;
if(zp_conf('gmaps_apikey') != ''){$_zp_phoogle->printGoogleJS();}
if (zp_loggedin()) {
echo " n";
echo " n";
echo " n";
sajax_show_javascript();
echo " ";
}
echo " n";
echo " n";
}`
I'll attach it to the ticket.
Sorry!
Is that the fault of the plugin or me?
Thanks.