<?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 - JC Player 1 (discontinued version)</title>
<description>Use this forum to discuss any issues regarding JC Player v1.</description><link>http://www.jcplayer.com/forum/list.php?5</link><lastBuildDate>Sun, 19 May 2013 16:43:08 -0500</lastBuildDate>
<generator>Phorum 5.2.7</generator>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,991,991#msg-991</guid>
<title>close window when video stops problem (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,991,991#msg-991</link><description><![CDATA[ Hi there, I thought I had this under control, but have just discovered a problem...<br /><br />I'm opening JC Player in a .swf file via a Lightview popup window. When the video finishes playing the following code successfully closes the popup window:<br /><br />import JCPlayerEvent;<br />player.addEventListener(JCPlayerEvent.STOP, stopHandler);<br />function stopHandler(event:JCPlayerEvent):void {<br />var js:URLRequest=new URLRequest();<br />js.url=&quot;javascript:parent.Lightview.hide()&quot;;<br />navigateToURL(js,'_self');<br />}<br /><br />This works fine in all browsers apart from INTERNET EXPLORER!!! It throws up a dialogue box error stating &quot;Internet Explorer cannot download. Unspecified error&quot;. This is a real pain as I can't think how to re-write the script to get around this problem...<br /><br />Can anyone point me in the right direction? I thank you in advance for any enlightenment<br /><br />Cheers<br /><br />Rob]]></description>
<dc:creator>RobbieC</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Wed, 11 Jan 2012 07:58:20 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,961,961#msg-961</guid>
<title>Volume property (2 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,961,961#msg-961</link><description><![CDATA[ I want to remember the volume level a user sets in JCPlayer between page loads (by passing the value out to javascript into a cookie).<br />If I use the property jcplayer.volume, the value only comes back with the initial start value (in my case 70).<br />If the volume is set using the slider and then I output the .volume property it never changes from its initial value.<br />This makes it impossible for me to detect the volume set by the user.<br />Is this a known bug?]]></description>
<dc:creator>tbohn</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Fri, 18 Nov 2011 03:15:09 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,946,946#msg-946</guid>
<title>StartPhotoSource (4 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,946,946#msg-946</link><description><![CDATA[ Hello<br />I use the jcplayer with flash CS5.5.<br /><br />Now, we have to publish an filmclip and I like to place an startup picture (StartPhotoSource) on it. When I open the final swf file on my pc (local), the StartPhoto is displayed.<br />On our webserver (typo3) the picture is not displayed.<br />The picture (JPG) is uploaded in the same directory as the swf &amp; the videofile is placed.<br /><br />Is there something I need to do now?<br />Thanks for your support<br />Martin]]></description>
<dc:creator>apointfilm</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Thu, 17 Nov 2011 11:14:24 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,926,926#msg-926</guid>
<title>Controller margins (3 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,926,926#msg-926</link><description><![CDATA[ Is there any way to adjust JCplayer controller alignment?<br />I tried margins, but controller section adjusted based on center position.<br />I want to add an extra button on the right side of controller (may be next of full screen button).<br />How I do that?<br /><br />Thanks.]]></description>
<dc:creator>whatsup</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Tue, 15 Nov 2011 07:41:02 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,921,921#msg-921</guid>
<title>Security Error in AIR Application (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,921,921#msg-921</link><description><![CDATA[ Can JCPlayer be used in an AIR application? I'm getting this:<br /><br />SecurityError: Error #3207: Application-sandbox content cannot access this feature.]]></description>
<dc:creator>TerryG</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Tue, 08 Nov 2011 05:37:08 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,911,911#msg-911</guid>
<title>adding a link on jcplayer (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,911,911#msg-911</link><description><![CDATA[ Hi<br /><br />I want to know the way to add a link url in my jc Player to open a new windows tab in JS version and AS version.<br /><br />Thanks :)]]></description>
<dc:creator>cruzzado12</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Thu, 27 Oct 2011 06:16:20 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,886,886#msg-886</guid>
<title>Can you fade-in JCPlayer? (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,886,886#msg-886</link><description><![CDATA[ Is it possible to fade-in an instance of the JCPlayer using the tween class in CS5?]]></description>
<dc:creator>steveb</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Wed, 05 Oct 2011 02:54:14 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,876,876#msg-876</guid>
<title>JC Playlist not working on master SWF (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,876,876#msg-876</link><description><![CDATA[ Hello everyone,<br /><br />We are using the JCPlaylist on out flash project and something strange is happening. We have 4 sub-swfs for each interface domain and 3 of those have a JCPlaylist. Two of those share the same item definition ( size and color settings) and the last one has a complete different setup. The 4 sub-swfs are aggregate on a master swf. This swf those not used on its library any instance of the Playlist!! Without a JcPlaylist and the JcPlaylist Assets folder the playlist on the master swf don't work. This is kinda strange since the sub swfs have a compiled playlist already in place. Can some please tell us how do we used the JCPlaylist component in separate swfs with separate design without one affecting the other?<br /><br />Regards]]></description>
<dc:creator>kanuzaoooo</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Wed, 05 Oct 2011 02:50:35 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,866,866#msg-866</guid>
<title>stop jcplayer with an other instance (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,866,866#msg-866</link><description><![CDATA[ I have includ to instnaces (swfs/ with the swfobject) of the jcplayer in my website.<br />Is it possible when the first player is runing and I´m starting the second instancs to stop the first one?]]></description>
<dc:creator>burnbaby</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Wed, 14 Sep 2011 09:06:40 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,856,856#msg-856</guid>
<title>CS5 support? (4 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,856,856#msg-856</link><description><![CDATA[ Is JC Player supported in CS5? It seems to work in projects I started in CS4 but not new projects I start in CS5. Is there a work-around?]]></description>
<dc:creator>steveb</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Wed, 05 Oct 2011 08:40:44 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,841,841#msg-841</guid>
<title>videoURL hide or at least partially mask possible using fla or else?? (2 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,841,841#msg-841</link><description><![CDATA[ Hi,<br />I'm trying to use jcplayer inside my site using html and flash vars videoURL.. i would like to hide the url on my html pages.. i'd rather put in the fla a pre url like [<a rel="nofollow" href="http://www.mysite.com/videosecret/">www.mysite.com</a>] and then in the html Flashvars videoURL variable just the video.flv name..<br /><br />Is there a way to do it? have you got else any hint on how to hide the real url of the flv??<br />thank you for your reply.]]></description>
<dc:creator>zigghy</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Wed, 08 Jun 2011 12:37:19 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,826,826#msg-826</guid>
<title>Return FROM Full Screen button not firing a Flash event (2 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,826,826#msg-826</link><description><![CDATA[ I have a JC Player video playing in Full Screen mode (via the fullscreen button from the player controls). I also have AS3 that detects when the player enters and leaves Full Screen mode by listening to the Event.RESIZE event.<br /><br />The problem is that when I leave the full screen mode by clicking the button in the player control (looks like two overlapping squares), the event is not fired.<br /><br />However, the event fires correctly when I leave full screen mode by pressing the ESCAPE key on my keyboard.<br /><br />Is there an event that gets fired when I use the player control's button? <a rel="nofollow" href="http://www.jcplayer.com/forum/read.php?5,503">I read in another thread that there was supposed to be an event for this, but it didn't get programmed</a>.<br /><br />Here's my code for my event (which again, works with the ESCAPE key):<br /><br /><pre class="bbcode">
this.stage.addEventListener(Event.RESIZE, this.handleStageResize);

function handleStageResize(e:Event):void
{          
  if (stage.displayState == StageDisplayState.FULL_SCREEN) {
      // do something when I enter full screen
  }
  else 
  {
     //do something else when I am NOT entering full screen 
  }
}
</pre>]]></description>
<dc:creator>marcotech</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Mon, 28 Mar 2011 11:11:53 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,816,816#msg-816</guid>
<title>Full Screen for FLVPlayBack component and JCPlaylist (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,816,816#msg-816</link><description><![CDATA[ Hi, I am having issue with making my movie go full screen whenever i plug the jcPlayList to the stage.<br />Without the jcPlayList, the flvPlayback and its skin go to full screen using the full screen button on the skin.<br />But as soon as I plug in jcPlayList, I get a black screen. When i close the full screen, the movie moves to the top right hand corner of the page.<br />Any help please]]></description>
<dc:creator>user582626</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Mon, 14 Feb 2011 01:53:51 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,801,801#msg-801</guid>
<title>Help with embedding in existing flash site (2 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,801,801#msg-801</link><description><![CDATA[ Hi All,<br />Can anyone advise how I can embedd the jcpPlayer in my existing flash site?<br />My flash site has dynamic areas that are prepopulated with data during run-time from a php file.<br />I now need to prepopulate the video section of my site with the player, but I havent been successful with this.<br />The php file needs to update mysite with details of the flv file to play.<br />Please any form of help would do.<br />p.s: I am a .Net expert but a flash newbie. I should be able to handle suggestions as I am ok with javascript, and can manage actionScripts.<br /><br />Regards<br />NewBoy]]></description>
<dc:creator>user582626</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Sat, 12 Feb 2011 08:00:23 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,791,791#msg-791</guid>
<title>Text displays oddly. (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,791,791#msg-791</link><description><![CDATA[ Greetings!<br /><br />Issue:<br /><br />The text next to my thumbs displays only some characters. &quot;Page01&quot; may display as &quot;pe1&quot;. All subsequent items only disply the letter &quot;p&quot;. Also, in the extreme right of the of the Playlist, the number &quot;1&quot; appears for some reason.<br /><br />Text will only display correctly in the first item if I remove all other text fields from the XML file.<br /><br />Does this type of issue ring a bell with anyone?<br /><br />Here is the format of my XML list:<br /><br />&lt;item&gt;<br />&lt;content&gt;pictures/01.png&lt;/content&gt;<br />&lt;title&gt;p01&lt;/title&gt;<br />&lt;description&gt;&lt;/description&gt;<br />&lt;thumbnail&gt;thumbnail/01.png&lt;/thumbnail&gt;<br />&lt;info&gt;&lt;/info&gt;<br />&lt;/item&gt;<br /><br /><br /><br />Thanks to all who take a look at this.<br /><br />Bill]]></description>
<dc:creator>BillCTS</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Fri, 07 Jan 2011 01:42:00 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,776,776#msg-776</guid>
<title>Embedding (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,776,776#msg-776</link><description><![CDATA[ Thanks, I have used the followingcoding in other sites. It was very simple and it worked perfectly.<br /><br />With another flashplayer I used the following coding.<br />....<br />... definitions:<br />&lt;script type=&quot;text/javascript&quot; src=&quot;js/swfobject.js&quot;&gt;&lt;/script&gt;<br />&lt;script type=&quot;text/javascript&quot;&gt;<br />var stageW = 606;<br />var stageH = 120;<br />var flashvars = {};<br />var params = {};<br />params.allowfullscreen = &quot;false&quot;;<br />flashvars.stageW = stageW;<br />...<br />flashvars.extendVideo = &quot;true&quot;;<br />swfobject.embedSWF(&quot;flvPlayer.swf&quot;, &quot;myContent&quot;, stageW, stageH, &quot;9.0.0&quot;, &quot;js/expressInstall.swf&quot;, flashvars, params);<br />&lt;/script&gt;<br />...<br />&lt;/head&gt;<br />&lt;body bgcolor=&quot;#FFFFFF&quot; text=&quot;#000000&quot;&gt;<br />..<br />.. position at which the movie is intiated:<br />&lt;div id=&quot;myContent&quot;&gt; &lt;p&gt; &lt;a href=&quot;[www.adobe.com]; &lt;/a&gt; &lt;/p&gt; &lt;/div&gt;<br />...<br />&lt;/body&gt;<br />&lt;/html&gt;<br /><br />In the JCP coding i see that the flashvars are used and defined at 3 places, and it is not clear where the equivalent of 'myContent&quot; is specifeid and used<br />How can this all be done using the JCP?/ can it be activated also by 1 command line ?<br />Regards]]></description>
<dc:creator>user501231</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Mon, 13 Dec 2010 04:14:41 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,751,751#msg-751</guid>
<title>integrate movieplayer IN existing website (4 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,751,751#msg-751</link><description><![CDATA[ I have an existing html-page and I have build an existing and customized stand-alone jcplayer.html<br /><br />How can I embed the jcplayer part into the mainpage in order to display the movie IN a specific area of the html-page?]]></description>
<dc:creator>user501231</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Mon, 13 Dec 2010 03:41:53 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,736,736#msg-736</guid>
<title>ON_CUE_POINT (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,736,736#msg-736</link><description><![CDATA[ Hello,<br />I'm new to JC Player. I'm trying to use an if statement to detect my navigation cuepoints that are embedded in the FLV, and then move a little chapter marker arrow when the appropriate cuepoint is detected. I have done something similar in FLV Playback component, and after reading your user guide, thought I could figure this out, but I must be missing something. My instance of JC Player is called &quot;presentation.&quot;<br />I tried using event.info, event.info.name, no luck. When playing, the player passes the cuepoint with nothing happening. I need to be able to distinguish the cuepoints from each other, and I can't think of a way to do that without an if statement. Does JC Player not recognize the &quot;name&quot; property? Am I missing something obvious? Thank you!!!<br /><br /><pre class="bbcode">
import JCPlayerEvent; 
presentation.addEventListener(JCPlayerEvent.ON_CUE_POINT,cuePointHandler); 
function cuePointHandler(event:JCPlayerEvent):void { 
if(event.info.name==&quot;01_Start&quot;){
yellowarrow.y = 131;
}
if(event.info.name==&quot;02_PRP&quot;){
yellowarrow.y = 176;
}
if(event.info.name==&quot;03_Diff&quot;){
yellowarrow.y = 224;
}
}</pre><br />The board keeps putting &quot;winking smiley&quot; instead of a right parentheses.]]></description>
<dc:creator>user482913</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Tue, 07 Dec 2010 07:58:35 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,731,731#msg-731</guid>
<title>control jcplayer with javascript example code (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,731,731#msg-731</link><description><![CDATA[ control jcplayer with javascript example code]]></description>
<dc:creator>tck</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Wed, 24 Nov 2010 08:24:56 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,725,725#msg-725</guid>
<title>jcplyer+jcplaylist+startPhoto (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,725,725#msg-725</link><description><![CDATA[ Hey,<br />I´ve the JCplayer with the JCplaylist runnig. The player is set to autoplay so if somebody choose a film from the List it will be played immediatley.<br />But how can I set an &quot;startPhoto&quot; When the page is loaded first and no film is choosen?]]></description>
<dc:creator>burnbaby</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Thu, 11 Nov 2010 02:38:29 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,723,723#msg-723</guid>
<title>swfobject+Fullscrenn (2 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,723,723#msg-723</link><description><![CDATA[ Hey,<br />I´ve little trouble to run the fullscreen withe an swfobject.<br />Here my code:<br /><pre class="bbcode">
&lt;script type=&quot;text/javascript&quot;&gt;
//&lt;![CDATA[
		   
 var params = {
                                  allowFullScreen: &quot;true&quot;,
                                  allowScriptAccess: &quot;always&quot;,
				  wmode: &quot;window&quot;
                                };


		swfobject.embedSWF(&quot;flash/filme.swf&quot;, &quot;inhaltfilme&quot;, &quot;745&quot;, &quot;445&quot;, &quot;9.0.0&quot;, &quot;expressInstall.swf&quot;, params);
	


				
//]]&gt;
&lt;/script&gt;</pre>
Did I miss some parameters???]]></description>
<dc:creator>burnbaby</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Wed, 24 Nov 2010 08:25:26 -0600</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,719,719#msg-719</guid>
<title>link (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,719,719#msg-719</link><description><![CDATA[ Can a make a hyperlink in an HTML document that takes me to a specific video in JCPlayer? Link Click here and it plays to 3rd video?]]></description>
<dc:creator>user474931</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Fri, 05 Nov 2010 08:55:01 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,713,713#msg-713</guid>
<title>startPhotoSource at the end (2 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,713,713#msg-713</link><description><![CDATA[ Hi,<br /><br />I need to show startPhotoSource at the end or go back to the beginning and show the startPhotoSource again.<br />Any ideas?<br /><br />Thanks]]></description>
<dc:creator>blackcat</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Tue, 19 Oct 2010 08:08:23 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,707,707#msg-707</guid>
<title>JCPlayer &quot;video does not exist&quot; message. (2 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,707,707#msg-707</link><description><![CDATA[ Hi, I'm new to html and these tools and thank you in advance for your assistance.<br /><br />When I move the &quot;html no flash&quot; version sample files that came with the component out to a network drive, I get a &quot;video does not exist&quot; message.<br /><br />I can see the startphotosource image in the player on the html document when it launches. The video file is in the same folder as the image file (same as it was received from Jumpeye).<br /><br />When I run the sample (using the MinimalSkin sample) from either local c: drive or from a flash drive, it works.<br /><br />Shouldn't the sample files still work (as received - nothing changed) when I move them out to a network drive or am I missing something fundamental here?]]></description>
<dc:creator>gaprong</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Fri, 08 Oct 2010 09:24:27 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,699,699#msg-699</guid>
<title>Fullscreen does not work when an executable file for PC / MAC. Help me? (3 replies)</title><link>http://www.jcplayer.com/forum/read.php?5,699,699#msg-699</link><description><![CDATA[ Hello,<br />I am preparing a presentation CS5 desktop with flash and a video. The function of fullscreen is not working. The final file is an executable application for PC / Mac.<br /><br />Could anyone help me?]]></description>
<dc:creator>user409413</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Tue, 28 Sep 2010 17:30:00 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,695,695#msg-695</guid>
<title>Can't figure how to make player work? (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?5,695,695#msg-695</link><description><![CDATA[ I don't have a clue how to make this player work. With other players like the AFC one its simple. You import to stage, &quot;choose&quot; skin and then your done.<br /><br />With this I don't have the skin option when I import. Can someone please tell me how do get this going. It's not as simple as choosing a skin?]]></description>
<dc:creator>keano</dc:creator>
<category>JC Player 1 (discontinued version)</category><pubDate>Tue, 21 Sep 2010 07:01:52 -0500</pubDate></item>
<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>JC Player 1 (discontinued version)</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 (5 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>JC Player 1 (discontinued version)</category><pubDate>Wed, 11 Jan 2012 07:55:34 -0600</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>JC Player 1 (discontinued version)</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>JC Player 1 (discontinued version)</category><pubDate>Tue, 06 Jul 2010 03:21:52 -0500</pubDate></item>
</channel>
</rss>