<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>ON_CUE_POINT</title>
<description> Hello,
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 &amp;quot;presentation.&amp;quot;
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 &amp;quot;name&amp;quot; property? Am I missing something obvious? Thank you!!!

import JCPlayerEvent; 
presentation.addEventListener(JCPlayerEvent.ON_CUE_POINT,cuePointHandler); 
function cuePointHandler(event:JCPlayerEvent):void { 
if(event.info.name==&amp;quot;01_Start&amp;quot;){
yellowarrow.y = 131;
}
if(event.info.name==&amp;quot;02_PRP&amp;quot;){
yellowarrow.y = 176;
}
if(event.info.name==&amp;quot;03_Diff&amp;quot;){
yellowarrow.y = 224;
}
}

The board keeps putting &amp;quot;winking smiley&amp;quot; instead of a right parentheses.</description><link>http://www.jcplayer.com/forum/read.php?5,736,736#msg-736</link><lastBuildDate>Tue, 21 May 2013 11:20:43 -0500</lastBuildDate>
<generator>Phorum 5.2.7</generator>
<item>
<guid>http://www.jcplayer.com/forum/read.php?5,736,741#msg-741</guid>
<title>Re: ON_CUE_POINT</title><link>http://www.jcplayer.com/forum/read.php?5,736,741#msg-741</link><description><![CDATA[ I suggest you should open a ticket and send us the source file you are working on.]]></description>
<dc:creator>kneo</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,736,736#msg-736</guid>
<title>ON_CUE_POINT</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>Mon, 06 Dec 2010 21:49:57 -0600</pubDate></item>
</channel>
</rss>