howardwlk wrote:I just upgraded my gallery to version 2.6 but I have some problem in the textpage after the upgrading.
Please check the pages below:
Textpage cut the flash:
http://www.howard-w.com/#/content/05_What_News/
The html using in in textpage:
<img src="guestbook2/gbv2.swf" alt="guestbook" height="372" width="546.9" />
The size is wrong:
http://www.howard-w.com/#/content/00_Guestbook/
The html using in in textpage:
<img height="2250" width="600" src="whatnews/What_News.swf" />
There are display normally when I was using 2.1.x
How Can I fix this problem?
I am currently looking into this, and I can't understand how this was working fine earlier. Also, there seems to be two issues here:
1. Your guestbook swf is cut off, but NOT stretched. Did you try to just increase the height parameter in the embed code?
2. In regards to your dynamic SWF clip, the problem occurs when you embed a SWF not at its default size when it is initially empty. What this does, is virtually stretch the SWF in height, so it will be several hundred % stretched. Then, when images are loaded into this stretched movieclip, they will obviously inherit the stretch. I can not understand how this was working correct earlier ... Perhaps you can try and embed the SWF WITHOUT the width and height parameters and see what happens?
I would be happy to create a workaround for this, but I don't see how this is different from before. As mentioned in regards to SWF files, they may often change after they are first loaded, so the initial width/height may not be corrupt. It may stretch the SWF or or cut off the SWF depending on what is loaded and what code is executing in the loaded SWF.