<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter posts tagged with Actionscript</title>
      <link>http://ask.metafilter.com/tags/Actionscript</link>
      <description>tag posts with Actionscript</description>
	  	  <pubDate>Fri, 19 Sep 2008 17:23:32 -0800</pubDate>
      <lastBuildDate>Fri, 19 Sep 2008 17:23:32 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Actionscript physics of curveball</title>
	<link>http://ask.metafilter.com/102175/Actionscript-physics-of-curveball</link>	
	<description>Flash-physics-filter: I&apos;m working on a simple flash game similar to &lt;a href=&quot;http://www.insane-games.com/games/curveball/&quot;&gt;curveball&lt;/a&gt;, but I can&apos;t figure out 1) how the script determines the amount of spin/curve to put on the ball, and 2) how the AI gets progressively better as the levels increase.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.102175</guid>
	<pubDate>Fri, 19 Sep 2008 17:23:32 -0800</pubDate>

<category>flash</category>

<category>actionscript</category>

<category>curveball</category>

	<dc:creator>c:\awesome</dc:creator>
	</item>
	<item>
	<title>How to convert shapes drawn with ActionScript to movie clips?</title>
	<link>http://ask.metafilter.com/99613/How-to-convert-shapes-drawn-with-ActionScript-to-movie-clips</link>	
	<description>How do I convert a shape drawn with ActionScript to a movie clip that can have mouse actions in Flash (ActionScript 2)? Maybe I&apos;m missing something really basic here, but a couple hours of research in all the likely places haven&apos;t produced anything. Bascially I&apos;m using &lt;a href=&quot;http://www.kirupa.com/developer/actionscript/isometric_transforms.htm&quot;&gt;some functions for creating isometric drawings&lt;/a&gt; and I would like to be able to address the shapes they create as objects with onRollOver and onRelease and so on. Any help would be appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.99613</guid>
	<pubDate>Tue, 19 Aug 2008 18:02:51 -0800</pubDate>

<category>flash</category>

<category>actionscript</category>

<category>drawingAPI</category>

<category>design</category>

	<dc:creator>n&#xed;mwunnan</dc:creator>
	</item>
	<item>
	<title>How can I display colorful directed graphs on the web?</title>
	<link>http://ask.metafilter.com/89072/How-can-I-display-colorful-directed-graphs-on-the-web</link>	
	<description>How do I take a graph that looks like &lt;a href=&quot;http://www.relaximadoctor.com/graph.png&quot;&gt;this&lt;/a&gt; and display it in a web friendly format? Oh, and there&apos;s 300,000 of them. The graph linked is a screenshot of a postscript file generated by the &quot;dot&quot; portion of &lt;a href=&quot;http://www.graphviz.org/&quot;&gt;Graphviz.&lt;/a&gt; Essentially, I have a bunch of flat text files describing directed graphs (i.e. which nodes are linked to which and what color the links/nodes should be). I need to display these directed graphs on the internet. The nodes on the graph need to be clickable, as well. &lt;br&gt;
&lt;br&gt;
Ideally, the processing to turn the text file into the graph would also be done on the client side, but this isn&apos;t necessary. The graphs don&apos;t need to be capable of being manipulated, but that would be cool as well. The best idea I&apos;ve got so far is to use Flash/ActionScript and do something similar to &lt;a href=&quot;http://sawamuland.com/flash/SimpleSample.swf&quot;&gt;this&lt;/a&gt;, but I&apos;ve never actually used flash so I have no idea if it will scale well or can even actually do what I want it to.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.89072</guid>
	<pubDate>Thu, 17 Apr 2008 09:52:17 -0800</pubDate>

<category>graph</category>

<category>directedgraph</category>

<category>flash</category>

<category>actionscript</category>

<category>graphviz</category>

<category>dot</category>

<category>ps</category>

<category>postscript</category>

	<dc:creator>christonabike</dc:creator>
	</item>
	<item>
	<title>Actionscript community site?</title>
	<link>http://ask.metafilter.com/86675/Actionscript-community-site</link>	
	<description>Mailing list, forum, or other community for advanced actionscript coders? Most of what I do professionally is flash actionscript coding.  Pretty advanced, AS3 stuff.  Occasionally I have questions that aren&apos;t answered by the usual docs and books, and I&apos;d love to have a place to ask other people like me.&lt;br&gt;
