<?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>Fri, 18 May 2012 13:17:59 -0500</lastBuildDate>
<generator>Phorum 5.2.7</generator>
<item>
<guid>http://www.jcplayer.com/forum/read.php?11,1071,1071#msg-1071</guid>
<title>Unable to hide share buttons in flash mode (no replies)</title><link>http://www.jcplayer.com/forum/read.php?11,1071,1071#msg-1071</link><description><![CDATA[ When setting shareButtons to false, buttons are hidden only while the video is loading. When video is loaded - buttons are visible.]]></description>
<dc:creator>user1262356</dc:creator>
<category>Bug report</category><pubDate>Thu, 17 May 2012 02:12:35 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?16,1066,1066#msg-1066</guid>
<title>Unable to hide share buttons in flash mode (no replies)</title><link>http://www.jcplayer.com/forum/read.php?16,1066,1066#msg-1066</link><description><![CDATA[ When setting shareButtons to false, buttons are hidden only while the video is loading. When video is loaded - buttons are visible. I can't find a way to get around this. Please help.]]></description>
<dc:creator>user1262356</dc:creator>
<category>JC Player 2</category><pubDate>Wed, 16 May 2012 10:49:05 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?16,1046,1046#msg-1046</guid>
<title>jc player questions (3 replies)</title><link>http://www.jcplayer.com/forum/read.php?16,1046,1046#msg-1046</link><description><![CDATA[ few questions about the JC Player 2:<br /><br />I noticed YouTube videos only work with the flash version, is HTML5 in the works or planned any time soon?<br /><br />Also how skinnable are both the Flash and HTML versions? Can you actually change the button bitmaps for play/pause/volume etc? Or is it just colors of templates?<br /><br />Thanks!]]></description>
<dc:creator>user1222946</dc:creator>
<category>JC Player 2</category><pubDate>Mon, 14 May 2012 02:44:33 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?21,1041,1041#msg-1041</guid>
<title>We've just launched JC Player 2.0 ! (no replies)</title><link>http://www.jcplayer.com/forum/read.php?21,1041,1041#msg-1041</link><description><![CDATA[ We proudly announce that we have just launched our new video player component.<br />JC Player 2.0 provides a collection of video players and playlists based on templates, each player template being available both in Flash and HTML5. JC Player 2.0 supports most of the video formats that Adobe Flash Player and HTML5 browsers can display, so you can create video players with general video content, YouTube playlists or music playlists for your website.<br /><br />The Flash version of the JC Player 2.0 is compatible with the following Flash IDE versions: Adobe Flash CS3, Adobe Flash CS4 and Adobe Flash CS5. The component was developed in ActionScript 3.0 and can be used with Flash Player 9+.<br /><br />The HTML5 version of the JC Player 2.0 was developed to work on any JavaScript enabled browser with HTML5 and CSS3 support, including the latest Chrome, Firefox, Safari, Opera and Internet Explorer 9+ browsers. It also works on mobile devices such as iOS and Android-enabled smartphones and tablets.]]></description>
<dc:creator>kneo</dc:creator>
<category>News</category><pubDate>Mon, 02 Apr 2012 03:25:47 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?16,1016,1016#msg-1016</guid>
<title>Problem with youtube videos playing. (1 reply)</title><link>http://www.jcplayer.com/forum/read.php?16,1016,1016#msg-1016</link><description><![CDATA[ When I use Embed_SWF template, it works great. But when I use Embed_JavaScript it doesn't play the same source.xml videos. Yes I changed &lt;sourceType&gt; to youtube but still have just black video screen (play buttons etc... are displayed).<br /><br />It means that youtube video source must be in some specific format too or how? But my videos are playing in HTML5 not flash mode on youtube player without problem.]]></description>
<dc:creator>user1198111</dc:creator>
<category>JC Player 2</category><pubDate>Mon, 02 Apr 2012 03:21:56 -0500</pubDate></item>
<item>
<guid>http://www.jcplayer.com/forum/read.php?16,1011,1011#msg-1011</guid>
<title>We've just launched JC Player 2.0 ! (2 replies)</title><link>http://www.jcplayer.com/forum/read.php?16,1011,1011#msg-1011</link><description><![CDATA[ We proudly announce that we have just launched our new video player component.<br />JC Player 2.0 provides a collection of video players and playlists based on templates, each player template being available both in Flash and HTML5. JC Player 2.0 supports most of the video formats that Adobe Flash Player and HTML5 browsers can display, so you can create video players with general video content, YouTube playlists or music playlists for your website.<br /><br /><i class="bbcode">The Flash version of the JC Player 2.0 is compatible with the following Flash IDE versions: Adobe Flash CS3, Adobe Flash CS4 and Adobe Flash CS5. The component was developed in ActionScript 3.0 and can be used with Flash Player 9+.<br /><br />The HTML5 version of the JC Player 2.0 was developed to work on any JavaScript enabled browser with HTML5 and CSS3 support, including the latest Chrome, Firefox, Safari, Opera and Internet Explorer 9+ browsers. It also works on mobile devices such as iOS and Android-enabled smartphones and tablets.</i>]]></description>
<dc:creator>florodebat</dc:creator>
<category>JC Player 2</category><pubDate>Mon, 02 Apr 2012 03:24:43 -0500</pubDate></item>
<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>
</channel>
</rss>
