0
@@ -79,14 +79,14 @@ if (!window.runtime) {
0
'allowscriptaccess','all',
0
'pluginspage','http://www.macromedia.com/go/getflashplayer',
0
- 'flashvars','appname=Sample%20Application&appurl=
http://api.jquery.com/browser/update/jquery-api-browser-2.0.air&airversion=2.0&imageurl=/assets/images/badge.jpg',
0
+ 'flashvars','appname=Sample%20Application&appurl=
update/jquery-api-browser-2.0.air&airversion=2.0&imageurl=assets/images/badge.jpg',
0
'movie','badge' ); //end AC code
0
} else { // flash is too old or we can't detect the plugin
0
var alternateContent = '<table id="messageTable"><tr><td>'
0
+ 'This application requires the following be installed:<ol>'
0
+ '<li><a href="http://adobe.com/go/getair/">Adobe® AIR™ Runtime</a></li>'
0
- + '<li><a href="
http://api.jquery.com/browser/update/jquery-api-browser-2.0.air">Sample Application</a></li>'
0
+ + '<li><a href="
update/jquery-api-browser-2.0.air">Sample Application</a></li>'
0
+ '</ol>Please click on each link in the order above to complete the installation process.</td></tr></table>';
0
$('#install').html(alternateContent); // insert non-flash content
0
@@ -96,7 +96,7 @@ if (!window.runtime) {
0
<p>The API browser requires JavaScript to run, however you can also download the offline AIP browser that runs using AIR:</p>
0
- <p>Download and install the <a href="
http://api.jquery.com/browser/update/jquery-api-browser-2.0.air">offline API browser</a></p>
0
+ <p>Download and install the <a href="
update/jquery-api-browser-2.0.air">offline API browser</a></p>