&lt;br&gt;
Back in the day there was the flash coders mailing list, but that appears to be dead.  Does anyone know of a community site of any sort that is dedicated to discussing actionscript coding with a good signal to noise ratio?  &lt;br&gt;
&lt;br&gt;
So far Flashkit&apos;s forums are the best I&apos;ve found, but I just have this suspicion I&apos;m missing some obvious place where all the cool kids are hanging out.  Thanks in advance for any advice.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.86675</guid>
	<pubDate>Thu, 20 Mar 2008 14:45:10 -0800</pubDate>

<category>flash</category>

<category>actionscript</category>

	<dc:creator>malphigian</dc:creator>
	</item>
	<item>
	<title>How can I seamlessly loop video in flash cs3? And how can I put titles in flvplayback menu?</title>
	<link>http://ask.metafilter.com/80797/How-can-I-seamlessly-loop-video-in-flash-cs3-And-how-can-I-put-titles-in-flvplayback-menu</link>	
	<description>How can I make a seamless FLV Video loop using flash cs3?  Also!  How can I put a title in the playback bar? I&apos;d like to be able to loop back video playback seamlessly on my website.  I was able to get the video to loop but there seems to be a slight delay during the loop.  Is there any way to fix this?  &lt;br&gt;
&lt;br&gt;
Here is a link to the example.  &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.bodybybarnes.com/images2/chairdance2.html&quot;&gt;LOOP&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Right now I am using the FLVplayback component with this actionscript.&lt;br&gt;
&lt;br&gt;
import fl.video.VideoEvent;&lt;br&gt;
&lt;br&gt;
player.addEventListener(VideoEvent.COMPLETE, playAgain);&lt;br&gt;
function playAgain(evt:VideoEvent):void {&lt;br&gt;
&lt;br&gt;
	player.seek(0);&lt;br&gt;
	player.play();&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
I was also wondering if anyone knew how I could put a title in the menu bar.  There will probably be a few videos so I am hoping for a way that is easily changed.  &lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.80797</guid>
	<pubDate>Fri, 11 Jan 2008 18:13:20 -0800</pubDate>

<category>flvplayback</category>

<category>actionscript</category>

<category>video</category>

<category>loop</category>

<category>art</category>

	<dc:creator>austinlee</dc:creator>
	</item>
	<item>
	<title>Actionscript help, please!</title>
	<link>http://ask.metafilter.com/78053/Actionscript-help-please</link>	
	<description>I&apos;m trying to make a flash file scale to the width of a div. Friends, Romans, Actionscript People, how do I make this happen? Simple diagram &lt;a href=&quot;http://flickr.com/photos/billandsutton/2092902761/&quot;&gt;here&lt;/a&gt;. Basically, I want to know what actionscript I need to add to the file, and changes I might need to make to the swfobject info to make this happen.&lt;br&gt;
&lt;br&gt;
The swf has a set height (which I want) and currently has a set width, (but I want to change that). Right now it stays the same size as the stage it was built on. I want it to expand to fit the div it&apos;s in. My actionscript is for poop, obviously. Thanks for your help.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.78053</guid>
	<pubDate>Fri, 07 Dec 2007 08:19:23 -0800</pubDate>

<category>flash</category>

<category>actionscript</category>

<category>resize</category>

	<dc:creator>Mayor Curley</dc:creator>
	</item>
	<item>
	<title>i gotta get digivideowebificated!</title>
	<link>http://ask.metafilter.com/77546/i-gotta-get-digivideowebificated</link>	
	<description>I&apos;m trying to get the local webcam to stream to the stage on Flash CS3 actionscript3.  When I run it, I get a blank screen and no errors.  Any help at all would be appreciated.

Here is my code so far:

import flash.system.SecurityPanel;

Security.showSettings(SecurityPanel.CAMERA);

var cam:Camera = Camera.getCamera(name);
var vid:Video = new Video();
vid.attachCamera(cam);
stage.addChild(vid);

Thanks! &lt;small&gt;Posted for a friend. &lt;small&gt; I don&apos;t really know what any of this means. &lt;/small&gt;&lt;/small&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.77546</guid>
	<pubDate>Fri, 30 Nov 2007 20:39:08 -0800</pubDate>

<category>webcam</category>

<category>flash</category>

<category>stream</category>

<category>actionscript</category>

	<dc:creator>univac</dc:creator>
	</item>
	<item>
	<title>Help me forward to new page at end of Flash video</title>
	<link>http://ask.metafilter.com/75971/Help-me-forward-to-new-page-at-end-of-Flash-video</link>	
	<description>How do I get Flash to play a FLV and then go to particular URL when it&apos;s done? I&apos;m working on a project where people view a Flash video (just an FLV file with no skin or anything else) and then get forwarded to another page when it&apos;s done.  I need them to see the whole video, so I can&apos;t just put a text link for the next page.  I don&apos;t know Flash especially well, and the code that I&apos;ve found online keeps giving me demands for an onClipEvent handler.  Ideas?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.75971</guid>
	<pubDate>Sun, 11 Nov 2007 08:42:28 -0800</pubDate>

<category>flash</category>

<category>web</category>

<category>actionscript</category>

<category>programming</category>

<category>video</category>

<category>flv</category>

	<dc:creator>aaronetc</dc:creator>
	</item>
	<item>
	<title>What&apos;s the easiest way to print out a large web site?</title>
	<link>http://ask.metafilter.com/73773/Whats-the-easiest-way-to-print-out-a-large-web-site</link>	
	<description>Help me destroy the rain forest: I&apos;m want to print out a huge &lt;a href=&quot;http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/package-summary.html&quot;&gt;manual &lt;/a&gt; that only exists as a web site. What (free? cheap?) app exists that will allow me to suck the entire site into a PDF or some other sort of printable document? I&apos;m Mac based but can scare up a PC if necessary. I&apos;m an Actionscript programmer that works with a team of people who are fifteen or more years younger than me. They&apos;re all cool with reading manuals online. I can&apos;t do that. I&apos;m too old school. I need a physical book that I can carry with me and that I can keep next to my computer, flip through and mark up.&lt;br&gt;
&lt;br&gt;
Adobe has PDF versions of almost all their manuals -- EXCEPT for their &lt;a href=&quot;http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/package-summary.html&quot;&gt;AS 3.0 manual&lt;/a&gt;, which is the one I need. And no 3rd-parties have come to the rescue. It looks like O&apos;Reilly is coming out with a pocket guide to the language, but I need something more comprehensive.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;I own pretty much ever AS 3 book in print (plus all the cheatsheets)&lt;/b&gt;, and they&apos;re useful, but none of them is an overall reference to the language. If that&apos;s what you want, everyone refers you to the online document. Normally, I would just bite the bullet and give in, but AS is my bread-and-butter. I need a manual I can curl up in bed with.&lt;br&gt;
&lt;br&gt;
I&apos;d like to print the whole mother out, take it to Kinkos and have them bind it for me. How?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.73773</guid>
	<pubDate>Sun, 14 Oct 2007 09:31:04 -0800</pubDate>

<category>pdf</category>

<category>print</category>

<category>document</category>

<category>actionscript</category>

	<dc:creator>grumblebee</dc:creator>
	</item>
	<item>
	<title>if (a || (b and (c or d)) and (not e or (f and g and h))) then ???</title>
	<link>http://ask.metafilter.com/72402/if-a-b-and-c-or-d-and-not-e-or-f-and-g-and-h-then</link>	
	<description>Comp Sci: What&apos;s the best Design Pattern or structure for dealing with a complex relationship between many booleans? I&apos;m working on an app that has a zillion configuration options. I need to deal with situations in which the user choses Option A and (Option B or Option C) but not (Option D and (Option E or F)). That sort of thing.&lt;br&gt;
&lt;br&gt;
Using tons of if/then/else&apos;s is clearly wrong. It&apos;s totally confusing. The State Pattern seems like the right direction, but unless I misunderstand it, it&apos;s too simple. It assumes that an app is in State A, State B or State C. What about apps that are in States A and C? In other words, there are 50 options and any combination of them can be on/off. &lt;br&gt;
&lt;br&gt;
What&apos;s the best way to manage this?&lt;br&gt;
&lt;br&gt;
I&apos;m an Actionscript Programmer, but I&apos;m pretty comfortable translating concepts from C-family languages.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.72402</guid>
	<pubDate>Tue, 25 Sep 2007 19:24:44 -0800</pubDate>

<category>compsci</category>

<category>programming</category>

<category>program</category>

<category>application</category>

<category>actionscript</category>

<category>boolean</category>

<category>booleans</category>

<category>design</category>

<category>patterns</category>

<category>designPatterns</category>

<category>state</category>

<category>pattern</category>

	<dc:creator>grumblebee</dc:creator>
	</item>
	<item>
	<title>Does anyone know of a book that covers Flash CS3 from the ground up?</title>
	<link>http://ask.metafilter.com/70673/Does-anyone-know-of-a-book-that-covers-Flash-CS3-from-the-ground-up</link>	
	<description>Does anyone know of a book that covers Flash CS3 from the ground up?  I need it all, from beginner stuff to Flex.  I&apos;m hoping to find a book that has a general introduction to Flash, a language reference for Actionscript, and a thorough review of Flex.  This is asking for a lot.  Perhaps what I need is a series of books? I&apos;ve already visited the O&apos;Reilly site.  Their books are responsible for my career as a web developer.  But I found their offerings to be either too advanced (they assume you have knowledge of Flash and jump straight into the latest stuff in CS3) or out of date.&lt;br&gt;
&lt;br&gt;
Also, if this stuff is covered in detail on a particular website, I would be happy to ditch the dead trees in favor of something digital.  So far, all I&apos;ve found are sites for the seasoned Flash developer, and they&apos;re somewhat intimidating (the sites, not the developers).&lt;br&gt;
&lt;br&gt;
Thanks, MeFi!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.70673</guid>
	<pubDate>Mon, 03 Sep 2007 08:16:04 -0800</pubDate>

<category>flash</category>

<category>actionscript</category>

<category>cs3</category>

<category>adobe</category>

<category>flex</category>

<category>graphicdesign</category>

	<dc:creator>jeffmueller</dc:creator>
	</item>
	<item>
	<title>What&apos;s the best way to create a large, complex, flexible UML diagram?</title>
	<link>http://ask.metafilter.com/67868/Whats-the-best-way-to-create-a-large-complex-flexible-UML-diagram</link>	
	<description>I need to spec out a huge, complex application in UML. I&apos;m looking for good tools/techniques to do this in a fluid situation, where there are a ton of classes and new ones will be added all the time. My team is going to write a gargantuan program. We need to spec it, and I&apos;m expecting we&apos;ll spend two or three weeks on the spec, before writing a line of code. It&apos;s vital that the finished spec be clear, rational, utilitarian and scalable. I&apos;ve gotten to that point before, on other projects, but never on one this large. And my way of getting there is to make many drafts of the spec.&lt;br&gt;
&lt;br&gt;
During draft stages, I continually refine the spec by adding new classes, removing redundant ones, etc. So the entire UML chart needs to be revised maybe 50 times before it&apos;s done. &lt;br&gt;
&lt;br&gt;
The only UML tools I&apos;ve used are graphical-UI ones, where you have to draw little boxes and drag connectors between them. But the thought of doing that on this project makes me queasy. It would mean continually dragging tons of boxes around to make space for new ones. &lt;br&gt;
&lt;br&gt;
Here&apos;s what I&apos;d like:&lt;br&gt;
&lt;br&gt;
-- a way to create the graph via XML or something similar. The XML could be fed into an application that would spit out a diagram.&lt;br&gt;
&lt;br&gt;
-- the XML/outline/whatever is easy to modify, in terms of adding new classes, relationships, etc.&lt;br&gt;
&lt;br&gt;
-- when done, we could PRINT the whole diagram as a giant chart which we could hang on the wall. I guess it would have to be on many sheets of paper that we&apos;d tape together. But we&apos;d really like to be able to view the entire model at once.&lt;br&gt;
&lt;br&gt;
Does such an app exist? If not, I&apos;m very open to analog approaches. Is there a good method of doing something like this with tons of index cards  (one for each class) tacked to the wall or something? &lt;br&gt;
&lt;br&gt;
I&apos;m sure other teams have faced this problem. How have the solved it?&lt;br&gt;
&lt;br&gt;
We&apos;re Mac and Linux based, but if the best solution is PC-only, we could go that way via parallels.&lt;br&gt;
&lt;br&gt;
If it matters (and I&apos;m not sure why it would), this will be a web app coded in Actionscript 3.0.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.67868</guid>
	<pubDate>Thu, 26 Jul 2007 10:54:45 -0800</pubDate>

<category>programming</category>

<category>UML</category>

<category>diagram</category>

<category>XML</category>

<category>application</category>

<category>chart</category>

<category>graph</category>

<category>actionscript</category>

<category>project</category>

<category>projectplanning</category>

	<dc:creator>grumblebee</dc:creator>
	</item>
	<item>
	<title>Actionscript development on OS X that doesn&apos;t suck?</title>
	<link>http://ask.metafilter.com/62637/Actionscript-development-on-OS-X-that-doesnt-suck</link>	
	<description>I&apos;m developing in Actionscript 3, and I hate (hate, hate, hate) Flex Builder 2.  What are some other good options for as3 development on OS X? Right now I&apos;ve got an ad-hoc system going where I use the &quot;include&quot; statement in a frame inside the flash project (CS3) and just write the code in Textmate.  (I &#9829; textmate.)  But it&apos;s a little cumbersome; I&apos;d prefer not to use Flash CS3 at all.&lt;br&gt;
&lt;br&gt;
I&apos;ve tried downloading some guy&apos;s actionscript 3 bundle for textmate, but I can&apos;t get the compiling to work.  (Downloaded the SDK, all that.)  I&apos;ve heard you can develop as3 in XCode, but I don&apos;t know exactly how.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.62637</guid>
	<pubDate>Mon, 14 May 2007 22:37:34 -0800</pubDate>

<category>as3</category>

<category>actionscript</category>

<category>actionscript3</category>

<category>programming</category>

<category>development</category>

<category>flash</category>

<category>xcode</category>

<category>osx</category>

	<dc:creator>Tlogmer</dc:creator>
	</item>
	<item>
	<title>how to best use MVC architecture in flex 2</title>
	<link>http://ask.metafilter.com/61252/how-to-best-use-MVC-architecture-in-flex-2</link>	
	<description>trying to set up MVC (model view controller) architecture for a Flex 2 project myself and a colleague are starting a flex 2 project. we are both new to Flex, and not all that experienced in OOP.&lt;br&gt;
&lt;br&gt;
Our question is about components: we have the overall application (the main mxml file) and then other components which are their own mxml files. One is the Controller and one is the DataModel.&lt;br&gt;
&lt;br&gt;
From a code point of view, it seems we can only go down: ie, if we put both components in the top level app, we can give them id&apos;s and talk &quot;down&quot; to them, but the components cant go &quot;up&quot; and reference a function or variable in the main app.&lt;br&gt;
&lt;br&gt;
So the question is, a) is there a way to go &quot;up&quot; and b) is it a good programming practice.&lt;br&gt;
&lt;br&gt;
I am currently arguing that the Controller should be called in the Application, and the Data Model called inside the Controller, because the Controller needs access to the data. This way the Application can call Controller functions which access the data and return formatted data to the app.  Does this make sense and, if not, how else do we architect it? We initially tried putting both components at the top (application) label, but couldn&apos;t get them to talk to each other.&lt;br&gt;
&lt;br&gt;
hope that makes sense. thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.61252</guid>
	<pubDate>Tue, 24 Apr 2007 14:54:54 -0800</pubDate>

