html .src doesn't work ?

I’m trying to show PDF file content by HTML element, here’s my page:

But there’s a problem, on preview and live mode the HTML show nothing :kissing:.

Although the console show correct about .src link

And when I checked the frame source, it’s show below code:

<!doctype html>
<html>
<body style='height: 100%; width: 100%; overflow: hidden; margin:0px; background-color: rgb(82, 86, 89);'>
<embed name='8A4DAD1BE9392E0061C2904D235CEA54' style='position:absolute; left: 0; top: 0;'width='100%' height='100%' src='about:blank' type='application/pdf' internalid='8A4DAD1BE9392E0061C2904D235CEA54'>
</body>
</html>

What mistakes I’ve made, and how to fix it ?
Ps: I’m a newbie, who only know a little Javascript (but nothing about HTML) from some weeks since using Corvid, please help me as detail as possible :sweat_smile:.

Do you have embedded code in the HtmlComponent? That could cause a conflict with the src property.

Reminder: it’s only possible on premium websites.

J.D. is correct - you’ll need premium to display in Live. However, it should work in Preview. (J.D. - AFAIK that’s correct)

@yisrael-wix I think (but am not sure) I tried it in preview mode a few days ago and it didn’t work for free sites.

@jonatandor35 Thanks for that - ya learn something everyday.