Flash alignment in 1.3.2-win32-x86

Asked by Martijn Harbers

Currently I'm testdriving Xibo 1.3.2 server with 1.3.2-win32-x86 client. I build a layout (800x450) with only 1 region. This layout is being sent to a 16:9 (1280x720) screen.
I've added a couple of mediatypes to this layout and found no issues in video- and image-playback. They apear full screen and well-aligned (top left) on screen. The flash-files are not well-aligned, though.

It looks like the body margin/padding is not set to 0. Is this a known issue? Is there a way to resolve it?

Question information

Language:
English Edit question
Status:
Answered
For:
Xibo Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Dan Garner (dangarner) said :
#1

Yeah, we noticed that ourselves... its fixed in 1.3.3 (we put the following in our blank html template)

<style type="text/css">
            body {
                margin: 0;
            }
        </style>

Revision history for this message
Martijn Harbers (martijnharbers) said :
#2

Thanks for answering this fast! The blank.html is added 1.3.3? I can't seem to find it in 1.3.2.
Is the 1.3.3-release already scheduled?

Revision history for this message
Dan Garner (dangarner) said :
#3

It is essentially ready - we are just testing install kits and such. I'd imagine mid next week at the latest.

I wasn't so clear, the template is called HtmlTemplate.htm, and has been changed between 1.3.2 to 1.3.3 to include the inline style i mentioned.

Can you help with this problem?

Provide an answer of your own, or ask Martijn Harbers for more information if necessary.

To post a message you must log in.