<category>flex</category>

<category>actionscript</category>

<category>oop</category>

<category>mvc</category>

<category>model</category>

<category>view</category>

<category>controller</category>

	<dc:creator>drjimmy11</dc:creator>
	</item>
	<item>
	<title>ActionScript book for an experienced programmer?</title>
	<link>http://ask.metafilter.com/59654/ActionScript-book-for-an-experienced-programmer</link>	
	<description>Can someone recommend a good ActionScript book for an experienced programmer? I&apos;m designing an ActionScript API that my work will provide to various Flash authors (generally our creative departments or external agencies) to help them integrate their movies into our web sites, and I&apos;d like to get a book on ActionScript that&apos;s aimed at experienced programmers.&lt;br&gt;
&lt;br&gt;
I did see this &lt;a href=&quot;http://ask.metafilter.com/14247/&quot;&gt;earlier AskMe recommendation&lt;/a&gt; for a book for non-coders, but I&apos;d like something a little more technical than that.  I&apos;ve done lots of programming in a variety of languages, and I do already know the basics of ActionScript and Flash.  &lt;br&gt;
&lt;br&gt;
I guess what I&apos;d like is something that&apos;ll give me an idea of some &quot;best practices&quot; type things - how to organize my code, weird traps to look out for in ActionScript, vagaries of the various player versions, etc.  &lt;br&gt;
&lt;br&gt;
What I don&apos;t want is something that will spend a lot of time talking about how a for loop works, foundational OOP, etc, or something that mostly focuses on the authoring side of Flash (animation, sound, graphic design, etc).&lt;br&gt;
&lt;br&gt;
Oh, for what it&apos;s worth, this will be an ActionScript 2.0 API, since we need to support down to Flash 6.  And if anyone has some particularly good websites that deal with these kinds of things, I&apos;d welcome those, too (I&apos;ve had a lot of trouble sorting the wheat from the chaff when it comes to sites about Flash).</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.59654</guid>
	<pubDate>Fri, 30 Mar 2007 16:19:18 -0800</pubDate>

