<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Bitsontherun</title>
		<link>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18237/Bitsontherun</link>
		<description>LongTail Video forum thread: Bitsontherun</description>
		<ttl>60</ttl>
		<language>en-us</language>
		<copyright>some rights reserved (cc)</copyright>
		<pubDate>Sat, 21 Nov 2009 06:54:29 -0500</pubDate>
		<lastBuildDate>Mon, 29 Jun 2009 14:06:04 -0400</lastBuildDate>
		<atom:link href="http://www.longtailvideo.com/jw/rss/?thread=18237" rel="self" type="application/rss+xml" />
		<item>
			<dc:creator>lost</dc:creator>
			<title><![CDATA[Reference: [b]http://developer.longtailvideo.com/trac/w ..]]></title>
			<link>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18237/Bitsontherun#msg122713</link>
			<description><![CDATA[Reference: [b]http://developer.longtailvideo.com/trac/wiki/FlashFormats#Streamingservers[/b]

[code]
var flashvars = {
file: "<? echo $file; ?>",
type: "bitgravity",
backcolor: "000000",
frontcolor: "cc9966",
lightcolor: "ffffcc",
screencolor: "000000",

blah blah....

[/code]

Or per track.[code]
    <item>
      <title>Wire Attack</title>
      <media:content url="http://bitcast-a.bitgravity.com/botr/SwpclVrI/videos/cdqMNeoG-987.mp4" />
      <media:thumbnail url="http://www.longtailvideo.com/jw/upload/ed2.jpg" />
      <jwplayer:start>26</jwplayer:start>
      <jwplayer:type>bitgravity</jwplayer:type>
      <description>In which the computer world of our actors is being introduced.</description>
      <link>http://orange.blender.org/</link>
    </item>

[/code]
]]></description>
			<guid>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18237/Bitsontherun#msg122713</guid>
			<pubDate>Mon, 29 Jun 2009 14:06:04 -0400</pubDate>
		</item>
		<item>
			<dc:creator>JamesR</dc:creator>
			<title><![CDATA[We think we already did: var flashvars = {	file:  ..]]></title>
			<link>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18237/Bitsontherun#msg122709</link>
			<description><![CDATA[We think we already did:

 var flashvars = {
	file: "<? echo $file; ?>",
	streamer:   "<? echo  $streamer; ?>",
	backcolor:   "000000",
	frontcolor:  "cc9966",
	lightcolor:  "ffffcc",
	screencolor: "000000",

blah blah....

The change to the latest version of swfobject.js has caused us some problems, but I thought we had this one right. If the type is required how would that be formatted?

===========================
streamer:   'type=bitgravity',
===========================

we currently have:

streamer:   'bitgravity',

which works for the first video, but not the reload.

or did you mean:

type: 'bitgravity',

That does not seem to scrub at all.



James
]]></description>
			<guid>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18237/Bitsontherun#msg122709</guid>
			<pubDate>Mon, 29 Jun 2009 13:52:42 -0400</pubDate>
		</item>
		<item>
			<dc:creator>lost</dc:creator>
			<title><![CDATA[No [b]streamer[/b] flashvar.  Set [b]type[/b] to [i]b ..]]></title>
			<link>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18237/Bitsontherun#msg122705</link>
			<description><![CDATA[No [b]streamer[/b] flashvar.  Set [b]type[/b] to [i]bitgravity[/i]
]]></description>
			<guid>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18237/Bitsontherun#msg122705</guid>
			<pubDate>Mon, 29 Jun 2009 13:42:38 -0400</pubDate>
		</item>
		<item>
			<dc:creator>JamesR</dc:creator>
			<title><![CDATA[Hi,I have an established player and js page that us ..]]></title>
			<link>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18237/Bitsontherun#msg122698</link>
			<description><![CDATA[Hi,

I have an established player and js page that uses js to switch from medium quality to high by saving the current position of the playhead and then loading the alternative version. It works perfectly with lighttpd. We are switching to bitsontherun and were very excited by the quality of the output and the "jerk" free play even over a poor connection. However we can no longer always scrub properly (into unseen video) and our player reload seems to no longer work

we use

player.sendEvent('LOAD', {file:'<? echo $file; ?>', start:tmp2});

after saving the location in the first video and then reload the new one. The playhead moves to the correct time code, but the video restarts at the beginning and the scrubber no longer works.

Using JWP 4.4.192 and setting out streamer flashvar to bitgravity.

Thanks for any thoughts.

James]]></description>
			<guid>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18237/Bitsontherun#msg122698</guid>
			<pubDate>Mon, 29 Jun 2009 13:07:55 -0400</pubDate>
		</item>
	</channel>
</rss>