<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title> JC Player Forum</title>
<description></description><link>http://www.jcplayer.com/forum/index.php</link><lastBuildDate>Wed, 08 Sep 2010 06:52:57 -0500</lastBuildDate>
<generator>Phorum 5.2.7</generator>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,691,691#msg-691</guid>
<title>Trouble with FullScreen mode mixed to Shadowbox (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,691,691#msg-691</link><description><![CDATA[ Hi everybody,<br /><br />My english is not very good (in fact I speak french). Also I have a trouble with the fullscreen mode.<br />I decided to take the html version of JC player because you have the all code and the skinnable version is not so skinnable as i would like. This player is putting in a Shadowbox.js (like Lightbox)<br />Here are the url website : <a rel="nofollow" href="http://www.sogam.ch/sogam_2010/index.php?page=video">http://www.sogam.ch/sogam_2010/index.php?page=video</a><br />I try only in the last video called BipBip &amp; Coyotte<br /><br />Here is the code of the player<br /><br /><pre class="bbcode">

//The code bellow allows the JCPlayer to be configured 
//from the html container using FlashVars.
//
//Sequence 1: Stage setup
//Importing classes and setting the player size using the stage/swf dimensions
/*stage.addEventListener(Event.RESIZE,stageResizeHandler);*/
jcplayer.width = stage.stageWidth;
jcplayer.height = stage.stageHeight;
/*function stageResizeHandler(evt:Event):void{
	jcplayer.width = stage.stageWidth;
	jcplayer.height = stage.stageHeight;
}*/


//Sequence 2: Defining params
//ParameterList - here we keep all settable parameters
var paramList:Array = [&quot;startPhotoSource&quot;,&quot;videoURL&quot;, &quot;loop&quot;,&quot;autoPlay&quot;, &quot;scaleMode&quot;, &quot;volume&quot;, &quot;bufferTime&quot;, &quot;backgroundColor1&quot;,&quot;movieBackgroundColor&quot;, &quot;backgroundColor2&quot;, &quot;highlightColor&quot;, &quot;inkColor&quot;, &quot;playButton&quot;, &quot;timeBar&quot;, &quot;seekBar&quot;, &quot;volumeButton&quot;, &quot;fullScreenButton&quot;, &quot;skin&quot;,&quot;smoothing&quot;,&quot;autoHide&quot;,&quot;autoHideFullScreen&quot;,&quot;offsetY&quot;,&quot;offsetYFullScreen&quot;,&quot;margins&quot;,&quot;marginsFullScreen&quot;];
//ParameterType - here we keep the type for each parameter.
var paramType:Array = [&quot;String&quot;,&quot;String&quot;, &quot;Boolean&quot;,&quot;Boolean&quot;, &quot;String&quot;, &quot;Number&quot;, &quot;Number&quot;, &quot;Number&quot;,&quot;Number&quot;, &quot;Number&quot;, &quot;Number&quot;, &quot;Number&quot;, &quot;Boolean&quot;, &quot;Boolean&quot;, &quot;Boolean&quot;, &quot;Boolean&quot;, &quot;Boolean&quot;, &quot;String&quot;,&quot;String&quot;,&quot;Boolean&quot;,&quot;Boolean&quot;,&quot;Number&quot;,&quot;Number&quot;,&quot;Number&quot;,&quot;Number&quot;];
// Sequence 3: Parsing params
//This sequence updates the component params from FlashVars through the &quot;loaderInfo&quot; object

var l = paramList.length;
var numberValue:String;
for (var i =0;i&lt;l;i++){
	if (root.loaderInfo.parameters[paramList[i]]){
		switch (paramType[i]){
			case &quot;Boolean&quot;:
				if (String(root.loaderInfo.parameters[paramList[i]])==&quot;false&quot;){
					jcplayer[paramList[i]] = false;
				}else{
					jcplayer[paramList[i]] = true;					
				}
			break;
			case &quot;Number&quot;:
				numberValue = root.loaderInfo.parameters[paramList[i]] 
				if ((paramList[i]==&quot;backgroundColor1&quot;)||(paramList[i]==&quot;backgroundColor2&quot;)||(paramList[i]==&quot;movieBackgroundColor&quot;)||(paramList[i]==&quot;highlightColor&quot;)||(paramList[i]==&quot;inkColor&quot;)){
					if (root.loaderInfo.parameters[paramList[i]].indexOf(&quot;#&quot;)==0){
						numberValue= &quot;0x&quot;+numberValue.substr(1,numberValue.length-1);
					}
				}
				jcplayer[paramList[i]] = Number(numberValue);
			break;
			case &quot;String&quot;:
				jcplayer[paramList[i]] = String(root.loaderInfo.parameters[paramList[i]]);
			break
		}
	}
}</pre><br />And here the code to skin it<br /><br /><pre class="bbcode">
jcplayer.videoURL = &quot;video/bipbipcoyotte.flv&quot;;
jcplayer.highlightColor = 0xc60086;
jcplayer.backgroundColor1 = 0x000000;

jcplayer.inkColor = 0x5f5f5f;
jcplayer.autoPlay = false;

jcplayer.autoHide = true;
jcplayer.offsetY = 45;
jcplayer.margins = 5;
jcplayer.marginsFullScreen = 70;
jcplayer.offsetYFullScreen = 45;
jcplayer.movieBackgroundColor = 0xffffff;

jcplayer.width = 360;
jcplayer.height = 288;
var myBufferLength:Number = jcplayer.bufferLength;

this.addChild(jcplayer);</pre><br />The player is okay but the trouble is when you pass to the fullscreen mode to the normal mode. The video goes up at the top of de div. The video must stay at the same place but this is not the case. (also the same place is in the middle of the div)<br /><br />Thanks for your answer]]></description>
<dc:creator>user430625</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Mon, 06 Sep 2010 06:05:25 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,681,681#msg-681</guid>
<title>Jcplayer + jcplaylist + as3 (3 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,681,681#msg-681</link><description><![CDATA[ Hi folks,<br /><br />got one question to jcplayer which i use in combination with jcplaylist. it works very well but i need to close the instance of the player if im leaving the frame where the player is. otherwise flash will crash cause every time i jump to the frame where the player is openes plus one instance.<br /><br />is there a way to handle this problem?<br /><br />hope there is any simple solution.<br /><br />deC9r]]></description>
<dc:creator>user393481</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Thu, 05 Aug 2010 09:33:47 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,675,675#msg-675</guid>
<title>I need to access the original video's width/height (2 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,675,675#msg-675</link><description><![CDATA[ Hello,<br />My application is connecting to the database where I have video files of different sizes.<br />Important thing is that I don't know the size of any video.<br />When I open the stream I need to read the video's &quot;width/height&quot; values, as I want my JCPlayer to adjust it's size to the one of the video.<br />How can I read them from the JCPlayer object or from the NetStream object it embeds?<br /><br />Best Regards,<br /><br />Daniel Marcin]]></description>
<dc:creator>danielmarcin</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Tue, 13 Jul 2010 14:37:51 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,667,667#msg-667</guid>
<title>Audio but No Video????? (3 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,667,667#msg-667</link><description><![CDATA[ I own the master collection, and have tried for 2 days now to get the JC Player to work properly...<br /><br />I get my photo source image, and audio, but no video, plus my player icons are also not showing up (outside of the initial play button in the middle of the window), despite them them set to true/on in the parameters of the JC Player.<br /><br />I have tried this with minimal flash html embeding code , and using the flash code from the publish settings, all with same results.<br /><br />I get the same results if I play the SWF file locally on my PC, and with IE8 and FireFox.<br /><br />I see no errors in my logs for apache.<br /><br />However, if I play the linked FLV locally with a player, it works great, so I know the video is OK...<br /><br />Could it be the size of my FLV video... about 25 minutes, and 200 megs??<br /><br />The links to the video/swf is:<br /><br />[<a rel="nofollow" href="http://www.americansandassociation.org/skin1/images/asapmvnew.html">www.americansandassociation.org</a>]<br />[<a rel="nofollow" href="http://www.americansandassociation.org/skin1/images/asapmvnew.swf">www.americansandassociation.org</a>]<br /><br />And the link to the FLV video itself is:<br />[<a rel="nofollow" href="http://www.americansandassociation.org/skin1/images/asa_Medium.flv">www.americansandassociation.org</a>]<br /><br />I am at a loss here...]]></description>
<dc:creator>azpyroguy</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Tue, 06 Jul 2010 03:21:52 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,655,655#msg-655</guid>
<title>Fullscreen - fullScreenTakeOver propriety and problem (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,655,655#msg-655</link><description><![CDATA[ Hello,<br /><br />no fullScreenTakeOver propriety like FLVPlayback ...<br />my website use a fullscreen function. but if i use it, JCPlayer go to fullscreen ... and not the stage.<br /><br />when the JCPlayer go to fullscreen mode, the mouse is interacted with other movieclip on the stage, below from JCPlayer ... ? why ?<br /><br />Thanks]]></description>
<dc:creator>jbargeton</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Thu, 20 May 2010 08:06:01 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,647,647#msg-647</guid>
<title>Close Button (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,647,647#msg-647</link><description><![CDATA[ Anyone have a skin with an elegant X (close) button for the JCPlayer?]]></description>
<dc:creator>grilledoctopus</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Wed, 12 May 2010 04:00:14 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,637,637#msg-637</guid>
<title>How can I check the jcplayers controller is hidden or not (3 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,637,637#msg-637</link><description><![CDATA[ I need to check when the controller is hidden. Or actually I want other things in my to happen when the contoller starts to fade out.<br />I can not find an event in the documentation for this purpose.<br /><br />Any Ideas?]]></description>
<dc:creator>svennevs</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Tue, 27 Apr 2010 03:41:25 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,631,631#msg-631</guid>
<title>Special character in JCPlaylist XML (3 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,631,631#msg-631</link><description><![CDATA[ How do I Use special character in the XML file. I have done a playlist and the title text have swedish letters.<br />They do not show at all. I have tryed to insert html code in the XML and change the titleTextField to render as &quot;html&quot; Does not work. Inserted &lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot; ?&gt; in top of the XML. Did not work. Please I need urgent help.<br /><br />// Sven]]></description>
<dc:creator>svennevs</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Thu, 22 Apr 2010 04:58:23 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,627,627#msg-627</guid>
<title>XML file caching (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,627,627#msg-627</link><description><![CDATA[ Does anyone know how I can get my XML file to stop caching? For some reason both Safari and IE cache my xml file and will not reflect update unless I empty the cache. Can anyone please help - it's driving me mad!<br /><br />Thanks<br /><br />Stevo]]></description>
<dc:creator>stevo</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Fri, 16 Apr 2010 09:41:09 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,621,621#msg-621</guid>
<title>using jcplayer with actionscript 3.0 (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,621,621#msg-621</link><description><![CDATA[ Hallo.<br />I'm trying to use the jcplayer component adding it to the displaylist. No problem displaying it but, when i try to close it (jcplayer.close()) then trying to remove it from the diplay list - videomovieclip.removeChild(jcplayer) - it goes with an error like:<br /><br />TypeError: Error #1009: Impossibile accedere a una proprietà o a un metodo di un riferimento oggetto null.<br />at com.jumpeye.JCPlayer::JCVPSkin/hideControls()<br />at Function/[<a rel="nofollow" href="http://adobe.com/AS3/2006/builtin::apply">adobe.com</a>]()<br />at SetIntervalTimer/onTimer()<br />at flash.utils::Timer/_timerDispatch()<br />at flash.utils::Timer/tick()<br /><br />Thank's for your reply]]></description>
<dc:creator>gondrano</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Tue, 30 Mar 2010 10:17:34 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,615,615#msg-615</guid>
<title>removing the logo &quot;jcplayer.com&quot; when video is buffering (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,615,615#msg-615</link><description><![CDATA[ Hi, Now I am testing the free version of JCPLAYER.<br />I just don't want to display the logo &quot;jcplayer.com&quot; when video is buffering.<br />does this show in the version of commercial license as well?]]></description>
<dc:creator>imjinho</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Wed, 24 Mar 2010 11:23:28 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,599,599#msg-599</guid>
<title>absolute url's (2 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,599,599#msg-599</link><description><![CDATA[ I apologize if this is an obvious question, but I could not find the answer. I am setting up a video-centric blog that will have all local videos taken by me and a few others. We would like to offer an embed option for our videos that others can copy and paste to display our videos in their blogs (like YouTube). In order to do that we need to use absolute url's for the video path (http://www.yoursite.com/video.flv). We can only get it to work when we enter relative url's into the Component Inspector. Is this feature not supported?<br /><br />Thank you,<br />A]]></description>
<dc:creator>axanthus</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Wed, 17 Mar 2010 04:15:30 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,597,597#msg-597</guid>
<title>Wordpress: JC PLayer (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,597,597#msg-597</link><description><![CDATA[ Can the JC PLayer easily be incorporated into Wordpress, and if so how easy will it be for my clients to manage, change, and post videos (i.e. if they are not programmers)?<br /><br />re: [<a rel="nofollow" href="http://www.jcplayer.com/customize_jc_video_player_flashvars_app.html">www.jcplayer.com</a>]]]></description>
<dc:creator>vtmiller</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Wed, 17 Mar 2010 04:14:40 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,591,591#msg-591</guid>
<title>JCPlayer and Javascript (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,591,591#msg-591</link><description><![CDATA[ I cannot seem to find any examples of using javascript to interact with JCPlayer. I'd like to have some javascript start the player after the user clicks a jquery ui tab.<br /><br />If anyone can help me out, it'd be greatly appreciated.<br /><br />Thanks!]]></description>
<dc:creator>Fizzleban</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Wed, 17 Mar 2010 09:51:47 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,589,589#msg-589</guid>
<title>Display first frame of FLV with start overlay (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,589,589#msg-589</link><description><![CDATA[ Hi, is there a way to have the autoplay=No, but have the player load the first frame as a background in which I'd apply a transparent PNG logo file over this?]]></description>
<dc:creator>dlawrie</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Wed, 17 Mar 2010 04:57:27 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,587,587#msg-587</guid>
<title>I can see the buffer while video is playing (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,587,587#msg-587</link><description><![CDATA[ For some reason, I can see some or all of the little white circles while the video is playing. It's not all the time, but well over half of the time. Any fix? I'm using Flash CS4]]></description>
<dc:creator>willwork</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Wed, 17 Mar 2010 09:05:36 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,583,583#msg-583</guid>
<title>Removing JCPLayer Instance with AS3 (4 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,583,583#msg-583</link><description><![CDATA[ Hi,<br />i'm having some trouble with removing an JCPlayer instance with removeChild() Method...<br />Having the autoHide option to &quot;true&quot; leads into an error, because there seems to be a timer-Object not beeing removed completely.<br /><br />TypeError: Error #1009: Der Zugriff auf eine Eigenschaft oder eine Methode eines null-Objektverweises ist nicht möglich.<br />at com.jumpeye.JCPlayer::JCVPSkin/hideControls()<br />at Function/[<a rel="nofollow" href="http://adobe.com/AS3/2006/builtin::apply">adobe.com</a>]()<br />at SetIntervalTimer/onTimer()<br />at flash.utils::Timer/_timerDispatch()<br />at flash.utils::Timer/tick()<br /><br />What should i do to remove the JCPlayer instance completely (with all Events or Timers running) ?<br /><br />I used this:<br /><pre class="bbcode">
myJCPlayerInstance.close();</pre><br />but i doesn't remove the excisting Timer within the JCVPSkin-Class. Anybody have an idea ?]]></description>
<dc:creator>christe</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Sat, 07 Aug 2010 01:57:59 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,581,581#msg-581</guid>
<title>Description with larger image (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,581,581#msg-581</link><description><![CDATA[ Hi,<br />I like JC Play list very much.<br />I was wondering if there is away to integrate a description window that slides in with the larger image appears like this, [<a rel="nofollow" href="http://codecanyon.net/item/sitefeature/full_screen_preview/53896">codecanyon.net</a>]. Maybe with a mouse over event or something.<br />Please excuses me, I'm very new to this.<br />Thanks.]]></description>
<dc:creator>Xdj</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Wed, 03 Mar 2010 07:04:28 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,555,555#msg-555</guid>
<title>Turn off Contextmenu (7 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,555,555#msg-555</link><description><![CDATA[ Hello,<br /><br />I want to know if there is a possibillitie to turn off the contextmenu on rightclick from the jc player?<br /><br />Regards<br />Datapool]]></description>
<dc:creator>datapool</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Thu, 20 May 2010 07:34:47 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,537,537#msg-537</guid>
<title>JCPlayer not playing in any browser but IE (5 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,537,537#msg-537</link><description><![CDATA[ Hi,<br /><pre class="bbcode"></pre><br />I have downloaded the player and used the default skin sample file and tested it in all the web browsers and they work. Great!<br /><br />I have used the player in a php file so that the video is dynamically selected from the database. I have the following code which works fine in IE8, but when I try it in Safari, Firefox, Chrome it just shows the player skin but nothing else. It will not show the starting image that when you hover over it shows the Play icon. When I click the play button on the control bar at the bottom nothing happens, yet it works perfectly in IE8.<br /><br />The code is (there is database recordset php code at the top and the bottom of the page which filters the database)<br />-----------------------------------------------------------------------------------------------------------<br />&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;[<a rel="nofollow" href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt">www.w3.org</a>];<br />&lt;html xmlns=&quot;[<a rel="nofollow" href="http://www.w3.org/1999/xhtml&quot;&gt">www.w3.org</a>];<br />&lt;head&gt;<br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;<br />&lt;title&gt;Untitled Document&lt;/title&gt;<br />&lt;script language=&quot;javascript&quot;&gt;AC_FL_RunContent = 0;&lt;/script&gt;<br />&lt;script src=&quot;scripts/flashvideo/AC_RunActiveContent.js&quot; language=&quot;javascript&quot;&gt;&lt;/script&gt;<br />&lt;/head&gt;<br /><br />&lt;body&gt;<br />&lt;script language=&quot;javascript&quot;&gt;<br />if (AC_FL_RunContent == 0) {<br />alert(&quot;This page requires AC_RunActiveContent.js.&quot;);<br />} else {<br />AC_FL_RunContent(<br />'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',<br />'width', '320',<br />'height', '256',<br />'src', 'scripts/flashvideo/jcplayer',<br />'quality', 'high',<br />'pluginspage', 'http://www.macromedia.com/go/getflashplayer',<br />'align', 'middle',<br />'play', 'true',<br />'loop', 'true',<br />'scale', 'noScale',<br />'wmode', 'window',<br />'devicefont', 'false',<br />'id', 'jcplayer',<br />'bgcolor', '#ffffff',<br />'name', 'jcplayer',<br />'menu', 'true',<br />'allowFullScreen', 'true',<br />'allowScriptAccess','sameDomain',<br />'FlashVars&quot; value=&quot;videoURL=../../videos/video/&lt;?php echo $row_rsVideos['VideoPath']; ?&gt;&amp;autoPlay=false&amp;startPhotoSource=../../videos/photo/&lt;?php echo $row_rsVideos['VideoPhoto']; ?&gt;&amp;backgroundColor1=0x333333&amp;backgroundColor2=0x222222',<br />'movie', 'jcplayer',<br />'salign','TL'<br />); //end AC code<br />}<br />&lt;!--Settable JCPlayer params :startPhotoSource,videoURL,loop,autoPlay,scaleMode,volume,bufferTime,backgroundColor1,movieBackgroundColor,backgroundColor2,highlightColor,inkColor,playButton,timeBar,seekBar,volumeButton,fullScreenButton,skin,smoothing,autoHide,autoHideFullScreen,offsetY,offsetYFullScreen,margins,marginsFullScreen --&gt;<br />&lt;/script&gt;<br />&lt;noscript&gt;<br />&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;[<a rel="nofollow" href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0&quot">download.macromedia.com</a>]; width=&quot;320&quot; height=&quot;265&quot; id=&quot;jcplayer&quot; align=&quot;TL&quot;&gt;<br />&lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /&gt;<br />&lt;param name=&quot;FlashVars&quot; value=&quot;videoURL=../../videos/video/&lt;?php echo $row_rsVideos['VideoPath']; ?&gt;&amp;autoPlay=false&amp;startPhotoSource=../../videos/photo/&lt;?php echo $row_rsVideos['VideoPhoto']; ?&gt;&amp;backgroundColor1=0x333333&amp;backgroundColor2=0x222222&quot;&gt;<br />&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;<br />&lt;param name=&quot;salign&quot; value=&quot;TL&quot; /&gt;<br />&lt;param name=&quot;scale&quot; value=&quot;noScale&quot; /&gt;<br />&lt;param name=&quot;movie&quot; value=&quot;jcplayer.swf&quot; /&gt;<br />&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;<br />&lt;param name=&quot;bgcolor&quot; value=&quot;#ffffff&quot; /&gt;<br />&lt;embed src=&quot;jcplayer.swf&quot; FlashVars=&quot;videoURL=../../videos/video/&lt;?php echo $row_rsVideos['VideoPath']; ?&gt;&amp;autoPlay=false&amp;startPhotoSource=../../videos/photo/&lt;?php echo $row_rsVideos['VideoPhoto']; ?&gt;&amp;backgroundColor1=0x333333&amp;backgroundColor2=0x222222&quot; quality=&quot;high&quot; bgcolor=&quot;#ffffff&quot; width=&quot;320&quot; height=&quot;265&quot; name=&quot;jcplayer&quot; align=&quot;middle&quot; salign=&quot;TL&quot; scale=&quot;noScale&quot; allowScriptAccess=&quot;sameDomain&quot; allowFullScreen=&quot;true&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;[<a rel="nofollow" href="http://www.macromedia.com/go/getflashplayer&quot">www.macromedia.com</a>]; /&gt;<br />&lt;/object&gt;<br />&lt;/noscript&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;<br />-----------------------------------------------------------------------------------------------------------<br /><br />The code that displays in the browser is<br />-----------------------------------------------------------------------------------------------------------<br />&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;[<a rel="nofollow" href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt">www.w3.org</a>];<br />&lt;html xmlns=&quot;[<a rel="nofollow" href="http://www.w3.org/1999/xhtml&quot;&gt">www.w3.org</a>];<br />&lt;head&gt;<br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;<br />&lt;title&gt;Untitled Document&lt;/title&gt;<br />&lt;script language=&quot;javascript&quot;&gt;AC_FL_RunContent = 0;&lt;/script&gt;<br />&lt;script src=&quot;scripts/flashvideo/AC_RunActiveContent.js&quot; language=&quot;javascript&quot;&gt;&lt;/script&gt;<br />&lt;/head&gt;<br /><br />&lt;body&gt;<br />&lt;script language=&quot;javascript&quot;&gt;<br />if (AC_FL_RunContent == 0) {<br />alert(&quot;This page requires AC_RunActiveContent.js.&quot;);<br />} else {<br />AC_FL_RunContent(<br />'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',<br />'width', '320',<br />'height', '256',<br />'src', 'scripts/flashvideo/jcplayer',<br />'quality', 'high',<br />'pluginspage', 'http://www.macromedia.com/go/getflashplayer',<br />'align', 'middle',<br />'play', 'true',<br />'loop', 'true',<br />'scale', 'noScale',<br />'wmode', 'window',<br />'devicefont', 'false',<br />'id', 'jcplayer',<br />'bgcolor', '#ffffff',<br />'name', 'jcplayer',<br />'menu', 'true',<br />'allowFullScreen', 'true',<br />'allowScriptAccess','sameDomain',<br />'FlashVars&quot; value=&quot;videoURL=../../videos/video/red_baron.m4v&amp;autoPlay=false&amp;startPhotoSource=../../videos/photo/&amp;backgroundColor1=0x333333&amp;backgroundColor2=0x222222',<br />'movie', 'jcplayer',<br />'salign','TL'<br />); //end AC code<br />}<br />&lt;!--Settable JCPlayer params :startPhotoSource,videoURL,loop,autoPlay,scaleMode,volume,bufferTime,backgroundColor1,movieBackgroundColor,backgroundColor2,highlightColor,inkColor,playButton,timeBar,seekBar,volumeButton,fullScreenButton,skin,smoothing,autoHide,autoHideFullScreen,offsetY,offsetYFullScreen,margins,marginsFullScreen --&gt;<br />&lt;/script&gt;<br />&lt;noscript&gt;<br />&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;[<a rel="nofollow" href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0&quot">download.macromedia.com</a>]; width=&quot;320&quot; height=&quot;265&quot; id=&quot;jcplayer&quot; align=&quot;TL&quot;&gt;<br />&lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /&gt;<br />&lt;param name=&quot;FlashVars&quot; value=&quot;videoURL=../../videos/video/red_baron.m4v&amp;autoPlay=false&amp;startPhotoSource=../../videos/photo/&amp;backgroundColor1=0x333333&amp;backgroundColor2=0x222222&quot;&gt;<br />&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;<br />&lt;param name=&quot;salign&quot; value=&quot;TL&quot; /&gt;<br />&lt;param name=&quot;scale&quot; value=&quot;noScale&quot; /&gt;<br />&lt;param name=&quot;movie&quot; value=&quot;jcplayer.swf&quot; /&gt;<br />&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;<br />&lt;param name=&quot;bgcolor&quot; value=&quot;#ffffff&quot; /&gt;<br />&lt;embed src=&quot;jcplayer.swf&quot; FlashVars=&quot;videoURL=../../videos/video/red_baron.m4v&amp;autoPlay=false&amp;startPhotoSource=../../videos/photo/&amp;backgroundColor1=0x333333&amp;backgroundColor2=0x222222&quot; quality=&quot;high&quot; bgcolor=&quot;#ffffff&quot; width=&quot;320&quot; height=&quot;265&quot; name=&quot;jcplayer&quot; align=&quot;middle&quot; salign=&quot;TL&quot; scale=&quot;noScale&quot; allowScriptAccess=&quot;sameDomain&quot; allowFullScreen=&quot;true&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;[<a rel="nofollow" href="http://www.macromedia.com/go/getflashplayer&quot">www.macromedia.com</a>]; /&gt;<br />&lt;/object&gt;<br />&lt;/noscript&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;<br />-----------------------------------------------------------------------------------------------------------<br /><br />This example above does not have the photo source I know but it still should work anyway.<br /><br />Is there something I am missing or is there a problem.<br /><br />I was considering buying this commercially as it is perfect for what I want but I need it to work in every browser<br /><br /><br />Thanks<br /><br />Carl]]></description>
<dc:creator>cthomas88</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Thu, 25 Mar 2010 05:09:52 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,535,535#msg-535</guid>
<title>how do you turn off the alignment &quot;feature&quot;? (2 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,535,535#msg-535</link><description><![CDATA[ We just want to embed the .swf like normal, but it's in the upper left-hand corner of the page. Commenting out salign does not seem to work. What is the secret? Here is the page: [<a rel="nofollow" href="http://www.adrenaclick.com/alloyuser/default-new.aspx">www.adrenaclick.com</a>]<br /><br />Thanks.]]></description>
<dc:creator>monjinba1</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Tue, 19 Jan 2010 06:03:27 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,521,521#msg-521</guid>
<title>Audio (or video caching) Glitch (6 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,521,521#msg-521</link><description><![CDATA[ First off, I love the JCPlayer. It's working great!<br /><br />However, I'm noticing an issue with the audio I can't seem to resolve.<br /><br />I have the JCPlayer setup to play multiple videos. When I click my first button to play the first video, then click a second button to play the second video, I hear a small bit of audio from the beginning of the first video begin to play until the second video kicks in.<br /><br />I suspect it's actually playing a bit of cached video from the first video.<br /><br />If I click a third button for the third video, a bit of the second video plays before the third video starts. Again, I think it's a cache from the second video.<br /><br />Is there any way to resolve this? I've searched this forum and tried several things, but I can't get the JCPlayer to stop doing that.<br /><br />Thanks in advance,<br /><br />Randy]]></description>
<dc:creator>sitegarage</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Tue, 19 Jan 2010 06:02:16 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,515,515#msg-515</guid>
<title>Change Video Size (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,515,515#msg-515</link><description><![CDATA[ Hi friends and happy new year!<br /><br />I have difficulty changing my player size. It works just fine when I insert the embed code at default size. But when I change the size, everything goes out of scale. Here's the code I embed:<br />________________________________________________________<br /><br />&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;<br />codebase=&quot;[<a rel="nofollow" href="http://download.macromedia.com/pub/shockwave/cabs/flash/">download.macromedia.com</a>]<br />swflash.cab#version=9,0,0,0&quot; width=&quot;320&quot; height=&quot;265&quot;<br />id=&quot;JCPlayer&quot; align=&quot;middle&quot;&gt;<br />&lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /&gt;<br />&lt;param name=&quot;FlashVars&quot; value=&quot;videoURL=video.flv&amp;autoPlay=false&quot;&gt;<br />&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;<br />&lt;param name=&quot;movie&quot; value=&quot;jcplayer.swf&quot; /&gt;<br />&lt;param name=&quot;salign&quot; value=&quot;TL&quot; /&gt;<br />&lt;param name=&quot;scale&quot; value=&quot;noScale&quot; /&gt;<br />&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;<br />&lt;param name=&quot;bgcolor&quot; value=&quot;#ffffff&quot; /&gt;<br />&lt;embed src=&quot;jcplayer.swf&quot; quality=&quot;high&quot; bgcolor=&quot;#ffffff&quot;<br />width=&quot;320&quot; height=&quot;265&quot; name=&quot;JCPlayer&quot; align=&quot;middle&quot;<br />salign=&quot;TL&quot; scale=&quot;noScale&quot; allowScriptAccess=&quot;sameDomain&quot;<br />allowFullScreen=&quot;true&quot;<br />FlashVars=&quot;videoURL=video.flv&amp;autoPlay=false&quot;<br />type=&quot;application/x-shockwave-flash&quot;<br />pluginspage=&quot;[<a rel="nofollow" href="http://www.macromedia.com/go/getflashplayer&quot">www.macromedia.com</a>]; /&gt;<br />&lt;/object&gt;<br />_____________________________________________________________<br /><br /><br /><br />Any help is greatly appreciated!<br /><br />Regards<br />RainLover]]></description>
<dc:creator>RainLover</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Tue, 12 Jan 2010 03:31:41 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,503,503#msg-503</guid>
<title>Full screen mode (10 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,503,503#msg-503</link><description><![CDATA[ I've started working with JC Player and had a question regarding the full screen button. Is that button there to allow users to write the AS to implement the full screen functionality? The full screen button doesn't change the player on any of the sample files provided, at least not for me.]]></description>
<dc:creator>bartpop</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Thu, 10 Jun 2010 08:40:46 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,501,501#msg-501</guid>
<title>Jumpy progress slider (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,501,501#msg-501</link><description><![CDATA[ I'm experimenting with the jcplayer (HTML NO FLASH samples) with auto start off (testing in FF 3.5.5). I've noticed that when I click play the first time, the seeker bar just starts bouncing at the end of the progress line and the video does not start. So I have to click play again to get it to work.<br /><br />My assumption is that it doesn't have content (since it doesn't preload the video)...so it stops immediately when you click play. But by then it's started downloading the video...so it works on the second play click.<br /><br />This seems like a bug.<br /><br />Would it be possible for the jcplayer to preload like 10 seconds to preserve bandwidth? Then if a user selects play...it restarts the download and gets the remainer of the video while smoothly starting the video on the first play click?]]></description>
<dc:creator>jcjdo</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Mon, 18 Jan 2010 08:38:49 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,483,483#msg-483</guid>
<title>CMS Video Player (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,483,483#msg-483</link><description><![CDATA[ I want to use jc player with drupal cms to play videos. I only want one video player for all videos uploaded to the site. Is this possible with jc player or will I have to have one swf jc player for every video and specify every single flv with in each swf ? ? ?]]></description>
<dc:creator>arkjoseph</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Thu, 10 Dec 2009 10:23:41 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,479,479#msg-479</guid>
<title>Firefox problems (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,479,479#msg-479</link><description><![CDATA[ Hello,<br />i am trying out the free verson of the jc player and have an problem with the video in firefox.<br />the video is positioned in the right bottomed corner on a white frame.<br /><br />it seems to be a problem with the align in the embed, but nothing helped when i am trying tl, midle...<br /><br />here is the code i have used:<br /><br />flashplayer.innerHTML =<br />&quot;&lt;object classid=\&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\&quot; codebase=\&quot;[<a rel="nofollow" href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0">download.macromedia.com</a>]\&quot; width=\&quot;605\&quot; height=\&quot;480\&quot; id=\&quot;jcplayer\&quot; align=\&quot;TL\&quot;&gt;&quot;+<br />&quot;&lt;param name=\&quot;allowScriptAccess\&quot; value=\&quot;sameDomain\&quot; /&gt;&quot; +<br />&quot;&lt;param name=\&quot;FlashVars\&quot; value=\&quot;videoURL=&quot;+selectmenu.options[selectmenu.selectedIndex].value+&quot;.flv&amp;autoPlay=true&amp;startPhotoSource=&quot;+selectmenu.options[selectmenu.selectedIndex].value+&quot;.jpg&amp;backgroundColor1=0xffffff&amp;backgroundColor2=0x444444&amp;movieBackgroundColor=0x000000&amp;inkColor=0x0c4da2&amp;highlightColor=0xcccccc\&quot;&gt;&quot;+<br />&quot;&lt;param name=\&quot;allowFullScreen\&quot; value=\&quot;true\&quot; /&gt;&quot;+<br />&quot;&lt;param name=\&quot;salign\&quot; value=\&quot;TL\&quot; /&gt;&quot;+<br />&quot;&lt;param name=\&quot;scale\&quot; value=\&quot;noScale\&quot; /&gt;&quot;+<br />&quot;&lt;param name=\&quot;movie\&quot; value=\&quot;jcplayer.swf\&quot; /&gt;&quot;+<br />&quot;&lt;param name=\&quot;quality\&quot; value=\&quot;high\&quot; /&gt;&quot;+<br />&quot;&lt;param name=\&quot;bgcolor\&quot; value=\&quot;#ffffff\&quot; /&gt;&quot; +<br />&quot;&lt;embed src=\&quot;jcplayer.swf\&quot; FlashVars=\&quot;videoURL=&quot;+selectmenu.options[selectmenu.selectedIndex].value+&quot;.flv&amp;autoPlay=true&amp;startPhotoSource=&quot;+selectmenu.options[selectmenu.selectedIndex].value+&quot;.jpg&amp;backgroundColor1=0xffffff&amp;backgroundColor2=0x444444&amp;movieBackgroundColor=0x000000&amp;inkColor=0x0c4da2&amp;highlightColor=0xcccccc\&quot; quality=\&quot;high\&quot; width=\&quot;605\&quot; height=\&quot;480\&quot; name=\&quot;jcplayer\&quot; scale=\&quot;noScale\&quot; allowScriptAccess=\&quot;sameDomain\&quot; allowFullScreen=\&quot;true\&quot; type=\&quot;application/x-shockwave-flash\&quot; pluginspage=\&quot;[<a rel="nofollow" href="http://www.macromedia.com/go/getflashplayer">www.macromedia.com</a>]\&quot; /&gt;&quot;+<br />&quot;&lt;/object&gt;&quot;;}]]></description>
<dc:creator>ibaxx</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Thu, 10 Dec 2009 10:09:28 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,477,477#msg-477</guid>
<title>Seek bar audio problems (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,477,477#msg-477</link><description><![CDATA[ I am using the STOP action at the end of the player to detect the completion of an flv. This then jumps to different frame. All seems fine when you let the flv run. The problem I'm getting is if you move the seek bar quickly the audio plays multiple bits of audio from the previous and current audio. and you get this error in the output window in flash.<br />TypeError: Error #1009: Cannot access a property or method of a null object reference.<br />at com.jumpeye.JCPlayer.skin.jcvpSkin::SeekBar/upSeek()<br /><br />Can anyone help?]]></description>
<dc:creator>steveEmed</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Thu, 10 Dec 2009 10:05:20 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,467,467#msg-467</guid>
<title>Cuepoints in jcplayer (2 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,467,467#msg-467</link><description><![CDATA[ Is there any way to control cuepoints in jcplayer?]]></description>
<dc:creator>pfernandez</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Thu, 03 Dec 2009 06:53:46 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,465,465#msg-465</guid>
<title>Rectangle at the bottom when I change the OffsetY (2 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,465,465#msg-465</link><description><![CDATA[ Hi,<br />Using JCplayer, when I change the OffsetY value (for ex. 30), I have a colored rectangle located where the bar was.<br />So, I tried to resize the stage or/and also my movie clip properties to remove it, but in both cases, it didn't change anything.<br />Thanks for helping me with with issue !]]></description>
<dc:creator>willingtobuy</dc:creator>
<category>Discussions &amp; Support</category><pubDate>Mon, 07 Dec 2009 13:36:24 -0600</pubDate></item>
</channel>
</rss>