<category>actionscript</category>

<category>programming</category>

<category>flash</category>

<category>book</category>

<category>recommendation</category>

	<dc:creator>whir</dc:creator>
	</item>
	<item>
	<title>Can Flash play back synced audio clips?</title>
	<link>http://ask.metafilter.com/53633/Can-Flash-play-back-synced-audio-clips</link>	
	<description>Can Flash/ActionScript play multiple audio clips simultaneously, while maintaining sync, over a timespan of, say, 4-7 minutes?  Preferably while presenting only one set of playback controls (stop, play, pause, and maybe positioning) to the user? In a &lt;a href=&quot;http://ask.metafilter.com/mefi/52477&quot;&gt;previous AskMe&lt;/a&gt;, what it turned out I was looking for was a way to use Flash to package up multiple audio clips (and maybe some MIDI) into a single SWF file which people could play online or download.&lt;br&gt;
&lt;br&gt;
Weston pointed out MediaRain, which the LDS Church uses for their online hymnal, but the fact that they target music publishers, combined with the fact that they don&apos;t quote pricing, suggests that my fledgling chorus can&apos;t afford them.&lt;br&gt;
&lt;br&gt;
My artistic director would rather we do something of our own, anyway...&lt;br&gt;
&lt;br&gt;
From searching after posting the original question, I know we have some people around here who sound like they have some Flash creation experience (paging Grumblebee :-); anyone ever done this?&lt;br&gt;
&lt;br&gt;
Secondarily, *can* I bundle all the media files inside the SWF?  The portability aspect is just as important as the sync issues, for my target audience.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.53633</guid>
	<pubDate>Thu, 21 Dec 2006 13:46:41 -0800</pubDate>

