Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Aggregator projects and scalable HTML content

New Here ,
May 11, 2015 May 11, 2015

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?

357
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

People's Champ , May 11, 2015 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;
}

Translate
People's Champ ,
May 11, 2015 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;
}

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 11, 2015 May 11, 2015

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
May 11, 2015 May 11, 2015

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 19, 2015 Nov 19, 2015
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources