How to access an HTML widget attachment in an IFRAME Tag

Former Member
Former Member

How do I access an HTML widget attachment in an IFRAME Tag in Velocity? I have tried the following, but it is not working. It is simply downloading the HTML file.

<iframe src="$core_v2_widget.GetFileUrl('index.html')">
</iframe>