<category>flash</category>

<category>actionscript</category>

<category>music</category>

<category>multipleclips</category>

<category>sync</category>

	<dc:creator>baylink</dc:creator>
	</item>
	<item>
	<title>Passing Variables to Flash with URLs</title>
	<link>http://ask.metafilter.com/52398/Passing-Variables-to-Flash-with-URLs</link>	
	<description>How can I change variables in a Flash movie based a URL parameter? I have some text in my Flash movie, and I want to change it based on a parameter in the URL. For example, if the URL ends with something like ?text=beer, I want the Flash movie to say &quot;beer.&quot;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.52398</guid>
	<pubDate>Mon, 04 Dec 2006 16:58:04 -0800</pubDate>

<category>flash</category>

<category>actionscript</category>

	<dc:creator>kirkaracha</dc:creator>
	</item>
	<item>
	<title>What are the best Actionscript courses in Boston?</title>
	<link>http://ask.metafilter.com/51783/What-are-the-best-Actionscript-courses-in-Boston</link>	
	<description>Work is paying for a Flash Actionscript class. What are the best ones available in or around Boston, Massachusetts USA? I am Straight Outta Newton and work in Allston, so I would like something in those areas, but I am willing to go anywhere in Metro Boston/city if the course is very good.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.51783</guid>
	<pubDate>Mon, 27 Nov 2006 10:01:02 -0800</pubDate>

