Aggregator projects and scalable HTML content
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?
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?
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;
}
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.