embedding you tube videos
I am new to this, I don't know how to embed you tube videos can anyone help?
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/
I am new to this, I don't know how to embed you tube videos can anyone help?
If you are new to mobile app building in Tiggzi, please read getting started: http://docs.tiggzi.com/getting-started, then start with tutorials: http://docs.tiggzi.com/tutorials and/or watch the videos: http://docs.tiggzi.com/videos/
As for embedding a YouTube video, it's in the docs: http://docs.tiggzi.com/documentation/...
Sorry to be a bother Will the video only appear once I have exported my app.. it does not seem to be working..
Hi,
Should be working everywhere...
hey thanks
i guess i have pasted the code in the wrong place
Where exactly do I paste this code
$('', {
name: 'myFrame',
id: 'myFrame',
class: 'youtube-player" type="text/html',
width: '300',
height: '250',
src: 'https://www.youtube.com/embed/TIA6KNfpRqs'
}).appendTo('body');
got the following error when test
Blocked a frame with origin "http://www.youtube.com" from accessing a frame with origin "http://appery.io". Protocols, domains, and ports must match.
Hello! Could you clarify what did you try to do? Do you mean you were trying to embed youtube video and get this errror while testing? Could you also clarify wat code you use to do that?
After I follow the instruction from Katya's comment, I export my project to eclipse and deploy to my Android phone. The youtube video still got black screen, just with audio but no video, this is the screenshot that we i got
this is my project:
http://appery.io/app/project/d38440f2...
Hello! Sorry for delay. Working on it.