<category>flash</category>

<category>actionscript</category>

<category>massachusetts</category>

	<dc:creator>Mayor Curley</dc:creator>
	</item>
	<item>
	<title>Flash 8 / Actionscript 2.0 &#8211; How do I draw dynamically in a custom class.</title>
	<link>http://ask.metafilter.com/50737/Flash-8-Actionscript-20-How-do-I-draw-dynamically-in-a-custom-class</link>	
	<description>Flash 8 / Actionscript 2.0 &#8211; How do I draw dynamically in a custom class.
First, I&#8217;m pretty new to Actionscript and I&#8217;m getting confused going between tutorials written for different versions.&lt;br&gt;
&lt;br&gt;
I&#8217;d like to create a class that when instantiated draws a shape on the screen and tracks various properties. In an ordinary .fla file I can do something like:&lt;br&gt;
&lt;pre&gt;&lt;br&gt;
this.createEmptyMovieClip(&apos;mybox&apos;,200);&lt;br&gt;
mybox.lineStyle(0,0x00ff00);&lt;br&gt;
mybox.lineTo(50,20);&lt;br&gt;
mybox.lineTo(70,40);&lt;br&gt;
&lt;/pre&gt;&lt;br&gt;
So I&#8217;ve got the basics to drawing. So why can&#8217;t I do this:&lt;br&gt;
&lt;pre&gt;&lt;br&gt;
class Thing extends MovieClip{&lt;br&gt;
	function Thing(){&lt;br&gt;
		this.createEmptyMovieClip(&quot;mything&quot;,200);&lt;br&gt;
		mything.lineTo(50,20);&lt;br&gt;
		mything.lineTo(70,40);&lt;br&gt;
	}&lt;br&gt;
}&lt;br&gt;
&lt;/pre&gt;&lt;br&gt;
And instantiate it from my .fla movie. My understanding is that since Thing extends MovieClip it is a MovieClip, so I should be able to create an empty movie clip inside and then draw in that.&lt;br&gt;
&lt;br&gt;
But it isn&#8217;t working. Can someone tell me what I&#8217;m doing wrong. I assume my problem is at a deeper level than just syntax, et cetera.&lt;br&gt;
&lt;br&gt;
Note, I don&#8217;t want to create a symbol in the library and attach it. I want to do the whole thing programmatically.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.50737</guid>
	<pubDate>Sun, 12 Nov 2006 14:51:57 -0800</pubDate>

