<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>BulkLoader users Google Group</title>
  <link>http://groups.google.com/group/bulkloader-users</link>
  <description>Public mailing list for users of BulkLoader, an Actionscript 3 library for managing multiple loadings (http://code.google.com/p/bulk-loader/)</description>
  <language>en</language>
  <item>
  <title>Re: Strange error only on server</title>
  <link>http://groups.google.com/group/bulkloader-users/browse_thread/thread/309375d7f644cf7c/98b6629385dcc80b?show_docid=98b6629385dcc80b</link>
  <description>
  It&#39;s still giving me the same error then...about 7 times. Not getting &lt;br&gt; any stackTrace info. I&#39;m adding more than 7 items, so that&#39;s not it. &lt;br&gt; It would also be pretty weird if the instantiation happens 7 times, &lt;br&gt; while it is inside the initialisation of my Document class...
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bulkloader-users/browse_thread/thread/309375d7f644cf7c/98b6629385dcc80b?show_docid=98b6629385dcc80b</guid>
  <author>
  blackbl...@gmail.com
  </author>
  <pubDate>Mon, 18 Aug 2008 16:50:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: [bulkloader-users] :: Content caching ::</title>
  <link>http://groups.google.com/group/bulkloader-users/browse_thread/thread/b54da4a705e7be69/0d6c516922bc8321?show_docid=0d6c516922bc8321</link>
  <description>
  Hi Elango. &lt;br&gt; No, the caching mechanism is entirely from the browser. There is only &lt;br&gt; one catch though: item&#39;s ids should be unique across one BulkLoader &lt;br&gt; instance. This means that if you add an item with the same ID twice, &lt;br&gt; you won&#39;t be creating two items, because the second one will actually &lt;br&gt; retrieve the first one.[1]
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bulkloader-users/browse_thread/thread/b54da4a705e7be69/0d6c516922bc8321?show_docid=0d6c516922bc8321</guid>
  <author>
  deb...@gmail.com
  (Arthur Debert)
  </author>
  <pubDate>Mon, 18 Aug 2008 12:02:51 UT
</pubDate>
  </item>
  <item>
  <title>:: Content caching ::</title>
  <link>http://groups.google.com/group/bulkloader-users/browse_thread/thread/b54da4a705e7be69/ab3c6c901cb849fa?show_docid=ab3c6c901cb849fa</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;Is the Bulkloader class cache the content inside the flash player or &lt;br&gt; it rely on the browser cache when reloading the same content. Please &lt;br&gt; clarify on this. &lt;br&gt; &lt;p&gt;Thanks
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bulkloader-users/browse_thread/thread/b54da4a705e7be69/ab3c6c901cb849fa?show_docid=ab3c6c901cb849fa</guid>
  <author>
  elang...@gmail.com
  (Elango)
  </author>
  <pubDate>Mon, 18 Aug 2008 07:05:51 UT
</pubDate>
  </item>
  <item>
  <title>Re: [bulkloader-users] Strange error only on server</title>
  <link>http://groups.google.com/group/bulkloader-users/browse_thread/thread/309375d7f644cf7c/1f9ada709be5e154?show_docid=1f9ada709be5e154</link>
  <description>
  Hi Black Blood. &lt;br&gt; This most likely culprit here is that the BulkLoader instantiation is &lt;br&gt; beign done twice when running online. &lt;br&gt; This is pretty common if it related to something asynchronous (a load &lt;br&gt; callback, or some frame preloader). &lt;br&gt; Just wrap the instantiation on a try catch and print the stack trace
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bulkloader-users/browse_thread/thread/309375d7f644cf7c/1f9ada709be5e154?show_docid=1f9ada709be5e154</guid>
  <author>
  deb...@gmail.com
  (Arthur Debert)
  </author>
  <pubDate>Sun, 17 Aug 2008 20:03:32 UT
</pubDate>
  </item>
  <item>
  <title>Strange error only on server</title>
  <link>http://groups.google.com/group/bulkloader-users/browse_thread/thread/309375d7f644cf7c/191cbe5e560c52c1?show_docid=191cbe5e560c52c1</link>
  <description>
  I&#39;m getting this error: &lt;br&gt; &lt;p&gt;Error: BulkLoader with name&#39;editor&#39; has already been created. &lt;br&gt; at br.com.stimuli.loading::BulkLo ader() &lt;br&gt; at main() &lt;br&gt; &lt;p&gt;But only when I try using the file on the live server. Locally it &lt;br&gt; works just fine.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bulkloader-users/browse_thread/thread/309375d7f644cf7c/191cbe5e560c52c1?show_docid=191cbe5e560c52c1</guid>
  <author>
  blackbl...@gmail.com
  </author>
  <pubDate>Sun, 17 Aug 2008 13:05:44 UT
</pubDate>
  </item>
  <item>
  <title>How to track Errors when using LazyLoader?</title>
  <link>http://groups.google.com/group/bulkloader-users/browse_thread/thread/96f2a05282ff7e1c/e06e9454ba0e9715?show_docid=e06e9454ba0e9715</link>
  <description>
  Hi! &lt;br&gt; &lt;p&gt;Could someone give an example? &lt;br&gt; I&#39;ve tried the following, but with no response from the onError &lt;br&gt; function. &lt;br&gt; Am I on the right track? &lt;br&gt; &lt;p&gt;Regards / Jonas &lt;br&gt; &lt;p&gt;- - - &lt;br&gt; &lt;p&gt;lazy = new LazyXMLLoader(&amp;quot;test.xml&amp;quot;, &amp;quot;theLazyLoaderTest&amp;quot;); &lt;br&gt; &lt;p&gt;lazy.addEventListener(BulkLoad er.ERROR,onError); &lt;br&gt; &lt;p&gt;function onError(evt : BulkErrorEvent ) : void{
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bulkloader-users/browse_thread/thread/96f2a05282ff7e1c/e06e9454ba0e9715?show_docid=e06e9454ba0e9715</guid>
  <author>
  jonas...@gmail.com
  </author>
  <pubDate>Fri, 15 Aug 2008 04:51:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: Stopping a SWF before it is fully loaded</title>
  <link>http://groups.google.com/group/bulkloader-users/browse_thread/thread/3eafd319b84d1b18/c674341a6600d940?show_docid=c674341a6600d940</link>
  <description>
  I Tryed that technice, but I the Error #1010: &lt;br&gt; when saying evt.target.content.stop(); &lt;br&gt; &lt;p&gt;what is wrong?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bulkloader-users/browse_thread/thread/3eafd319b84d1b18/c674341a6600d940?show_docid=c674341a6600d940</guid>
  <author>
  pp.nos...@googlemail.com
  (tasovi)
  </author>
  <pubDate>Wed, 13 Aug 2008 10:00:08 UT
</pubDate>
  </item>
  <item>
  <title>Pausing and Resuming partially downloaded assets?</title>
  <link>http://groups.google.com/group/bulkloader-users/browse_thread/thread/517e5798a1588b37/a3d5ca03051e084e?show_docid=a3d5ca03051e084e</link>
  <description>
  Hi Arthur, &lt;br&gt; I saw your component is advertising the possibility to pause and &lt;br&gt; resume partially downloaded content. However, I didn&#39;t managed to &lt;br&gt; identify how is this actually working in your library. &lt;br&gt; If you&#39;re not actually doing anything special for this, are you &lt;br&gt; relying on Flash Plugin for this? If so, can you provide me some
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bulkloader-users/browse_thread/thread/517e5798a1588b37/a3d5ca03051e084e?show_docid=a3d5ca03051e084e</guid>
  <author>
  emilta...@gmail.com
  (Emil Tamas)
  </author>
  <pubDate>Wed, 13 Aug 2008 06:37:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: Licensing and proprietary applications</title>
  <link>http://groups.google.com/group/bulkloader-users/browse_thread/thread/c81a3472f4f2df43/b4728e8f20dd9faa?show_docid=b4728e8f20dd9faa</link>
  <description>
  I see. That is good to hear. Then I am pretty sure that your library &lt;br&gt; will get another user soon enough. &lt;br&gt; &lt;p&gt;I&#39;m hired to help improve a Flash-based webapp that we host for &lt;br&gt; clients. So we don&#39;t actually distribute anything other than a webpage &lt;br&gt; people visit that in turn loads all our SWF-files (which again loads
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bulkloader-users/browse_thread/thread/c81a3472f4f2df43/b4728e8f20dd9faa?show_docid=b4728e8f20dd9faa</guid>
  <author>
  per...@northblue.org
  </author>
  <pubDate>Tue, 12 Aug 2008 20:35:58 UT
</pubDate>
  </item>
  <item>
  <title>Error in example? serialized-test.fla cant access bitmap..?</title>
  <link>http://groups.google.com/group/bulkloader-users/browse_thread/thread/e0d807272c664ce0/7d9e1c174c8261dd?show_docid=7d9e1c174c8261dd</link>
  <description>
  Hi! &lt;br&gt; &lt;p&gt;I&#39;m new to BL, and when I&#39;m playing with the examples, I get an error &lt;br&gt; that seems to come from failing to access the short-sound.mp3 file. &lt;br&gt; &lt;p&gt;When commenting out these rows in the lazyloader.xml, it works: &lt;br&gt; &lt;p&gt;	&amp;lt;file&amp;gt; &lt;br&gt; &amp;lt;url&amp;gt;{base_path}some-text.txt&amp;lt; /url&amp;gt; &lt;br&gt; &amp;lt;preventCache&amp;gt;true&amp;lt;/preventCac he&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bulkloader-users/browse_thread/thread/e0d807272c664ce0/7d9e1c174c8261dd?show_docid=7d9e1c174c8261dd</guid>
  <author>
  jonas...@gmail.com
  </author>
  <pubDate>Tue, 12 Aug 2008 06:27:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: [bulkloader-users] Licensing and proprietary applications</title>
  <link>http://groups.google.com/group/bulkloader-users/browse_thread/thread/c81a3472f4f2df43/41e7a54c44c476fd?show_docid=41e7a54c44c476fd</link>
  <description>
  Hi Perchr. &lt;br&gt; The MIT license is very liberal indeed. If you are distributing &lt;br&gt; binaries (swf files), you don&#39;t need to include the license at all. &lt;br&gt; Of course, attribution is welcome, and if you wish to do so, you can &lt;br&gt; include a CREDITS, AUTHORS or some other file listing what open source &lt;br&gt; projects have been used in your work, but there is no legal need for
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bulkloader-users/browse_thread/thread/c81a3472f4f2df43/41e7a54c44c476fd?show_docid=41e7a54c44c476fd</guid>
  <author>
  deb...@gmail.com
  (Arthur Debert)
  </author>
  <pubDate>Mon, 11 Aug 2008 01:30:47 UT
</pubDate>
  </item>
  <item>
  <title>Licensing and proprietary applications</title>
  <link>http://groups.google.com/group/bulkloader-users/browse_thread/thread/c81a3472f4f2df43/932aaad796e5d1f9?show_docid=932aaad796e5d1f9</link>
  <description>
  Hi. &lt;br&gt; &lt;p&gt;I&#39;m not really very up-to-date with all the open source licenses &lt;br&gt; regarding what can be done and what cannot and everything in between. &lt;br&gt; I&#39;m currently developing a Flash application for a company, and it &lt;br&gt; looks like BulkLoader would be just what we need for a preloader. &lt;br&gt; &lt;p&gt;I see that BulkLoader is licensed under the MIT License, so I went to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bulkloader-users/browse_thread/thread/c81a3472f4f2df43/932aaad796e5d1f9?show_docid=932aaad796e5d1f9</guid>
  <author>
  per...@northblue.org
  </author>
  <pubDate>Sat, 09 Aug 2008 15:56:18 UT
</pubDate>
  </item>
  <item>
  <title>Re: Getting specific MovieClips from loaded SWF</title>
  <link>http://groups.google.com/group/bulkloader-users/browse_thread/thread/6dbc41ceb490257a/1c7d6c78e2c7fb4c?show_docid=1c7d6c78e2c7fb4c</link>
  <description>
  Or you could do it even more generic, and replace the getPage() &lt;br&gt; function with this: &lt;br&gt; &lt;p&gt;public function getAsset(s:String):* &lt;br&gt; { &lt;br&gt; var a:Class = getDefinitionByName(s) as Class; &lt;br&gt; return new a(); &lt;br&gt; &lt;p&gt;(requires importing flash.utils.getDefinitionByNam e) &lt;br&gt; &lt;p&gt;And in the parent SWF you would do this: &lt;br&gt; var p1:MovieClip = lib.getAsset(&amp;quot;Page1&amp;quot;);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bulkloader-users/browse_thread/thread/6dbc41ceb490257a/1c7d6c78e2c7fb4c?show_docid=1c7d6c78e2c7fb4c</guid>
  <author>
  tvik...@gmail.com
  </author>
  <pubDate>Tue, 05 Aug 2008 22:18:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: Getting specific MovieClips from loaded SWF</title>
  <link>http://groups.google.com/group/bulkloader-users/browse_thread/thread/6dbc41ceb490257a/687c381828d7bfc6?show_docid=687c381828d7bfc6</link>
  <description>
  Sorry for being such a jerk. I managed to solve it. I often find &lt;br&gt; myself solving problems right after asking for help... &lt;br&gt; &lt;p&gt;It was embarrassingly easy. The key was to set up a document class for &lt;br&gt; the assets.swf. Within this class I created public functions that &lt;br&gt; simply returned the correct MovieClip.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bulkloader-users/browse_thread/thread/6dbc41ceb490257a/687c381828d7bfc6?show_docid=687c381828d7bfc6</guid>
  <author>
  tvik...@gmail.com
  </author>
  <pubDate>Tue, 05 Aug 2008 22:04:42 UT
</pubDate>
  </item>
  <item>
  <title>FLVPlayback and bulk loaded flvs</title>
  <link>http://groups.google.com/group/bulkloader-users/browse_thread/thread/0ef6ba12366551a7/1e4a9f8e570f7efe?show_docid=1e4a9f8e570f7efe</link>
  <description>
  Pardon my noobery, but I am in dire need of help and have not yet &lt;br&gt; found a solution to this problem. &lt;br&gt; &lt;p&gt;After having bulk loaded a video: &lt;br&gt; &lt;p&gt; vLoader.add(&amp;quot;a1.flv&amp;quot;,{maxTries : &lt;br&gt; 10,id:&amp;quot;a1&amp;quot;,pausedAtStart:true, weight:140}); &lt;br&gt; &lt;p&gt;I need to open it in a FLVPlayback component but am unsure how to &lt;br&gt; apply the source.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bulkloader-users/browse_thread/thread/0ef6ba12366551a7/1e4a9f8e570f7efe?show_docid=1e4a9f8e570f7efe</guid>
  <author>
  docta...@gmail.com
  (Dr. Bob)
  </author>
  <pubDate>Tue, 05 Aug 2008 21:50:45 UT
</pubDate>
  </item>
  </channel>
</rss>
