
|
Good morning, I’m using E2 Gallery Pro for an SWF gallery.
But I can’t resize well my swf files.
Here my xml:
<item type=”swf”>
<mediaURL>/newweb/php/e2upload/Galleries/gallery2/Vulcano.swf</mediaURL>
<title>I Vulcani</title>
<author>bla bla</author>
<copyright></copyright>
<description>bla bla</description>
<src>/newweb/php/e2upload/Galleries/gallery2/thumbs/vulcano.jpg</src>
<demensions width=”1024″ height=”768″ />
</item>
My swf file is 1024×768, so I set <demensions width=”WIDTH” height=”HEIGHT” />
to 1024 and 768
But the SWF is too large!
So I tried for example 640×480 but the only thing that’s resized is a kind of “viewport” that contains my swf file (I think I’m resizing the SWF Player); the SWF inside is not resized!
So, how can I resize the SWF to desired dimension?
If I resize the player, the file inside shoud be adapted. Why not ?
——————–
Second problem:
when I load the gallery, I don’ see the first file.
I’ve to click to the first thumbs to load it.
In my other galleries, where there are images, when I load the page with the gallery, I can see correctly the first image loaded.
That not happens with swf galleries? I’d like to do the same as for the images: load the first element of my gallery.
|

|
another question:
when I resize the NonverBlaster player by the xml file, for example
<demensions width=”300″ height=”200″ />
I don’t obtain it centered in the gallery, but put in the upper left corner.
How can I set it in the center / middle area ?
|
 E2
|
Do you have a link to your gallery for reference?
|