Page 1 of 1

Remove the folder name in use as Text page

Posted: 29 Mar 2010, 05:41
by zwirn
Hi,
am very excited about the Gallery, but how do I remove the folder name on my start screen use as Text page. http://www.sven-buettner.de/ Thanks in advance. Greetings Sven
Please excuse my bad english :oops:

Re: Remove the folder name in use as Text page

Posted: 29 Mar 2010, 08:45
by mjau-mjau
zwirn wrote:Hi,
am very excited about the Gallery, but how do I remove the folder name on my start screen use as Text page. http://www.sven-buettner.de/ Thanks in advance. Greetings Sven
Please excuse my bad english :oops:
First of all, why are you using a textpage to display that SWF? You can use normal filemod to display that SWF ... Just upload the SWF file to your imagevue/filemods/ folder, and then from the admin, navigate to your "startseite" and set use as: FILEMOD on right, and select your SWF file in the filemod dropdown.

Then, to remove the text, you can just set the PARAMETER "text=false".

If you for some reason need to use textpage, you need to disable the heading with CSS, but that would hide the header from ALL textpages, so not a good solution!

Posted: 29 Mar 2010, 16:18
by zwirn
thank you

I have therefore taken the text page mod because my swf file in the FileMode is not placed in the middle. I probably should define more precisely in flash :?:

Posted: 30 Mar 2010, 02:16
by mjau-mjau
zwirn wrote:thank you

I have therefore taken the text page mod because my swf file in the FileMode is not placed in the middle. I probably should define more precisely in flash :?:
There are some tricks to get this working properly ... Because SWF doesnt always have a width/height, Imagevue may not be able to position it correctly. To fix this, do the following in your custom SWF:

# Make sure to make a transparent square background, that covers the entire stage area. By using this, Imagevue will know the width and height of the SWF immediately when its loaded, and it will be positioned correctly.

Posted: 30 Mar 2010, 16:05
by zwirn
Thanks for the quick support! My question is
I must then align with Change settings> modules> FileMode>: M or on TL use? Greetings

Posted: 31 Mar 2010, 02:32
by mjau-mjau
zwirn wrote:Thanks for the quick support! My question is
I must then align with Change settings> modules> FileMode>: M or on TL use? Greetings
Well if you want it at Top Left, set TL, if you want it in Middle, select M. That what I said above is required even for these settings to work, because they both use the SWF width and height to position the clip.