Skip to content

Instantly share code, notes, and snippets.

@alonecuzzo
Created January 4, 2012 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alonecuzzo/1561640 to your computer and use it in GitHub Desktop.
Save alonecuzzo/1561640 to your computer and use it in GitHub Desktop.
E.add('loan-calculator-flash', 'click', function (event) {
E.preventDefault(event);
swfobject.embedSWF("/assets/calc/calculator.swf", "flashcontentLoan", "870", "540", "8.0.0", "expressInstall.swf", {
'url': "/assets/calc/loan.swf",
'calc': "Loan",
'LowAPR': C.getLowAPR(),
'HighAPR': C.getHighAPR(),
'LoanAmount': C.getLoanAmount(),
'term': C.getTerm(),
'debtList': C.getCreditorAmount(),
'noapp': true
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment