Hi
I have a rss feed with a URL in it. Then I have a page with a html component on it.
I want to embed that url in that hml competent with the embed tag. I know hwo to use the embed tag but I do not know how to get that url value.
Hello Johnny,
You can use Appery.io link component for your purpose: http://docs.appery.io/documentation/u...
No dont want to use the link component. I want to embed a video in the html component. code<embed scr="">/code
somthing like this codeAppery('html1').append("<embed scr="+ received_URL + ">");/code
But this is not working.
Are there any errors in the browser console?
You dont understand. never mind.
Hi Johnny,
Try the following code please:precodereturn '<embed scr="'+ value + '"/>';/code/pre
It work
thank you!!
In your code the "scr" must be "src".. my mistake in comment above
codereturn '<embed src="'+ value + '"/>'; /code
Lol now all the videos start playing. But the code works and I thank you!!
Johnny,
Glad it's working ![]()