Skip to main content
Flakes01
Participant
May 11, 2015
Answered

Aggregator projects and scalable HTML content

  • May 11, 2015
  • 2 replies
  • 415 views

Does anyone have any idea why the scalable HTML content feature stops working when you publish a host of swf files as an aggregator project? or have a workaround for it?

    This topic has been closed for replies.
    Correct answer TLCMediaDesign

    In the published html file, change the height and width to 100%:

    var so = new SWFObject("aggregator.swf", "Captivate", "100%", "100%", "10", "#CCCCCC");

    You'll also need the captivate.css to look like this(mine was not included in the poublished folder, so I had to create it)

    html,body,#CaptivateContent {
    height:100%;
    }
    body {
    margin:0;
    padding:0;
    overflow:auto;
    }

    #CaptivateContent {
    text-align:center;
    }

    2 replies

    Known Participant
    November 19, 2015

    I'm a newbie at this.  Forgive my ignorance but how do I change the published html file?

    TLCMediaDesign
    TLCMediaDesignCorrect answer
    Inspiring
    May 11, 2015

    In the published html file, change the height and width to 100%:

    var so = new SWFObject("aggregator.swf", "Captivate", "100%", "100%", "10", "#CCCCCC");

    You'll also need the captivate.css to look like this(mine was not included in the poublished folder, so I had to create it)

    html,body,#CaptivateContent {
    height:100%;
    }
    body {
    margin:0;
    padding:0;
    overflow:auto;
    }

    #CaptivateContent {
    text-align:center;
    }

    Flakes01
    Flakes01Author
    Participant
    May 11, 2015

    That did it!.....I wasted an entire day trying to figure this out.....thanks a bunch!

    TLCMediaDesign
    Inspiring
    May 12, 2015

    Glad to help. Make use of the forums, it's usually a lot quicker!