Search…

X3 Photo Gallery Support Forums

Search…

Search found 34 matches

by pat_morita
30 Aug 2010, 03:43
Forum: Imagevue X2
Topic: Closing "X" Cross shows up when it shouldnt.
Replies: 7
Views: 3222

yes, i know its i minor problem. Just thought if its easy to solve.. why not asking. But thanks for looking! Aprecciate that.
by pat_morita
27 Aug 2010, 04:41
Forum: Imagevue X2
Topic: Closing "X" Cross shows up when it shouldnt.
Replies: 7
Views: 3222

yeah sure. ill send you a link via PM
by pat_morita
27 Aug 2010, 04:07
Forum: Imagevue X2
Topic: Intervention in FLA File / Deactivate Sound
Replies: 4
Views: 2795

ill add it into my code. And i need to path it through to your code correctly. code was just an example... this way i dont need to change your code - but anyways i would need the source fla to figure the right path to these vars out. I wrote you a Pm with my order-id. Could you send me the fla pleas...
by pat_morita
26 Aug 2010, 07:23
Forum: Imagevue X2
Topic: Intervention in FLA File / Deactivate Sound
Replies: 4
Views: 2795

thank you! ill just add something like this : if(videoconfig.stopAudioPlayer._value and mysoundplaying){ mysoundplaying=false; mysoundwasplaying=true; } //and for restarting it if(videoconfig.stopAudioPlayer._value and !mysoundplaying and mysoundwasplaying){ mysoundplaying=true; mysoundwasplaying=fa...
by pat_morita
26 Aug 2010, 07:18
Forum: Imagevue X2
Topic: Closing "X" Cross shows up when it shouldnt.
Replies: 7
Views: 3222

hehe... ok! maybe little weird. let me try again On Gallery Mode when you watch your Fotos, you can active (in settings) a close button that looks like an "X" and tag it on several positions onto the image. Like top right or so. This button first appears, when an image is fully loaded. But -in my ca...
by pat_morita
25 Aug 2010, 07:41
Forum: Imagevue X2
Topic: Closing "X" Cross shows up when it shouldnt.
Replies: 7
Views: 3222

Closing "X" Cross shows up when it shouldnt.

Hey guys, just a little minor "optical" issue. I included the gallery into my flash. Everthing works fine. The onlies thing i recognized is, that when a new image loads, right befor the closing "X" appears on the image, it shows up on TL of the screen. Depth problem (maybe?) Greetings, Pad ps.: I ca...
by pat_morita
25 Aug 2010, 07:30
Forum: Imagevue X2
Topic: Intervention in FLA File / Deactivate Sound
Replies: 4
Views: 2795

Intervention in FLA File / Deactivate Sound

Hey guys! I got a little problem and I hope yo can help me solve it. This is the situation: I included imagevue into my flash site (loade into a MC). Everything works fine. The problem i got is - that i play sound on my Flashsite. And whenever a video (with sound) is loaded i dont have the possibili...
by pat_morita
15 Aug 2010, 11:23
Forum: Imagevue X2
Topic: FLV embeded Problem
Replies: 2
Views: 1683

ok, it seems that theres a path/root problem with the flv. i got the following structure on my domain: home> mySWF (where imagevue is embedded) home>imaegevue>content>portfolio> FLV So "myswf" im playing on loading the website is outside the standard imagevue folder. And the FLV i want to play withi...
by pat_morita
14 Aug 2010, 19:50
Forum: Imagevue X2
Topic: FLV embeded Problem
Replies: 2
Views: 1683

FLV embeded Problem

Hi there,

my gallery works fine when i call it solo via Browser.
But when I include the gallery into my Flashsite, everything works fine except the FLV. Just doesnt show up... Path problem?

EDIT: found a workaround. can be closed!

Grateful for help
Pat
[/url]
by pat_morita
13 Mar 2009, 04:27
Forum: Imagevue X2
Topic: Joomla wrapper - embedding content
Replies: 5
Views: 4137

you're welcome :)
by pat_morita
12 Mar 2009, 03:22
Forum: Imagevue X2
Topic: FLV video
Replies: 44
Views: 102488

upload it via FTp -> no problems :)
by pat_morita
10 Mar 2009, 19:19
Forum: Deutsch X3 Forum
Topic: Men༠horizontal und zentriert
Replies: 1
Views: 7109

geht nicht.

noch nicht. Karl hat es aber auf der ToDo liste stehen. Hab ich im englischen Forum gelesen, such mal da!
by pat_morita
10 Mar 2009, 19:17
Forum: Deutsch X3 Forum
Topic: Flash Datei einbinden?
Replies: 2
Views: 7596

html code brauchste net, wenn die SWF in der gallery là¤uft.

um das skalieren abzuschalten mußt die in die Source datei des Filmes, den du reinladen willst und an den Anfang ins Actionscript das hier reinschreiben:

Code
Stage.align = "TL";
Stage.scaleMode = "noScale";