<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/actionscript/tags/actionscript3</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 16:36:37 GMT</pubDate>
<item>
<title>(ActionScript) actionscript3 - seek to cuepoint in FLV flash video clip - stiobhart</title>
<link>http://snipplr.com/view/15838/actionscript3--seek-to-cuepoint-in-flv-flash-video-clip/</link>
<description><![CDATA[ <p>send an FLV clip to a designated embedded cuepoint.  the cuepoint must be of the type 'navigation' and must have previously been embedded when the video was converted to FLV format.

in this example, the FLV video is called "vid" and it lives inside a movieclip called "videoholderMC".  if you're going to have multiple videoclips on the stage,it makes sense to put each one inside a movieclip, so you can talk to it with actionscript</p> ]]></description>
<pubDate>Thu, 11 Jun 2009 08:08:34 GMT</pubDate>
<guid>http://snipplr.com/view/15838/actionscript3--seek-to-cuepoint-in-flv-flash-video-clip/</guid>
</item>
<item>
<title>(ActionScript) actionscript3 - targetting 'root' or 'parent' timelines - stiobhart</title>
<link>http://snipplr.com/view/15833/actionscript3--targetting-root-or-parent-timelines/</link>
<description><![CDATA[ <p>how to target the 'root' or 'parent' timelines from within a movieclip.  the old actionscript method of using [for example]  "\_root.gotoAndPlay("intro");" or "\_parent.gotoAndStop(3);"  no longer works in actionscript3.</p> ]]></description>
<pubDate>Thu, 11 Jun 2009 07:18:16 GMT</pubDate>
<guid>http://snipplr.com/view/15833/actionscript3--targetting-root-or-parent-timelines/</guid>
</item>
<item>
<title>(ActionScript) actionscript 3  - button action [listen for a single event.  eg. MOUSE_UP] - stiobhart</title>
<link>http://snipplr.com/view/15829/actionscript-3---button-action-listen-for-a-single-event--eg-mouseup/</link>
<description><![CDATA[ <p>actionscript3 version of the basic button action. in actionscript3,  button actions can no longer be attached to the buttons themselves or called from the main timeline.  you need to put an 'addEventListener' in the timeline to 'listen' for interaction with the button and then call an appropriate function to deal with that action.

the button needs to have an instance name.  in this case it is called 'stupidbutton'</p> ]]></description>
<pubDate>Thu, 11 Jun 2009 06:27:12 GMT</pubDate>
<guid>http://snipplr.com/view/15829/actionscript-3---button-action-listen-for-a-single-event--eg-mouseup/</guid>
</item>
</channel>
</rss>