WilliamWPrice
Posts: 0
Joined: Tue Feb 07, 2012 5:42 am

when i embed video it does not play in the correct spot

I embedded the video using the code below and i put it so it was on click and when i click the video appears at the top or beginning of the screen instead of at the bottom like i had planned for it...what am i doing wrong

$('', {
name: 'myFrame',
id: 'myFrame',
class: 'youtube-player" type="text/html',
width: '300',
height: '250',
src: 'https://www.youtube.com/embed/TIA6KNfpRqs'
}).appendTo('body');

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

when i embed video it does not play in the correct spot

You append the video to so to it appears at the top. You should use another tag, near the button to attach the iframe to.

WilliamWPrice
Posts: 0
Joined: Tue Feb 07, 2012 5:42 am

when i embed video it does not play in the correct spot

any suggestions?? I drag the video to a spot and then what to I put in the src and mme lines to get it to play at that position?

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

when i embed video it does not play in the correct spot

Sorry, it swallowed the body tag. It should be: You append the video to body tag so it appears at the top.

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

when i embed video it does not play in the correct spot

Can you share the app link and show where exactly you want to video to appear?

WilliamWPrice
Posts: 0
Joined: Tue Feb 07, 2012 5:42 am

when i embed video it does not play in the correct spot

http://tiggzi.com/project/26691/

i want the videos on the bottom when i dragged the video icon.

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

when i embed video it does not play in the correct spot

I can't access the app like this unless you share with me. You can send me a link. Test, check Public and send me the link.

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

when i embed video it does not play in the correct spot

By sharing, I meant where I can edit our app: http://help.gotiggr.com/documentation.... Just the link will be fine for now.

WilliamWPrice
Posts: 0
Joined: Tue Feb 07, 2012 5:42 am

when i embed video it does not play in the correct spot

I want the videos on the workout tabbed page under the parts

workout 1

workout 2

Return to “Issues”