<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Vfxdude &#187; Topic: Video in BF Slider - can the auto slider pause while video plays?</title>
		<link>http://www.vfxdude.com/forum/topic/video-in-bf-slider-can-the-auto-slider-pause-while-video-plays</link>
		<description>premium wordpress themes</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 04:37:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.vfxdude.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.vfxdude.com/forum/rss/topic/video-in-bf-slider-can-the-auto-slider-pause-while-video-plays" rel="self" type="application/rss+xml" />

		<item>
			<title>vfxdude on "Video in BF Slider - can the auto slider pause while video plays?"</title>
			<link>http://www.vfxdude.com/forum/topic/video-in-bf-slider-can-the-auto-slider-pause-while-video-plays#post-4681</link>
			<pubDate>Tue, 09 Nov 2010 13:21:43 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">4681@http://www.vfxdude.com/forum/</guid>
			<description><p>in some browsers the click event is stolen by flash (when clicking on the flash object). That's why I wrote this:</p>
<p><blockquote>the only problem is that the proplayer (JW Player) is flash, and I don't know if the play button also triggers a javascript event. you have to research a bit about that... </blockquote>
</p></description>
		</item>
		<item>
			<title>barrya on "Video in BF Slider - can the auto slider pause while video plays?"</title>
			<link>http://www.vfxdude.com/forum/topic/video-in-bf-slider-can-the-auto-slider-pause-while-video-plays#post-4673</link>
			<pubDate>Sun, 07 Nov 2010 08:24:42 +0000</pubDate>
			<dc:creator>barrya</dc:creator>
			<guid isPermaLink="false">4673@http://www.vfxdude.com/forum/</guid>
			<description><p>I guess what I meant by "It doesn't seem to work" is that the click on the pro player flash movie slide (the first slide) doesn't pause the slider (in Chrome and IE) -- the other browsers I've tested do pause it (Safari and Firefox). hmmm.
</p></description>
		</item>
		<item>
			<title>vfxdude on "Video in BF Slider - can the auto slider pause while video plays?"</title>
			<link>http://www.vfxdude.com/forum/topic/video-in-bf-slider-can-the-auto-slider-pause-while-video-plays#post-4665</link>
			<pubDate>Sat, 06 Nov 2010 22:13:06 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">4665@http://www.vfxdude.com/forum/</guid>
			<description><p>works in Chrome and IE8 (in Windows 7) for me. I did not click on a flash though, just an image, that can be the difference.
</p></description>
		</item>
		<item>
			<title>barrya on "Video in BF Slider - can the auto slider pause while video plays?"</title>
			<link>http://www.vfxdude.com/forum/topic/video-in-bf-slider-can-the-auto-slider-pause-while-video-plays#post-4659</link>
			<pubDate>Sat, 06 Nov 2010 19:39:58 +0000</pubDate>
			<dc:creator>barrya</dc:creator>
			<guid isPermaLink="false">4659@http://www.vfxdude.com/forum/</guid>
			<description><p>Cool. So far I've had some success with that, but some browsers don't seem to work. It works on Safari (Mac) Firefox (Mac &#38; Windows), but doesn't work on Chrome (Mac &#38; Windows) and IE8 (Windows). </p>
<p>Here's where I added that code to the init area:<br />
<code>// init<br />
			var timeout;<br />
			if(options.auto){;<br />
				timeout = setTimeout(function(){<br />
					animate("next",false);<br />
				},options.pause);<br />
			};</p>
<p>			// start pause when clicked on slide<br />
			$(this).click(function(){ clearTimeout(timeout); });<br />
			// end pause when clicked on slide</p>
<p>			if(options.numeric) setCurrent(0);</p>
<p>			if(!options.continuous &#38;&#38; options.controlsFade){<br />
				$("a","#"+options.prevId).hide();<br />
				$("a","#"+options.firstId).hide();<br />
			};</code></p>
<p>Anyone have any ideas why it seems to work differently in IE/Chrome than in Firefox/Safari?</p>
<p>The site I'm developing lives here - <a href="http://www.queenofthesun.com/index.php" rel="nofollow">http://www.queenofthesun.com/index.php</a> (you do have to make sure the url is 'index.php' as the html file takes precedence if you don't)</p>
<p>Any comments, suggestions are very appreciated.
</p></description>
		</item>
		<item>
			<title>vfxdude on "Video in BF Slider - can the auto slider pause while video plays?"</title>
			<link>http://www.vfxdude.com/forum/topic/video-in-bf-slider-can-the-auto-slider-pause-while-video-plays#post-4578</link>
			<pubDate>Fri, 29 Oct 2010 11:21:20 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">4578@http://www.vfxdude.com/forum/</guid>
			<description><p>a code like this (in the init area of custom-easyslider1.7.js):</p>
