This is driving me up the wall, I need the ratios to stop the resizing/odd padding occuring when the movie renders.
According to the Ratio Calculation help article (which is unhelpful since it follows the old, not recommended, way of replacing elements) it should show me a prompt, but it doesn't.
ratio.html
<html>
<head>
<script src="http://mydomain.com/wp-content/plugins/sifr/sifr.js" type="text/javascript"></script>
<script src="http://mydomain.com/wp-content/plugins/sifr/sifr-debug.js" type="text/javascript"></script>
<script src="http://mydomain.com/wp-content/plugins/sifr/sifr-config.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://mydomain.com/wp-content/plugins/sifr/sifr.css" type="text/css" media="screen" />
</head>
<body>
<h2>Hello World!</h2>
</body>
sifr-config.js
var futura = { src: 'http://mydomain.com/wp-content/plugins/sifr/LTe50243.swf' };
// activate sIFR: sIFR.activate(futura);
sIFR.debug.ratios(futura, {
selector: 'h2' });
I can't work out why this will not give me a prompt - it still renders the movie perfectly fine but gives no prompt...