gonadn
Posts: 0
Joined: Wed Apr 03, 2013 11:03 pm

How to use Video component?

Hi

How can i use this video component in tiggzi?
I have tried to set some random url from youtube, but none of them is working.
I dont no what to put in type field? and why is there 3 src and type fields? what is purpose of all these fields?

Is there any tutorial?

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

How to use Video component?

http://docs.tiggzi.com/documentation/...

Our component is the standard HTML5 video element. YouTube doesn't allow playing its videos directly with this element.

gonadn
Posts: 0
Joined: Wed Apr 03, 2013 11:03 pm

How to use Video component?

oki, so any idea wich component i can use, i maybe need to that in VS?

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

How to use Video component?

you can use

precode
$('<iframe &#47;>', {
name: 'myFrame',
id: 'myFrame',
class: 'youtube-player" type="text&#47;html',
width: '300',
height: '250',
src: 'http:&#47;&#47;www&#46;youtube&#46;com&#47;embed&#47;TIA6KNfpRqs'
})&#46;appendTo(Tiggr('mobilecontainer1'));
/code/pre

gonadn
Posts: 0
Joined: Wed Apr 03, 2013 11:03 pm

How to use Video component?

Oki nice, this script i have to add it on to the page, mobilecontainer what is that? a panel or?

gonadn
Posts: 0
Joined: Wed Apr 03, 2013 11:03 pm

How to use Video component?

Your script is working, if i put that in a page load. But when i change the youtube url to another like: https://www.youtube.com/watch?v=a8AiyZ..., it's not working with this url....? any idea why?

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

How to use Video component?

Hi, mobile screen in editor contains three parts - header, mobilecontainer, footer.

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

How to use Video component?

Please try another URL format:
instead of codehttps:&#47;&#47;www&#46;youtube&#46;com&#47;watch?v=xxxxx/code
use codehttps:&#47;&#47;www&#46;youtube&#46;com&#47;embed&#47;xxxxx/code

gonadn
Posts: 0
Joined: Wed Apr 03, 2013 11:03 pm

How to use Video component?

Can i put this code into some div/panel so i no where it gonna be rendered , or?

gonadn
Posts: 0
Joined: Wed Apr 03, 2013 11:03 pm

How to use Video component?

nice , it is posible to just put this iframe into a panel....
Working now...saved my life

Return to “Issues”