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

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

Try this. Instead of attaching the video to the body tag, attach it to the label component (Workout 1, Workout 2). That should position it in the right place.

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

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

yeah i tried that now the video doesn't come up at all

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

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

Here you go...

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

App link: http://tiggzi.com/preview/27070/mob-s...

In my example, the label component has id of 'mobilelable1'.

Return to “Issues”