Hello Johnny,
You can use Appery.io link component for your purpose: http://docs.appery.io/documentation/u...
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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 ![]()