Member
Member
bauxis   2007-10-26, 10:16
#1

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.

Member
Member
sbillard   2007-10-26, 13:11
#2

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.

Member
Member
bauxis   2007-10-26, 14:33
#3

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 :/

Member
Member
sbillard   2007-10-26, 19:10
#4

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?

Administrator
Administrator
acrylian   2007-10-26, 20:39
#5

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.

Member
Member
enes   2007-10-26, 21:45
#6

I think the problem is in

`

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

Administrator
Administrator
acrylian   2007-10-27, 10:12
#7

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";

echo "  n";

sajax_show_javascript();

echo "  ";

}

echo " n";

echo " n";

}`

I'll attach it to the ticket.

Member
Member
enes   2007-10-28, 22:10
#8

it works either way but second one creates two same lines of javaScript in output

Administrator
Administrator
acrylian   2007-10-29, 10:37
#9

You are right, I made a little mistake while pasting it directly that I didn't notice first.
Sorry!

Member
Member
nbruley   2012-03-28, 06:01
#10

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.

Administrator
Administrator
acrylian   2012-03-28, 08:56
#11

I would say that is a bug in Flowplayer or your browser as the plugin itself has no such text.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.