emine
Posts: 0
Joined: Mon Mar 25, 2013 7:20 pm

embedding you tube videos

I am new to this, I don't know how to embed you tube videos can anyone help?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

embedding you tube videos

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/...

emine
Posts: 0
Joined: Mon Mar 25, 2013 7:20 pm

embedding you tube videos

Sorry to be a bother :( Will the video only appear once I have exported my app.. it does not seem to be working..

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

embedding you tube videos

Hi,
Should be working everywhere...

emine
Posts: 0
Joined: Mon Mar 25, 2013 7:20 pm

embedding you tube videos

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');

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

embedding you tube videos

On page Load event add "Run JavaScript" action:
Image

I would recommend you to replace:
code.appendTo('body');/code
withcode.appendTo('.ui-content');/code

Cio BB
Posts: 0
Joined: Fri Feb 08, 2013 7:56 am

embedding you tube videos

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

embedding you tube videos

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?

Cio BB
Posts: 0
Joined: Fri Feb 08, 2013 7:56 am

embedding you tube videos

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

Image

this is my project:
http://appery.io/app/project/d38440f2...

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

embedding you tube videos

Hello! Sorry for delay. Working on it.

Return to “Issues”