<category>flash</category>

<category>actionscript</category>

	<dc:creator>miniape</dc:creator>
	</item>
	<item>
	<title>Flash + components + XML </title>
	<link>http://ask.metafilter.com/49059/Flash-components-XML</link>	
	<description>Flash 8 code question: I&apos;m trying to figure out how to create an XML driven menu using the accordion component. I want the child names to come from the xml. Each child/segment of the accordion should contain an empty clip. The clip should be populated with buttons, however many are listed in the xml file, and the buttons should load a file (in this case a jpg) into a target movie clip.&lt;br&gt;
I&apos;m not sure I explained that well. &lt;br&gt;
Picture an accordion component on the left side of your screen. Section one is IDENTITY, section two is RECRUITMENT, section three is ANNUAL REPORTS. Each section contains a movie clip. in the IDENTITY section the clip contains three buttons ID1 ID2 ID3. Clicking ID2 loads a jpg into a box on the right side of the screen. The only complicated part of this is that all the information , the labels, the number of segments, the number of buttons in each segment, the location and description of the jpgs, everything is contained in a single XML file so that someone else could come along, open the file, add a PROMOTION section, add five buttons to the section and put five jpgs in a folder and the application will reflect the change.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.49059</guid>
	<pubDate>Fri, 20 Oct 2006 10:55:27 -0800</pubDate>

<category>Flash8</category>

<category>Actionscript</category>

<category>XML</category>

	<dc:creator>Grod</dc:creator>
	</item>
	<item>
	<title>actionscript help for a non programmer who wants to do it the right way</title>
	<link>http://ask.metafilter.com/41184/actionscript-help-for-a-non-programmer-who-wants-to-do-it-the-right-way</link>	
	<description>OK. So I have five movie clips on the stage named b1 - b5. When the user clicks on one the other four need to gotoAndPlay. I could write a function for one object then cut and paste and just change the names, but that seems inelegant. What I think I need to do is generate an array containing the five objects, then, when the user clicks on one of them, that one is removed from the array and triggers a function that loops through the remaining clips in the array and does the goto. Does that make sense? And if so, how would I do it? And if not, what is a better way? In other words, user clicks on movie named b1 and b2-b5 do something. user clicks on movie named b3 and b1,b2,b4, and b5 do something. Thanks! OH. One other thing. After the stage is cleared of all but one clip (that&apos;s the animation that the goto goes to) the remaining clip must play an animation.&lt;br&gt;
