Forum Discussion

PeterMercier's avatar
PeterMercier
Community Member
4 years ago

Embed Mortgage Calculator into Slide using java source code?

Greetings, 

I'm a total newbie with Storyline using the free trial and tutorials to teach myself while trying to develop my portfolio.  I've taken on a project to create a course for first time home renters/buyers and would like to include a mortgage calculator on one of the slides.  Another discussion post noted pasting the source code into the Video Insert Box, but it doesn't work.  The result is a static black and white box with no text or data entry options.  I'm totally lost as to how to make this work.  I have pasted the source code here in hopes that helps answer the question.  Thanks to anyone in advance for providing any insights!

<div><p align="center"><a href="https://www.mortgagecalculator.org/"><img src="https://www.mortgagecalculator.org/images/mortgage-calculator-logo.png" width="589" height="57" alt="MortgageCalculator.org" border="0" style="max-width: 100%;" target="_blank"></a></p> <iframe src="https://www.mortgagecalculator.org/webmasters/?downpayment=50000&homevalue=300000&loanamount=250000&interestrate=4&loanterm=30&propertytax=2400&pmi=1&homeinsurance=1000&monthlyhoa=0" style="width: 100%; height: 1200px; border: 0;"></iframe>
<div style="font-family: Arial; height: 36px; top: -36px; padding: 0 8px 0 0; box-sizing: border-box; text-align: right; background: #f6f9f9; border: 1px solid #ccc; color: #868686; line-height: 34px; font-size: 12px; position: relative;"> <a style="color: #868686;" href="https://www.mortgagecalculator.org/free-tools/javascript-mortgage-calculator.php" target="_blank">Javascript Mortgage Calculator</a> by MortgageCalculator.org</div>
</div>