Re: Iterating over jwplayers

2009-01-26 Thread Skylar
Exactly right, this was a stupid question it turns out :|. Just need to make a unique id using some combination of say {{forloop.counter}} and {{video.id}}, {{video.not}} and yes s1.write ('idDynamicallyGenerated') should match the id generated for the . I think I fixed this within 5 minutes of

Re: Iterating over jwplayers

2009-01-25 Thread micval
Don't know anything about SWFObject, but it seems to me, that s1.write ('preview') puts all the video objects in the first paragraph. In the for loop, all the paragraphs get assigned the same id='preview', which they should not, as the DOM gets confused. ID of a node must be unique throughout the

Iterating over jwplayers

2009-01-24 Thread Skylar
I have a simple page with not much css and just trying to iterate over some videos and get them all to display on the same page. They seems to be stacking on top of eachother rather than each having it's own space. This is not really a Django issue but I'm wondering if anyone has had a similar i