&lt;br&gt;
My level of experience ranks slightly below that of chipmunk&apos;s, so any example code w/ comments would be greatly appriciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.41184</guid>
	<pubDate>Thu, 29 Jun 2006 11:11:55 -0800</pubDate>

<category>flash</category>

<category>actionScript</category>

<category>arrrgh</category>

	<dc:creator>Grod</dc:creator>
	</item>
	<item>
	<title>Changing the position of a Flash object with external data.</title>
	<link>http://ask.metafilter.com/34040/Changing-the-position-of-a-Flash-object-with-external-data</link>	
	<description>How can I change the position of an object in a Flash file with data from an external (XML) file? I need to change the position of an object in my Flash movie based on changes in external data. I have an XML file with the data, and I know how to get the XML into Flash. How do I tell Flash to change the object&apos;s position?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.34040</guid>
	<pubDate>Thu, 09 Mar 2006 10:18:00 -0800</pubDate>

<category>flash</category>

<category>actionscript</category>

<category>xml</category>

	<dc:creator>kirkaracha</dc:creator>
	</item>
	<item>
	<title>Actionscript Problem on how to flip a movie clip</title>
	<link>http://ask.metafilter.com/27990/Actionscript-Problem-on-how-to-flip-a-movie-clip</link>	
	<description>Flash Actionscript Problem. _rotation rotates a movie clip how do flip a movie clip (as in mirror image). I have tried _flip, _mirror and looked all over but cannot find the correct syntax.

Cheers if you can help</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.27990</guid>
	<pubDate>Mon, 28 Nov 2005 02:50:35 -0800</pubDate>

<category>actionscript</category>

<category>flip</category>

<category>mirror</category>

<category>as</category>

<category>flash</category>

<category>macromedia</category>

<category>2.0</category>

	<dc:creator>spooksie</dc:creator>
	</item>
	<item>
	<title>mute bg audio in FLV</title>
	<link>http://ask.metafilter.com/26333/mute-bg-audio-in-FLV</link>	
	<description>anyway to mute background audio in flash video?  this is a question for a friend - he has recorded a video but the original video has some background noise that he wants to mute.  how do i go about it?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.26333</guid>
	<pubDate>Sat, 29 Oct 2005 16:32:40 -0800</pubDate>

<category>flash</category>

<category>flv</category>

<category>actionscript</category>

	<dc:creator>grafholic</dc:creator>
	</item>
	<item>
	<title>I&apos;m spaced out!</title>
	<link>http://ask.metafilter.com/24774/Im-spaced-out</link>	
	<description>Programming/geometry: in a Flash program (you don&apos;t need to know Flash to answer this), I&apos;m trying to place rectangular images at random positions on the screen. There are already images on the screen. I need to make sure that the new, randomly-placed images don&apos;t obscure the images already there. So I&apos;ve got a rectangular screen and I know its width and height. I also know the x,y coordinates of each image already on that screen. And I know each image&apos;s width and height. I also know the dimensions of all the images not yet placed.&lt;br&gt;
&lt;br&gt;
New images (and already placed items) are NOT all the same size (different widths &amp;amp; heights). Which makes things difficult. &lt;br&gt;
&lt;br&gt;
So lets say I need to place a 100px by 200px image on the stage. I need to somehow generate a list of all the 100x200px (or greater) free areas. Then I just need to randomly pick one of those areas and place the new image in it. That last part&apos;s east. It&apos;s finding the free space that&apos;s confusing me.&lt;br&gt;
&lt;br&gt;
Given the info I have (x/y coords, w/h of screen, w/h of images), how do I proceed?&lt;br&gt;
So, before placing a new image</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.24774</guid>
	<pubDate>Thu, 29 Sep 2005 15:10:45 -0800</pubDate>

<category>programming</category>

<category>geometry</category>

<category>math</category>

<category>function</category>

<category>algorithm</category>

<category>code</category>

<category>flash</category>

<category>actionscript</category>

<category>images</category>

<category>program</category>

	<dc:creator>grumblebee</dc:creator>
	</item>
	
	</channel>
</rss>

