Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
andrew752
Topic Author
Posts: 7
Joined: 18 Feb 2009, 09:18

V2 in another flash project - video doesnt show

23 Feb 2009, 14:02

Hi,

I embled imagevue2.swf into my flash project using:
loadMovie("xxx/imagevue/imagevue2.swf?globalpath=xxx/",mc)

And it works fine.Only problem I have is FLV video files.
I made costum thumbs for that FLVs and gallery shows them fine.After click on them it shows white video frame,but thats all..It wont show video and video controls at all.
I think its a problem of default FLV object skin (ClearOverAll.swf) is there any dir where I should put in manualy or something ?

In normal mode it works ok: http://www.dja75.cz/galerie2/

Thanks a lot
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

25 Feb 2009, 00:55

FLV is a bit different than other filetypes, as it uses path relative to the SWF instead of the container document. It also loads a skin ...

Perhaps you have a link to your custom SWF? It would be interesting to debug and see what it's trying to load, and failing to load ...
 
User avatar
andrew752
Topic Author
Posts: 7
Joined: 18 Feb 2009, 09:18

25 Feb 2009, 03:34

I just put simple test here:
V2 loaded into another swf using: loadMovie("galerie2/imagevue/imagevue2.swf?globalpath=galerie2/",mc)
This AS is directly at first layer,mc is right at second layer (both at _root of the movie)
link: http://www.dja75.cz/test.htm

normal V2 link: http://www.dja75.cz/galerie2/ is working.

i donnt care about missing theme in first example,my problem is missing video :-)
Thanks a lot

edit: Botom line of thumbs when video should apear doesnt shows aswell...
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

03 Mar 2009, 23:51

the test link is not working it seems ... SWF file is missing. Anyway, I think it will only work if you load Imagevue from same folder, and not in a subfolder.

I will have to look into this for next release.

btw. I think you don't have to use globalpath anymore ...
 
pat_morita
Experienced
Posts: 34
Joined: 30 May 2008, 09:50

07 Mar 2009, 16:15

I solved that problem.

It IS a matter of the path.

Example:

if your FLV is placed in yoursite.com/gallery/content/folder/yourvideo.FLV it will play in normal gallery mode. If you include the gallery into your SWF which is placed directly on yoursite.com/your.swf the video wont play. Why? It searches for the video on yoursite.com/content/folder/yourvideo.FLV. Did you recognize the GALLERY is missing?

Solution until Karl includes it in next update: Create this folder, duplicate and copy ur video into it: yoursite.com/gallery/content/folder/

Hope this helps you ;)

Pat