Page 1 of 1

Cann't load and display swf file.

Posted: 23 May 2009, 08:11
by dcylai
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

Posted: 23 May 2009, 10:05
by dcylai
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:

Posted: 23 May 2009, 10:12
by mjau-mjau
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" ...