Search…

X3 Photo Gallery Support Forums

Search…
 
dcylai
Experienced
Topic Author
Posts: 39
Joined: 18 Jul 2008, 11:37

Cann't load and display swf file.

23 May 2009, 08:11

I maked flash guestbook of the gallery.
but I can't load and display swf file.

I try move file to the content/_GuestBook/guestbook.swf and http://www.ultradna.com/fguestbook/guestbook.swf , all are fail.Why?
Code
<TEXTFORMAT leading="200">
<img src="guestbook.swf">
</TEXTFORMAT>
or
Code
<TEXTFORMAT leading="200">
<img src="http://www.ultradna.com/fguestbook/guestbook.swf"> </TEXTFORMAT>
I try single run flash, is OK,
http://www.ultradna.com/fguestbook/guestbook.swf
 
dcylai
Experienced
Topic Author
Posts: 39
Joined: 18 Jul 2008, 11:37

23 May 2009, 10:05

I solved show problem... use Filemod-->slideshow.
But also no work in the guestbook. Why?!

http://www.ultradna.com/gallery/#/content/_GuestBook/

if I use direct link is OK
http://www.ultradna.com/gallery/content ... stbook.swf

:cry:
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

23 May 2009, 10:12

1. This file doesn ´t even exist: http://www.ultradna.com/fguestbook/guestbook.swf - If you wanna load something it gotta be there.

2. I recommend you use gallery-relative links to the SWF file. Something like this:
Code
<img src="fguestbook/guestbook.swf" ...
3. Also, you should be using width and height settings to make sure the flash textfields display it correctly:
Code
<img src="fguestbook/guestbook.swf" width="xxx" height="xxx" ...