<p><code>$(this).click(function(){ clearTimeout(timeout); });</code></p>
<p>will stop the slider if it's clicked.
</p></description>
		</item>
		<item>
			<title>barrya on "Video in BF Slider - can the auto slider pause while video plays?"</title>
			<link>http://www.vfxdude.com/forum/topic/video-in-bf-slider-can-the-auto-slider-pause-while-video-plays#post-4567</link>
			<pubDate>Wed, 27 Oct 2010 21:40:54 +0000</pubDate>
			<dc:creator>barrya</dc:creator>
			<guid isPermaLink="false">4567@http://www.vfxdude.com/forum/</guid>
			<description><p>Thanks! I imagined that it would not be exactly easy, but this would be a great way to dive into some javascript and learn a bit more.</p>
<p>Another idea for this kind of functionality perhaps would be to trigger the video in a lightbox, and position it directly above the slider- so even if it is flipping the images in the background, the lightbox would cover it. Seems like that would be a kludge-y way to do it, thought.</p>
<p>Thanks for your thoughts on this, I really appreciate it, and am going to wind up purchasing the theme for other sites once I really learn the ins and outs.</p>
<p>barry
</p></description>
		</item>
		<item>
			<title>vfxdude on "Video in BF Slider - can the auto slider pause while video plays?"</title>
			<link>http://www.vfxdude.com/forum/topic/video-in-bf-slider-can-the-auto-slider-pause-while-video-plays#post-4552</link>
			<pubDate>Wed, 27 Oct 2010 11:16:45 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">4552@http://www.vfxdude.com/forum/</guid>
			<description><p>you have to edit the custom-easyslider1.7.js then. Create a function for stopping and a click event for the play button. The stop function would then clear the animation timer like this: <code>clearTimeout(timeout);</code></p>
<p>the only problem is that the proplayer (JW Player) is flash, and I don't know if the play button also triggers a javascript event. you have to research a bit about that...
</p></description>
		</item>
		<item>
			<title>barrya on "Video in BF Slider - can the auto slider pause while video plays?"</title>
			<link>http://www.vfxdude.com/forum/topic/video-in-bf-slider-can-the-auto-slider-pause-while-video-plays#post-4548</link>
			<pubDate>Wed, 27 Oct 2010 06:58:54 +0000</pubDate>
			<dc:creator>barrya</dc:creator>
			<guid isPermaLink="false">4548@http://www.vfxdude.com/forum/</guid>
			<description><p>Howdy,</p>
<p>First, I love the theme! Getting down to business, I'm wondering if anyone out there has done this: </p>
<p>Put a proplayer video in a BF slider with auto="true" (so it automatically moves), but found a way to have the slider pause after the slide's video has been clicked and started to play. </p>
<p>You can see what I'm doing here: <a href="http://dev.queenofthesun.com/" rel="nofollow">http://dev.queenofthesun.com/</a></p>
<p>The video trailer is the first slide in the link above, so if someone manages to click the play button, the slide will eventually flip while the video plays. It would be lovely if there was some way to pass a message from the video to the BF_Slider to pause. Looks like if you press the back button on the slider then the slider is put in a paused state, so perhaps it's possible to do this if the video starts..</p>
<p> Anyone ever done this or would know where to start with the javascript? Seems like this could be a pretty cool bit of functionality.</p>
<p>- Barry
</p></description>
		</item>

	</channel>
</rss>
