User nerdabilly - Stack Overflowmost recent 30 from stackoverflow.com2009-12-17T08:17:23Zhttp://stackoverflow.com/feeds/user/8349http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1643305/bird-songs-for-distraction-free-programming/1643493#16434930Answer by nerdabilly for Bird songs for distraction free programmingnerdabilly2009-10-29T12:51:00Z2009-10-29T12:51:00Z<p>iTunes has some Bird Sounds available, <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?id=164884039&s=143441" rel="nofollow">http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?id=164884039&s=143441</a> </p>
<p>and looks like the same is available from Amazon: <a href="http://www.amazon.com/Bird-Sounds-Various-Artists/dp/B00005Q46S" rel="nofollow">http://www.amazon.com/Bird-Sounds-Various-Artists/dp/B00005Q46S</a> </p>
http://stackoverflow.com/questions/1445401/how-to-develop-a-silverlight-shared-library-dll-on-a-mac2How To Develop a Silverlight Shared Library (.dll) on a Mac?nerdabilly2009-09-18T15:48:46Z2009-10-08T17:00:52Z
<p>does anyone have any suggestions for what I can do to try and create a SL Shared Library as a DLL file on a Mac? I've tried Eclipse with eclipse4sl and MonoDevelop, but I can't figure out what i'm doing wrong. I had a nice streamlined process for this on a PC using VWD 2008. Basically what I want is this:</p>
<p>1.) A project that is strictly the code that will be compiled into the DLL shared library</p>
<p>2.) A separate project that links the uncompiled library code into a sample implementation so that I can tweak the library without going back and forth between projects and rebuilding the library all the time.</p>
<p>3.) (optional) another version of the sample implementation that uses the actual compiled library for final testing. </p>
<p>I'm managed to get a Silverlight app running using Eclipse, but I can't figure out if/how my shared library building is possible. </p>
<p>thanks for any suggestions. </p>
http://stackoverflow.com/questions/266213/how-to-detect-if-a-url-points-to-a-swf1how to detect if a URL points to a SWFnerdabilly2008-11-05T19:01:50Z2009-10-05T13:34:04Z
<p>Is there a way (preferrably using JavaScript) to determine whether a URL is to a SWF or a JPG? </p>
<p>The obvious answer is to sniff the filename for ".jpg" or ".swf" but I'm dealing with banners that are dynamically decided by the server and usually have a lot of parameters and generally don't include an extension. </p>
<p>so i'm wondering if I could load the file first and then read it somehow to determine whether it's SWF or JPG, and then place it, because the JavaScript code I'd need to display a JPG vs a SWF is very different. </p>
<p>Thanks! </p>
http://stackoverflow.com/questions/1479329/if-google-cant-index-flash-then-how-is-us-levi-com-ranked-5th/1479360#14793601Answer by nerdabilly for If Google can't index Flash, then how is us.levi.com ranked 5thnerdabilly2009-09-25T20:14:24Z2009-09-25T20:14:24Z<p>Check out this article: <a href="http://news.cnet.com/8301-10784%5F3-9844989-7.html?part=rss&subj=news&tag=2547-1%5F3-0-5" rel="nofollow">http://news.cnet.com/8301-10784%5F3-9844989-7.html?part=rss&subj=news&tag=2547-1%5F3-0-5</a></p>
<p>Flash has been Google-capable for almost 2 years now, and I think if the developers of this site took the right SEO steps, combined with the fact that I'm sure Levi's already had a pretty high ranking for "blue jeans" search results, I don't find this strange at all. </p>
<p>Plus like someone else said, links to the page also make a difference. And there is plenty of HTML on the page, complete with ALT tags, which helps. </p>
http://stackoverflow.com/questions/1478539/is-there-a-way-to-detect-whether-flash-is-above-the-browser-fold0Is there a way to detect whether Flash is above the browser fold?nerdabilly2009-09-25T17:16:00Z2009-09-25T17:20:28Z
<p>I'm looking for a way to determine if a Flash movie is visible within the browser viewport. Unfortunately there's a big caveat here: <strong>it must be done without JavaScript</strong>. Is there a native method, in Flash or Flex, that can detect when the movie becomes visible? I was thinking that the only way to do it would be some kind of low-level rendering or drawing event, but even those could fire when the movie is loaded on the page below the fold. Thanks. </p>
http://stackoverflow.com/questions/1351860/most-unreasonable-development-assignment/1446250#14462503Answer by nerdabilly for Most unreasonable development assignmentnerdabilly2009-09-18T18:41:58Z2009-09-18T18:41:58Z<p>My first job out of college was a programmer for a company that made multimedia CD-ROMs. They would travel around the country to industry conferences for various professions, record the presentations, and put the recordings and associated PowerPoints onto a CD-ROM. </p>
<p>My boss (the owner of the company) had a great idea that our software could have a "sync to PDA" button that you could just click and it would send the presentations and audio to your PDA for on-the-go listening. </p>
<p>Now, this doesn't seem so impossible, but at the time, MP3 players had just come out, iPods were brand new, not widely adapted, and still prohibitively expensive, and the iPhone was still years away. </p>
<p>He didn't understand that there is a wide variety of PDAs out there and there is no possible way we could get drivers and specs for them all so that we could just zap everything over to a PDA. Plus, even if we could have solved the software/hardware issue (we couldn't), most PDAs at the time maxed out at about 64 MB of memory. In other words, a whole week or weekend's worth of recorded speeches and PowerPoint slides would NEVER fit. We'd be lucky to get a couple minutes. </p>
<p>I told my boss this, and his response was "well, I need you to try anyway, since I already told the customer we could do it."</p>
<p>So I tried, and needless to say, I was unsuccessful. </p>
http://stackoverflow.com/questions/1133664/clicktag-isnt-working/1139609#11396090Answer by nerdabilly for clickTAG isn't workingnerdabilly2009-07-16T18:58:21Z2009-07-16T18:58:21Z<p>Strange coincidence, I'm also working with a company using clickTAG to pass URLs to SWF banners. </p>
<p>Are you sure they are including the clicktag in the URL? so the URL is something like this:</p>
<p><a href="http://www.yoururl.com/yourbannerad.swf?clickTAG=http://www.yourwebsiteurl.com" rel="nofollow">http://www.yoururl.com/yourbannerad.swf?clickTAG=http://www.yourwebsiteurl.com</a></p>
<p>that's the first thing to check.</p>
<p>the next is to make sure your click is working. Instead of trying to load the clickTAG variable, try a test to ensure that the click is working at all:</p>
<pre><code>on(release)
{getURL("http://www.google.com","_blank")}
</code></pre>
<p>This will ensure that there are no hidden layers or movie clips that are getting in the way.</p>
<p>If that works, try getting the clickTAG in a different browser. There's a little-known bug in IE where parameters sent to a SWF after a 302 redirect are stripped out if the first URL also has parameters. I've heard reports that this also occasionally occurs in Firefox. </p>
<p>More info on the bug:</p>
<p><a href="http://www.markledford.com/blog/2008/07/24/serious-and-seriously-obscure-bug-with-flash-embed-code-variables-and-ie/" rel="nofollow">http://www.markledford.com/blog/2008/07/24/serious-and-seriously-obscure-bug-with-flash-embed-code-variables-and-ie/</a></p>
<p>Basically it's saying that if the URL from the ad network is:</p>
<p><a href="http://www.adnetwork.com/track?a=1&b=2" rel="nofollow">http://www.adnetwork.com/track?a=1&b=2</a></p>
<p>then that URL does a 302 redirect to:</p>
<p><a href="http://www.yoururl.com/yourbannerad.swf?clickTAG=http://www.yourwebsiteurl.com" rel="nofollow">http://www.yoururl.com/yourbannerad.swf?clickTAG=http://www.yourwebsiteurl.com</a> </p>
<p>Then your SWF will be able to read a=1&b=2 but not be able to read clickTAG=<a href="http://www.yourwebsiteurl.com" rel="nofollow">http://www.yourwebsiteurl.com</a> </p>
<p>Unfortunately the only real workaround for that bug is to reformat the first URL so the parameters aren't sent using ?a=1&b=2 but rather with an arbitrary format like $a:1|b:2.</p>
<p>Since most ad networks return banner ads from a dynamic URL with a lot of parameters for tracking and reporting purposes, this is most likely the cause of the issue. </p>
http://stackoverflow.com/questions/1098774/does-silverlight-restrict-root-tlds0Does Silverlight restrict .root TLDs? nerdabilly2009-07-08T15:21:29Z2009-07-08T15:21:29Z
<p>I've been working on a Silverlight app that loads XML. Internally, in our QA environment, the URL for an XML response is servername.stage.root/script/var1=1/var2=abc/etc</p>
<p>i kept getting unexplained Security Errors when it was time to load an XML from this URL. I tried a variety of tests and finally determined that the error only occurs when the URL servername.stage.root/script/var1=1/var2=abc/etc. If I change it to anything else by editing my HOSTS file, for example servername.stage.<strong>com</strong>/script/var1=1/var2=abc/etc then all works fine. In fact, I could name it anything else I wanted to, and also load XML from anywhere else i tried, so I've ruled out cross-domain issues. </p>
<p>I did some research and from what I can tell .root is some sort of internal DNS hack thing. I suppose the best solution would be to try and change the internal QA URL but that may be a long and difficult process. </p>
<p>Has anyone ever encountered this? Is there a workaround, or possible a Silverlight list of "allowed sites" that I could add this domain or TLD to? </p>
http://stackoverflow.com/questions/1066180/how-to-distribute-a-flash-component-for-use-with-mtasc0how to distribute a Flash component for use with MTASC?nerdabilly2009-06-30T21:30:48Z2009-06-30T21:30:48Z
<p>I have a Flash component that's just a library of compiled code with some exposed API calls. Normally we distribute this as a SWC or MXP, and it works just fine. Recently I had a client express interest in using my component, but they do all their development in MTASC only. MTASC doesn't support SWC files, so ss there a good way to send precompiled code that would work in MTASC? I'm not able to send them the original source code, but if there's some other method I'd appreciate it. I do have access to the source, so I can recompile it however necessary. Thanks! </p>
http://stackoverflow.com/questions/64170/is-there-good-sol-editor-for-flash-player-9-local-shared-objects-can-we-build-o2Is there good .sol editor for Flash Player 9 Local Shared Objects? Can we build one?nerdabilly2008-09-15T15:55:42Z2009-06-28T20:48:24Z
<p>There's plenty of them out there but none of them do what I would like them to do.</p>
<p>Most of them crash when opening a file or simply corrupt the data. Many don't run at all. It seems to me that most were written 3-4 years ago for AS2 .sols and no longer work with FP9/AS3 sols. I'd attempt to write my own using AIR but I can't find a new spec of the byte format.</p>
<p>There's an explanation of the file format here:
<a href="http://sourceforge.net/docman/display_doc.php?docid=27026&group_id=131628" rel="nofollow">http://sourceforge.net/docman/display_doc.php?docid=27026&group_id=131628</a></p>
<p>and another here:
<a href="http://sourceforge.net/docman/display_doc.php?docid=27026&group_id=131628" rel="nofollow">http://sourceforge.net/docman/display_doc.php?docid=27026&group_id=131628</a></p>
<p>but it looks as though both of these docs are a good 4 years old (pre-FP9) and as I'm not skilled or experienced in file formats, writing a new one, especially without an updated spec, is seeming like less and less of a viable option. </p>
<p>Ideally I'd like one that can not only read the .sol, but edit and save new values also.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/995727/silverlight-c-xml-serialization-system-invalidoperationexception-tagname-wa0Silverlight C#: XML Serialization: System.InvalidOperationException: <tagname> was not expectednerdabilly2009-06-15T11:59:11Z2009-06-15T12:41:47Z
<p>I'm trying to de-serialize an XML Document and when the desserializer encounters a certain tag about halfway down the doc, it gives the error: </p>
<pre><code>System.InvalidOperationException <mytagname> was not expected.
</code></pre>
<p>It has a <code>[System.Xml.Serialization.XmlArrayItemAttribute("MyTagName", typeof(MediaFile))]</code> tag right before it in the class, and the error is only happening on this one particular tag/class, but I can't find anything different about it that would make this occur. Anyone ever seen this before? thanks </p>
<p><strong>EDITED FOR MORE DETAIL:</strong></p>
<p>Here's the deserializer code:</p>
<pre><code> String xmlString = _doc.ToString();
StringReader sr = new StringReader(xmlString);
XmlReader xr = XmlReader.Create(sr);
xs = new XmlSerializer(typeof(VideoAdServingTemplate<AdNode>));
objVast = (VideoAdServingTemplate<AdNode>)xs.Deserialize(sr);
</code></pre>
<p>And the XML in question looks like this:</p>
<pre><code><VideoAdServingTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vast.xsd">
<Ad id="myad">
<InLine>
<AdSystem>MyAdSystem</AdSystem>
<AdTitle>Advertisement</AdTitle>
<Description>Shamwow</Description>
<Survey>
<URL><![CDATA[http://www.dynamiclogic.com/tracker?campaignId=234&site=yahoo]]></URL>
</Survey>
<Error>
<URL><![CDATA[http://www.primarysite.com/tracker?noPlay=true&impressionTracked=false]]></URL>
</Error>
<Impression>
<URL id="myadsever"><![CDATA[http://www.primarysite.com/tracker?imp]]></URL>
<URL id="anotheradsever"><![CDATA[http://www.thirdparty.com/tracker?imp]]></URL>
</Impression>
<TrackingEvents>
<Tracking event="start">
<URL id="myadsever"><![CDATA[http://www.primarysite.com/tracker?start]]></URL>
</Tracking>
<Tracking event="midpoint">
<URL id="myadsever"><![CDATA[http://www.primarysite.com/tracker?mid]]></URL>
<URL id="anotheradsever"><![CDATA[http://www.thirdparty.com/tracker?mid]]></URL>
</Tracking>
<Tracking event="firstQuartile">
<URL id="myadsever"><![CDATA[http://www.primarysite.com/tracker?fqtl]]></URL>
<URL id="anotheradsever"><![CDATA[http://www.thirdparty.com/tracker?fqtl]]></URL>
</Tracking>
<Tracking event="thirdQuartile">
<URL id="myadsever"><![CDATA[http://www.primarysite.com/tracker?tqtl]]></URL>
<URL id="anotheradsever"><![CDATA[http://www.thirdparty.com/tracker?tqtl]]></URL>
</Tracking>
<Tracking event="complete">
<URL id="myadsever"><![CDATA[http://www.primarysite.com/tracker?comp]]></URL>
<URL id="anotheradsever"><![CDATA[http://www.thirdparty.com/tracker?comp]]></URL>
</Tracking>
<Tracking event="mute">
<URL id="myadsever"><![CDATA[http://www.primarysite.com/tracker?mute]]></URL>
</Tracking>
<Tracking event="pause">
<URL id="myadsever"><![CDATA[http://www.primarysite.com/tracker?pause]]></URL>
</Tracking>
<Tracking event="replay">
<URL id="myadsever"><![CDATA[http://www.primarysite.com/tracker?replay]]></URL>
</Tracking>
<Tracking event="fullscreen">
<URL id="myadsever"><![CDATA[http://www.primarysite.com/tracker?full]]></URL>
</Tracking>
<Tracking event="stop">
<URL id="myadsever"><![CDATA[http://www.primarysite.com/tracker?stop]]></URL>
</Tracking>
</TrackingEvents>
<Video>
<Duration>00:00:15</Duration>
<AdID>AdID</AdID>
<VideoClicks>
<ClickThrough>
<URL id="myadsever"><![CDATA[http://www.primarysite.com/tracker?click]]></URL>
</ClickThrough>
<ClickTracking>
<URL id="anotheradsever"><![CDATA[http://www.thirdparty.com/tracker?click]]></URL>
<URL id="athirdadsever"><![CDATA[http://www.thirdparty.com/tracker?click]]></URL>
</ClickTracking>
<CustomClick>
<URL id="redclick"><![CDATA[http://www.thirdparty.com/tracker?click]]></URL>
<URL id="blueclick"><![CDATA[http://www.thirdparty.com/tracker?click]]></URL>
</CustomClick>
</VideoClicks>
<MediaFiles>
<MediaFile delivery="streaming" bitrate="250" width="200" height="200" type="video/x-flv">
<URL><![CDATA[rtmp://streamingserver/streamingpath/medium/filename.flv]]></URL>
</MediaFile>
<MediaFile delivery="progressive" bitrate="400" width="200" height="200" type="video/x-flv">
<URL><![CDATA[http://progressive.hostlocation.com//high/filename.flv]]></URL>
</MediaFile>
<MediaFile delivery="progressive" bitrate="200" width="200" height="200" type="video/x-flv">
<URL><![CDATA[http://progressive.hostlocation.com/progressivepath/medium/filename.flv]]></URL>
</MediaFile>
<!-- and a few more MediaFile tags -->
</MediaFiles>
</Video>
</code></pre>
<p>There's a bit more to the XML but its pretty big so I cut a lot out of it. I'm not sure of the order in which everything is deserialized, all I know is the first error I see after calling xs.Deserialize() is:</p>
<pre><code>Unhandled Error in Silverlight 2 Application
Code: 4004
Category: ManagedRuntimeError
Message: System.InvalidOperationException: There is an error in XML document (1, 7). ---> System.InvalidOperationException: <MediaFile xmlns=''> was not expected.
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderVideoAdServingTemplate1.Read27_VideoAdServingTemplate()
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, Object events)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle)
at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
</code></pre>
<p>There's no indication of what was expected or why this wasn't expected. </p>
<p>The class that implements it has this definition to associate the tag with an object:</p>
<pre><code> [System.Xml.Serialization.XmlArrayItemAttribute("MediaFile", typeof(MediaFile))]
public MediaFile[] MediaFiles
{
get
{
return this.mediaFilesField;
}
set
{
this.mediaFilesField = value;
}
}
</code></pre>
<p>I assume that the [] in the definition and the use of XmlArrayItemAttribute is because there are multiple MediaFile tags in a row, so they are being placed into an array. I generated this code with xsd.exe and modified it slightly to work in Silverlight. </p>
<p>thanks! </p>
http://stackoverflow.com/questions/969726/youtube-use-youtube-player-in-website/969917#9699170Answer by nerdabilly for youtube: use youtube player in website nerdabilly2009-06-09T12:59:18Z2009-06-09T12:59:18Z<p>Why not just upload the video to YouTube and embed the player? </p>
http://stackoverflow.com/questions/966051/managedruntimeerror-system-notsupportedexception-xlinq-developing-silverlight-i0ManagedRuntimeError System.NotSupportedException: XLinq. Developing Silverlight in C# With Visual Web Developernerdabilly2009-06-08T17:43:51Z2009-06-08T17:53:23Z
<p>I'm using Visual Web Developer to build a Silverlight Class Library. I have another project where the Class Library is imported and implemented. It's loading an XML file and I'm using XmlSerializer.Deserialize into a class I created with xsd.exe. </p>
<p>Sometimes, when loading the XML, I get this error:</p>
<pre>
Unhandled Error in Silverlight 2 Application
Code: 4004
Category: ManagedRuntimeError
Message: System.InvalidOperationException: There is an error in XML document (149, 10). ---> System.NotSupportedException: XLinq
at System.Xml.Serialization.XmlSerializationReader.ReadXmlNodes(Boolean elementCanBeType)
at System.Xml.Serialization.XmlSerializationReader.ReadTypedPrimitive(XmlQualifiedName type, Boolean elementCanBeType)
at System.Xml.Serialization.XmlSerializationReader.ReadTypedPrimitive(XmlQualifiedName type)
</pre>
<p>I've discovered that it only occurs when there is a tag called Extensions in my XML file. At first I thought this was improperly defined in the C# class generated by xsd.exe, but it works if I change Extensions to any other name. Unfortunately, simply changing the name of this tag permanently is not an option. I've ruled out reserved words. Google has no info on this error. </p>
http://stackoverflow.com/questions/935913/linq-to-xml-defer-selection-of-children-in-silverlight-c1LINQ to XML: Defer selection of children in Silverlight C#?nerdabilly2009-06-01T17:51:55Z2009-06-01T18:07:06Z
<p>I have the following XML Document being loaded into C# Silverlight: </p>
<pre><code><parent>
<son name="Jim">
<grandson>Billy</grandson>
<granddaughter>Sue</granddaughter>
</son>
<daughter name="Sally">
</daughter>
</parent>
</code></pre>
<p>I'd like to do a LINQ query so that I query parent and get a list of "son" and "daughter" nodes only. When I get to a node of type "son", I want to do another query for its own children. </p>
<p>I've tried this:</p>
<pre><code> IEnumerable<XElement> Children =
from childNode in parents.Descendants()
select (XElement)childNode ;
foreach(XElement childNode in Children){
// other code
}
</code></pre>
<p>but that gives me everything (son, daughter, grandson, granddaughter). </p>
<p>What I'd like to do is something like this:</p>
<pre><code> foreach(XElement childNode in Children){
switch(childNode.Name.ToString()){
case "son":
// look for "grandson" and "granddaughter" as children of "son" now
break;
case "daughter":
// don't look for anything
break;
}
}
</code></pre>
<p>So Basically, I only want the first level of children returned in the query, and I will query for the rest later on. </p>
<p>I'm not sure if it should be done in the original LINQ query, in the foreach condition, or what. I don't have control over the XML document format so I can't change it to something better. Thanks! </p>
http://stackoverflow.com/questions/889435/can-modrewrite-preserve-a-double-slash0Can mod_rewrite preserve a double slash?nerdabilly2009-05-20T18:18:17Z2009-05-21T18:46:50Z
<p>Im just learning mod_rewrite and regex stuff, and what I'm trying to do is pass variables of any name, with any number of variables and values, into a script and have them forwarded to a different script. </p>
<p>here is what I have so far:</p>
<pre><code>RewriteEngine on
RewriteRule ^script\$(.*[\])? anotherscript?ip=%{REMOTE_ADDR}&$1 [L]
</code></pre>
<p>That all seems to work except that one of the parameters I'm passing is a URL and the // after http:// always gets stripped down to one slash. </p>
<p>for example, I do </p>
<p>script$url=<a href="http://www.stackoverflow.com" rel="nofollow">http://www.stackoverflow.com</a></p>
<p>then it redirects to:</p>
<p>anotherscript?ip=127.0.0.1&url=http:/www.stackoverflow.com</p>
<p>and the second script chokes on the single-slash. </p>
<p>I realize that preserving a double-slash is the exact opposite of what people usually do with mod_rewrite. Is there a way I can preserve the double-slash?</p>
<p><strong>EDIT</strong>: Solution found with Gumbo's help. </p>
<pre><code>RewriteCond %{THE_REQUEST} ^GET\ (.*)/script\$([^\s]+)
RewriteRule ^script\$(.*) anotherscript?ip=%{REMOTE_ADDR}&%2 [L]
</code></pre>
<p>I had to add that (.*) in front of /script on the RewriteCond, once I did that it got rid of the 404 errors and then it was just a matter of passing the matches through. </p>
http://stackoverflow.com/questions/884377/can-modrewrite-convert-any-number-of-parameters-with-any-names0Can mod_rewrite convert any number of parameters with any names? nerdabilly2009-05-19T18:37:41Z2009-05-19T19:49:37Z
<p>I'm a total n00b at mod_rewrite and what I'm trying to do sounds simple:</p>
<p>instead of having domain.com/script.php?a=1&b=2&c=3 I would like to have:</p>
<p>domain.com/script|a:1;b:2;c:3</p>
<p>The problem is that my script takes a large number of parameters in a variety of combinations, and order is unimportant, so coding each one in the expression and expecting a certain order is unfeasible. So can a rule be set up that simply passes all of the parameters to the script, regardless of order or how many parameters? So that if someone types </p>
<p>domain.com/script|a:1;b:2;j:7 it will pass all those params and values just the same as it would with domain.com/script|b:2;a:1; ? </p>
<p>Thanks! </p>
http://stackoverflow.com/questions/877871/can-an-as2-swf-be-loaded-into-an-as3-swf-how-can-i-add-this-to-the-stage-and-int/878013#8780131Answer by nerdabilly for Can an AS2 swf be loaded into an AS3 swf? How can I add this to the stage and interact with it from As3 swf?nerdabilly2009-05-18T14:22:52Z2009-05-18T14:22:52Z<p>The only really effective way to do this is by using LocalConnection. AS2 and AS3 can't communicate much with each other. If you still have access to the AS2 file's source, you can expose some functions with LocalConnection. There's also a neat helper class by Grant Skinner called SWFBridge that takes some of the groundwork out of doing this, it's available here: <a href="http://www.gskinner.com/blog/archives/2007/07/swfbridge_easie.html" rel="nofollow">http://www.gskinner.com/blog/archives/2007/07/swfbridge_easie.html</a> </p>
http://stackoverflow.com/questions/219549/automated-testing-non-ui-for-existing-flash-component3Automated testing (non-UI) for existing Flash componentnerdabilly2008-10-20T19:20:38Z2009-05-11T21:13:10Z
<p>I build and maintain a set of Flash components that is distributed to publishers and allows them to integrate with our system. Currently the component has no UI and simply contains compiled code for querying our system servers, parsing the response, and modifying the params sent in the query. There's an As2 version and AS3 versions for both Flex and CS3. Our typical workflow is like this:</p>
<p>1.) load the component
2.) set parameters on the component
3.) tell the component to query our system
4.) wait for an event saying the response has been received and parsed
5.) call methods on the component for retrieving and using parsed data </p>
<p>We've been talking a lot lately about automating the testing of these components, and there seems to be a lot of buzz around frameworks like AsUnit and FlexUnit. However, I've never been able to grasp how I might effectively use of one of these. The examples and tutorials always skimp on real-world examples and instead provide multiple classes and excessive code for testing whether an example function returns num1+num2. </p>
<p>The only thing I can guess is that these testing frameworks are intended to be implemented from the start, with planning for the test suite, test runner, and test cases built in at the start of development. </p>
<p>An automated test of our component would have to make sure properties were properly set, those properties were sent in the request to our system, the response received was correct considering the parameters sent, the parsed data includes correct information, and no errors, bad responses, or infinite parsing loops are caused. </p>
<p>my question is, is there any way to automate testing of an existing, widely distributed, established Flash component without completely reworking it to fit into a testing framework? Or am I misunderstanding the test frameworks and this is already possible? </p>
<p><strong>UPDATE</strong>: Thanks for the responses. I have started to integrate my component with AsUnit and think I have a pretty good understanding of how it can help me. However, the AS2 AsUnit does not support asynchronous test cases, and I'm having a hard time finding an AS2 unit test framework that does. Asynchronous testing is REALLY important to this project. Does anyone have any recommendations for a different framework? Thanks! </p>
http://stackoverflow.com/questions/820301/trouble-with-frogger-on-flash/820605#8206051Answer by nerdabilly for Trouble with frogger on flashnerdabilly2009-05-04T15:34:12Z2009-05-04T15:34:12Z<p>to answer your question about rotation, movie clips rotate around their registration point, not around their visual center. So when you create your clips, make sure that the crosshairs on the symbol-editing screen appear in the center. The crosshairs is the registration point, which basically defines where x:0,y:0 is on the clip. </p>
<p>It sounds like your question is really about how to use hitTest to see if the frog has hit any of the cars, regardless of which one, how many are on stage, etc. So what I would do is create a class for the car with a static member that can be a pointer to the frog, and then have the class check for whether it is hitting the frog. </p>
<p>So to start out:</p>
<pre><code>public class Car extends MovieClip{
public static var frog:MovieClip;
private var interval;
public function Car(){
super();
interval = setInterval(checkHit,500);
}
private function checkHit(){
if(this.hitTest(frog)){
trace("the frog hit the car");
clearInterval(interval);
//do what you need to do when the frog gets hit
}
}
}
</code></pre>
<p>For each individual car, you can extend the Car class: </p>
<pre><code>class Truck extends Car{
public function Truck(){
super();
}
}
class Volkswagen extends Car{
public function Volkswagen(){
super();
}
}
class Bus extends Car{
public function Bus(){
super();
}
}
</code></pre>
<p>After creating the individual classes, use Linkage on your Library symbols for each car. (rightclick on the symbol, select Linkage, and type your class name in the Class field). </p>
<p>Finally, set the frog member to your frog on stage </p>
<pre><code>var frog:MovieClip = attachMovie("frog_mc", frogMC, _root.getNextHighestDepth())
Car.frog = frog; //set the static var "frog" to your frog instance
</code></pre>
<p>And now your cars should all check themselves for whether they're hitting the frog. </p>
<p>The other option is to code that checkHit() function on the first frame of each different car movieclip, rather than using classes for each:</p>
<pre><code>this.onEnterFrame = function(){
if(this.hitTest(_root.frog)){
trace("the frog hit the car");
//do what you need to do when the frog gets hit
delete this.onEnterFrame;
}
}
</code></pre>
http://stackoverflow.com/questions/772579/swf-is-not-a-loadable-module/772825#7728250Answer by nerdabilly for SWF is not a loadable modulenerdabilly2009-04-21T14:23:46Z2009-04-21T14:23:46Z<p>I agree that it could be an issue between local SWFs and remote SWFs. Try uploading your local file to a server (any server you have access to) or, if you've got a local Apache or IIS running, try accessing that SWF using <a href="http://localhost/" rel="nofollow">http://localhost/</a>. If that works, we'll know that the issue is in going between a local file and a remote file. If it doesn't than the issue is either with crossdomain.xml or in your code, which is less likely but we shouldn't rule it out just yet. If you do determine that the issue is with using a local SWF, then add the local folder in the Settings Manager (see macke's post) </p>
http://stackoverflow.com/questions/650439/flash-using-as3-0/650553#6505530Answer by nerdabilly for Flash using AS3.0nerdabilly2009-03-16T14:03:06Z2009-03-16T14:03:06Z<p>Either way is acceptable. I guess it really depends on which methods you prefer. You can eliminate that error by using removeEventListener() in the same function that does the removeChild. </p>
http://stackoverflow.com/questions/541965/what-should-i-learn-silverlight-or-flash/542298#5422981Answer by nerdabilly for What should I learn Silverlight or Flash ? nerdabilly2009-02-12T17:00:18Z2009-02-12T17:00:18Z<p>Why is it a question of one or the other? The more tools you have in your belt, the better.</p>
<p>I'm primarily an Adobe developer with Flash/Flex, but I do some SL dev as well. If you're a C# developer then I think you will definitely find Silverlight has less of a learning curve. I can't tell how many times the more traditionally trained Java/C# people I work with have looked at some ActionScript and been positively baffled by it. To people who are more accustomed to the traditional software dev world, ActionScript is full of quirks. </p>
<p>That being said, Flash has the wider reach and greater acceptance right now. I think one of the big hurdles for Silverlight is that people are hesitant to install stuff when a browser prompts them. It's gaining, but I think it has a long way to go. </p>
<p>So to answer your question, Flash is more immediately marketable, has many more learning resources, and has proven staying power. Silverlight may be a great skill to have in the near future, and for a C# developer it will come easily. </p>
<p>I think it really depends on the urgency of what you're trying to accomplish. </p>
http://stackoverflow.com/questions/496900/actionscript-2-list-of-nested-movieclips/497022#4970223Answer by nerdabilly for ActionScript 2, list of nested movieclipsnerdabilly2009-01-30T20:04:34Z2009-01-30T20:04:34Z<p>Are you just trying to trace? If so there's a nice little undocumented utility called ObjectDumper that can do this. </p>
<p><a href="http://blogs.adobe.com/jdehaan/2005/04/hidden_component_goodness_obje.html" rel="nofollow">This is probably the best explanation of it out there</a></p>
<p>So what you can do is this:</p>
<pre><code>import mx.data.binding.ObjectDumper;
trace(ObjectDumper.toString(_root));
</code></pre>
<p>There may be a lot of extras (functions, variables, etc) in there, so there are additional parameters you can use:</p>
<pre><code>ObjectDumper.toString(obj, showFunctions, showUndefined, showXMLstructures, maxLineLength, indent)
</code></pre>
http://stackoverflow.com/questions/481433/load-as2-swf-into-as3-swf-and-pass-vars-in-url0Load AS2 SWF Into AS3 SWF and pass vars in URLnerdabilly2009-01-26T21:25:47Z2009-01-27T10:09:24Z
<p>I've got an AS3 SWF that I'm going to be loading other SWFs into. These child SWFs all take a single parameter on the URL. I can't seem to get it working when loading an AS2 child, and it needs to be able to handle both. </p>
<p>so I have </p>
<pre><code>var request:URLRequest = new URLRequest();
var loader:URLLoader = new URLLoader();
request.url = "http://domain/as2.swf?param=foo";
loader.load(request);
// etc on to the eventListeners, addChild, etc
</code></pre>
<p>When the as2 SWF gets loaded, it can't see the parameter I've passed to it. It's looking for _root.param. Am I doing this wrong or am I attempting the impossible?</p>
<p>EDIT: I should add that I can load a SWF with those URL params from an AS2 loader and it works just fine.</p>
http://stackoverflow.com/questions/439747/flash-as2-how-to-post-cdata-to-a-server1Flash AS2: How to POST CDATA to a server? nerdabilly2009-01-13T16:44:44Z2009-01-15T15:52:19Z
<p>I have an XML object that I want to send to my player via HTTP POST. This is all good when using XML.sendAndLoad. </p>
<p>The problem is that when the XML object I generate contains CDATA, the CDATA is stripped out before the POST occurs. </p>
<p>so if I have:</p>
<pre><code>var xml:XML = new XML("<root><tag><![CDATA[hello]]></tag></root>")
</code></pre>
<p>when I do a sendAndLoad this is what gets POSTed:</p>
<pre><code><root><tag>hello</tag></root>
</code></pre>
<p>the same occurs when I try to create the XML using XMLDOM methods like createElement, createTextNode, and appendChild. </p>
<p>the AS2 docs say that CDATA is not supported. Is there a workaround for this? I'm thinking that it could be fixed by extending and overriding the XML class, but I haven't found a way to do it yet. </p>
<p>Thanks! </p>
http://stackoverflow.com/questions/444606/convincing-a-large-company-to-use-free-software/444771#4447712Answer by nerdabilly for Convincing a large company to use free software?nerdabilly2009-01-14T21:31:31Z2009-01-14T21:31:31Z<p>You're probably right that the system you'd recommend is better than the one currently in place. But like some other posters said, choose your battles, especially when this is your first job out in the real world. You may become expendable quickly. </p>
<p>It's not really so much a matter of what's better, even if your way IS better, it's a matter of the culture and the way things are done and the cost of switching. Even if, hypothetically, their system can be magically transported to your OSS system, with no loss of data, dates, records, or anything, you're still going to have people who say "I liked the old way better." </p>
<p>Remember: Experience is what you get when you don't get what you want. I know it may sound glamorous to be "the new guy who recommended a great new versioning system that everybody loved", but you also could just as easily become "that hotshot who insisted on a new versioning system that everybody hated." It's a much smarter career move to just play by the rules at least for a little while until you have some clout and can make some recommendations. In the meantime you may even learn why the old system is preferred, or learn to like it more the more you use it. </p>
http://stackoverflow.com/questions/406760/whats-your-most-controversial-programming-opinion/429650#42965010Answer by nerdabilly for What's your most controversial programming opinion?nerdabilly2009-01-09T20:42:05Z2009-01-09T20:42:05Z<p>I have a few... there's exceptions to everything so these are not hard and fast but they do apply in most cases</p>
<p><strong>Nobody cares if your website validates, is XHTML strict, is standards-compliant, or has a W3C badge.</strong> </p>
<p>It may earn you some high-fives from fellow Web developers, but the rest of people looking at your site could give a crap whether you've validated your code or not. the vast majority of Web surfers are using IE or Firefox, and since both of those browsers are forgiving of nonstandards, nonstrict, invalidated HTML then you really dont need to worry about it. If you've built a site for a car dealer, a mechanic, a radio station, a church, or a local small business, how many people in any of those businesses' target demographics do you think care about valid HTML? I'd hazard a guess it's pretty close to 0. </p>
<p><strong>Most open-source software is useless, overcomplicated crap.</strong> </p>
<p>Let me install this nice piece of OSS I've found. It looks like it should do exactly what I want! Oh wait, first I have to install this other window manager thingy. OK. Then i need to get this command-line tool and add it to my path. Now I need the latest runtimes for X, Y, and Z. now i need to make sure i have these processes running. ok, great... its all configured. Now let me learn a whole new set of commands to use it. Oh cool, someone built a GUI for it. I guess I don't need to learn these commands. Wait, I need this library on here to get the GUI to work. Gotta download that now. ok, now its working...crap, I can't figure out this terrible UI. </p>
<p>sound familiar? OSS is full of complication for complication's sake, tricky installs that you need to be an expert to perform, and tools that most people wouldn't know what to do with anyway. So many projects fall by the wayside, others are so niche that very few people would use them, and some of the decent ones (FlowPlayer, OSCommerce, etc) have such ridiculously overcomplicated and bloated source code that it defeats the purpose of being able to edit the source. You can edit the source... if you can figure out which of the 400 files contains the code that needs modification. You're really in trouble when you learn that its all 400 of them. </p>
http://stackoverflow.com/questions/425511/what-tools-do-i-need-to-develop-in-actionscript-in-linux/425602#4256024Answer by nerdabilly for What tools do I need to develop in actionscript (in Linux)nerdabilly2009-01-08T19:44:49Z2009-01-08T19:44:49Z<p>A Windows or Mac box. :-) </p>
<p>just kidding, actually you can use the Flex 3 SDK mentioned above and compile using the CLI. If these AS3 Libraries are indeed Flex libraries (sometimes there are discrepancies between what works in Flex, what works in CS3, and what works in both) then you should be able to import them and use them. </p>
<p>Also, I've never tried it myself, but Flex Builder is based on Eclipse and I believe there's a way to configure Eclipse to compile with the opensource Flex compile if you'd rather work in a graphical IDE. </p>
http://stackoverflow.com/questions/417579/when-to-say-when-with-a-startup-company/417794#4177940Answer by nerdabilly for When to say when with a startup company?nerdabilly2009-01-06T19:31:37Z2009-01-06T19:31:37Z<p>is there any reason the company can't provide the health insurance? If they were eligible for SBA then surely they're a legit company and can at least get something. Is there some kind of financial reason? I worked for a startup when I first graduated, their health plan was an HMO and it was so bad it wouldn't cover some very basic medical needs I have... my physical and mental health got so bad that I had to leave in the interest of my own well being. I realized that they had depended on me so I was kind of screwing them over, but remember this: NO job is worth your health (or your family's health). Maybe take some initiative by looking into healthcare plans for small businesses and provide your boss with that info. there's plenty of those plans out there, maybe it's just a matter of finding the right one. </p>
http://stackoverflow.com/questions/405955/best-error-names-failures-or-exceptions/413581#4135810Answer by nerdabilly for Best error names, failures or exceptions.nerdabilly2009-01-05T16:03:42Z2009-01-05T16:03:42Z<p>An earlier version of Photoshop (Must have been 5 or 5.5) had an error if you tried to edit the stroke of a Bezier curve without rendering first:</p>
<p>"Could not stroke the layer because there is nothing to stroke"</p>
<p>But my personal all-time favorite is from JavaScript in the NN4 days:</p>
<p>"Undefined is not defined" </p>
http://stackoverflow.com/questions/1445401/how-to-develop-a-silverlight-shared-library-dll-on-a-mac/1539159#1539159Comment by nerdabilly on How To Develop a Silverlight Shared Library (.dll) on a Mac?nerdabilly2009-10-08T20:20:28Z2009-10-08T20:20:28ZAccepted answer, this is the only thing that successfully got me a DLL. Thanks! http://stackoverflow.com/questions/1445401/how-to-develop-a-silverlight-shared-library-dll-on-a-mac/1539159#1539159Comment by nerdabilly on How To Develop a Silverlight Shared Library (.dll) on a Mac?nerdabilly2009-10-08T18:05:20Z2009-10-08T18:05:20ZI saw this, and attempted it, but I can't figure out what to do to get this out of a MonoDevelop into a DLL. It's important that it comes out as a DLL because it will be shared with MSVS developers. http://stackoverflow.com/questions/1445401/how-to-develop-a-silverlight-shared-library-dll-on-a-macComment by nerdabilly on How To Develop a Silverlight Shared Library (.dll) on a Mac?nerdabilly2009-10-06T18:20:05Z2009-10-06T18:20:05Zi don't know if there's any more detail I can give. I want to build a Silverlight class library on a Mac, and I want the end result to be a shared DLL and not a packaged Silverlight XAP. Is this possible?http://stackoverflow.com/questions/1445401/how-to-develop-a-silverlight-shared-library-dll-on-a-mac/1526368#1526368Comment by nerdabilly on How To Develop a Silverlight Shared Library (.dll) on a Mac?nerdabilly2009-10-06T18:19:19Z2009-10-06T18:19:19ZGood suggestion. I don't know if it's an option for me since it's a company-owned Mac I'm working on, but it could work. Thanks. http://stackoverflow.com/questions/1478539/is-there-a-way-to-detect-whether-flash-is-above-the-browser-fold/1478567#1478567Comment by nerdabilly on Is there a way to detect whether Flash is above the browser fold?nerdabilly2009-09-25T19:41:17Z2009-09-25T19:41:17Z@fenomas, possibly but those events require either the mouse to be in the movie or for the movie to gain OS focus. We'd like something a little more automatic than that. http://stackoverflow.com/questions/1478539/is-there-a-way-to-detect-whether-flash-is-above-the-browser-fold/1478567#1478567Comment by nerdabilly on Is there a way to detect whether Flash is above the browser fold?nerdabilly2009-09-25T17:35:10Z2009-09-25T17:35:10ZThat's what I suspected. I'm not looking for visibility with regard to CSS or actually toggling the visibility property, I'm trying to find a way to detect whether it's been scrolled into view. Still thought I think we're in agreement that it really can't be done without JavaScript. And I won't be able to control allowScriptAccess. http://stackoverflow.com/questions/1011167/what-are-common-ui-misconceptions-and-annoyances/1011957#1011957Comment by nerdabilly on What are common UI misconceptions and annoyances?nerdabilly2009-06-18T12:17:48Z2009-06-18T12:17:48ZVincent Flanders of webpagesthatsuck.com calls this "mystery meat navigation." I don't really mind on things like band and art websites, since there is more creative license, but it SUCKS when you're looking for actual info. And yes, I agree, some of the worst websites ever have been the result of someone attempting to be "Edgy", "artistic", and "innovative." http://stackoverflow.com/questions/995727/silverlight-c-xml-serialization-system-invalidoperationexception-tagname-waComment by nerdabilly on Silverlight C#: XML Serialization: System.InvalidOperationException: <tagname> was not expectednerdabilly2009-06-15T12:42:16Z2009-06-15T12:42:16Zoops, yeah, sorry I wrote this in a hurry. I added more detail and more code. http://stackoverflow.com/questions/966051/managedruntimeerror-system-notsupportedexception-xlinq-developing-silverlight-i/966089#966089Comment by nerdabilly on ManagedRuntimeError System.NotSupportedException: XLinq. Developing Silverlight in C# With Visual Web Developernerdabilly2009-06-08T18:28:57Z2009-06-08T18:28:57Z@JaredPar, you need to add a reference to the System.Xml.Serialization.dll Library also. It should be in the Silverlight directory. http://stackoverflow.com/questions/966051/managedruntimeerror-system-notsupportedexception-xlinq-developing-silverlight-i/966089#966089Comment by nerdabilly on ManagedRuntimeError System.NotSupportedException: XLinq. Developing Silverlight in C# With Visual Web Developernerdabilly2009-06-08T18:06:04Z2009-06-08T18:06:04ZXmlSerializationReader is in the System.Xml.Serialization class. http://stackoverflow.com/questions/935913/linq-to-xml-defer-selection-of-children-in-silverlight-c/935987#935987Comment by nerdabilly on LINQ to XML: Defer selection of children in Silverlight C#?nerdabilly2009-06-01T18:32:31Z2009-06-01T18:32:31Zthat worked! Exactly what I needed. Thank you! http://stackoverflow.com/questions/889435/can-modrewrite-preserve-a-double-slash/889465#889465Comment by nerdabilly on Can mod_rewrite preserve a double slash?nerdabilly2009-05-21T18:44:33Z2009-05-21T18:44:33ZI actually found a solution that was pretty close to your original suggestion. Thanks for all the help! http://stackoverflow.com/questions/889435/can-modrewrite-preserve-a-double-slash/889465#889465Comment by nerdabilly on Can mod_rewrite preserve a double slash?nerdabilly2009-05-21T17:29:56Z2009-05-21T17:29:56Zok, im not sure that disabling Multiviews did anything but I did notice something: when there is a url in the request, the response is 403 with "(20024)The given path misformatted or contained invalid characters: Cannot map GET " but when there is no URL its a 404 with the File does not exist error. http://stackoverflow.com/questions/889435/can-modrewrite-preserve-a-double-slash/889465#889465Comment by nerdabilly on Can mod_rewrite preserve a double slash?nerdabilly2009-05-21T17:02:20Z2009-05-21T17:02:20ZI've enabled logging and all it says is "[Thu May 21 12:58:45 2009] [error] [client 127.0.0.1] File does not exist: C:/(path)" it looks like its trying to find a file called "script$id=123" instead of parsing that part out. http://stackoverflow.com/questions/889435/can-modrewrite-preserve-a-double-slash/889758#889758Comment by nerdabilly on Can mod_rewrite preserve a double slash?nerdabilly2009-05-20T19:29:11Z2009-05-20T19:29:11Zgood catch, I removed that part and it still worked but the double-slash is still being converted to a single-slash.