HTML embed code in LiveCode
Posted: Thu May 28, 2015 4:52 pm
Hello!
I need your help in this case: I'm going to make an app with Livecode that shows embed content in HTML (exactly a content from a webpage), something like that:
<object data='[link of a webpage with index.php]' width='100%' height='100%'>
<embed src='[link of a webpage with index.php]' width='100%' height='100%'> </embed>
Error: Embedded data could not be displayed.
</object>
But I don't know which is the control I need to use, the event and the exact code to show this embed code.
I will thank your help. Greetings.
I need your help in this case: I'm going to make an app with Livecode that shows embed content in HTML (exactly a content from a webpage), something like that:
<object data='[link of a webpage with index.php]' width='100%' height='100%'>
<embed src='[link of a webpage with index.php]' width='100%' height='100%'> </embed>
Error: Embedded data could not be displayed.
</object>
But I don't know which is the control I need to use, the event and the exact code to show this embed code.
I will thank your help. Greetings.