ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


how to change the Atutor sites banner to a swf file


  • 2016-01-05 02:18:30

    how to change the Atutor sites banner to a swf file

    Hello,
    I'm using Atutor 2.2. Currently the site's banner is a jpg file named atutor_head.jpg located in /themes/default/images. I Want to change this banner to a swf file. Since it's a flash file, it can't be done only by changing the file. Because handling images is different from flash files in HTML. So can anyone help me, which file should I change and how?

    Thanks

  • 2016-01-05 08:46:57

    Re: how to change the Atutor site's banner to a swf file?

    You can add your flash HTML generated by your flash authoring tool to the header area of /themes/default/include/header.tmpl.php.

  • 2016-01-13 02:18:38

    Re: how to change the Atutor site's banner to a swf file?

    Hello,

    I did like you said. I have the banner on the header now bu the problem is that the site's title slides down the banner behind the main menu and when u login to a course the same happens to the course title. How can I fix this?
    The Jump menu and Help link goes above the banner which is not bad.
    here is my HTML code for the banner which is located right after the <div id="header"> :

    <object id="flashobject" width="100%" height="100%">
    <param name="movie" value="NoSmoking.swf">
    <param name="SCALE" value="exactfit">
    <param name="wmode" value="transparent">
    <embed src="/themes/default/images/NoSmoking.swf" width="100%" height="100%" SCALE="exactfit" vmode="transparent">
    </embed>
    </object>

    you can see if from this link: http://nosmoking.my
    user login: user1
    password: user1

  • 2016-01-13 09:02:36

    Re: how to change the Atutor site's banner to a swf file?

    You'd need to experiment with the styles that control the elements in the header area, adjusting various layout styles (margin, padding, height etc.) to make it fit properly.

  • 2016-02-07 02:21:15

    Re: how to change the Atutor site's banner to a swf file?

    Hello,

    As my experience, changing layouts such as margin and height didn't make it fit, and it just adjust everything from behind the flash object with any margin or height. I think it is about doing something to make the flash object transparent to other HTML objects. But i don't know how to make it in HTML or CSS.
    Thank you for any help.

  • 2016-02-07 19:51:26

    Re: how to change the Atutor site's banner to a swf file?

    Sorry. This is not really something we can help you with.