<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.m2osw.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Made to Order Software Corporation - ABC</title>
 <link>http://www.m2osw.com/taxonomy/term/227/all</link>
 <description></description>
 <language>en</language>
<item>
 <title>Insert Node Parameter: plain (6-1.2) [no content]</title>
 <link>http://www.m2osw.com/doc-insert-node-parameter-plain</link>
 <description>&lt;p&gt;The plain keyword is used to avoid having the content being inserted put inside a tag. By default, the content is inserted inside a &amp;lt;span&amp;gt; or a &amp;lt;div&amp;gt; tag (&amp;lt;span&amp;gt; is used if the output does not include &amp;lt;div&amp;gt;, &amp;lt;p&amp;gt; and other such tags.)&lt;/p&gt;
&lt;p&gt;Although one could overload the &lt;span style=&quot;font-family: Courier New;&quot;&gt;theme_InsertNode_node()&lt;/span&gt; theme function, it is at times practical to be able to use both methods.&lt;/p&gt;
&lt;p&gt;The plain keyword does not otherwise generate any output.&lt;/p&gt;
&lt;p&gt;This keyword primary use is for adding CCK parameters inside &lt;abbr class=&quot;mo-glossary mo-glossary-abbr&quot;  title=&quot;Hyper Text Markup Language&quot; lang=&quot;en&quot;&gt;HTML&lt;/abbr&gt; code as proposed by one of our users (&lt;a title=&quot;Check to check out the Drupal issue mentioning a possible use of this feature.&quot; target=&quot;_blank&quot; href=&quot;http://drupal.org/node/547392&quot; rel=&quot;nofollow&quot;&gt;see here&lt;/a&gt;):&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;nbsp; &amp;lt;input ...&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/doc-insert-node-parameter-plain&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/doc-insert-node-parameter-plain#comments</comments>
 <pubDate>Mon, 22 Feb 2010 06:52:33 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">463 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Sprite Properties</title>
 <link>http://www.m2osw.com/swf_action_properties</link>
 <description>&lt;p&gt;The following is the list of currently accepted properties or fields for the &lt;a href=&quot;/swf_action_getproperty&quot;&gt;&lt;strong&gt;Get Property&lt;/strong&gt;&lt;/a&gt; and the &lt;a href=&quot;/swf_action_setproperty&quot;&gt;&lt;strong&gt;Set Property&lt;/strong&gt;&lt;/a&gt; actions. Note that the properties can be specified with either an integer (type 7,     requires V5.0+) or a single precision floating point (type 1, V4.0 compatible). And since strings are automatically transformed in a value when required, one can use a string to represent the property number (type 0).

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/swf_action_properties&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/swf_action_properties#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/624">Sprite</category>
 <pubDate>Wed, 30 Dec 2009 02:34:07 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">352 at http://www.m2osw.com</guid>
</item>
<item>
 <title>DoABCDefine</title>
 <link>http://www.m2osw.com/swf_tag_doabcdefine</link>
 <description>&lt;fieldset class=&quot;fieldgroup group-swf-tag-info&quot;&gt;&lt;legend&gt;Tag Info&lt;/legend&gt;&lt;div class=&quot;field field-type-number-integer field-field-swf-tag-number&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Tag Number:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    72        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-content-taxonomy field-field-tag-swf-type&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Tag Type:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    Action        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-number-integer field-field-swf-tag-version&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Tag Flash Version:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    9        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-text field-field-swf-tag-def&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Tag Structure:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;pre&gt;
struct swf_doabc {
	&lt;a href=&quot;/swf_struct_tag&quot;&gt;swf_tag&lt;/a&gt;			f_tag;		/* 72 or 82 */
	if(f_tag == DoABC) {
		unsigned long	f_action_flags;
		string		f_action_name;
	}
	&lt;a href=&quot;/swf_struct_action3&quot;&gt;swf_action3&lt;/a&gt;		f_action_record[&lt;i&gt;variable&lt;/i&gt;];
};&lt;/pre&gt;

        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-nodereference field-field-see-also&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;See Also:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;a href=&quot;/swf_tag_doabc&quot;&gt;DoABC&lt;/a&gt;        &lt;/div&gt;
              &lt;div class=&quot;field-item even&quot;&gt;
                    &lt;a href=&quot;/swf_tag_doaction&quot;&gt;DoAction&lt;/a&gt;        &lt;/div&gt;
              &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;a href=&quot;/swf_tag_doinitaction&quot;&gt;DoInitAction&lt;/a&gt;        &lt;/div&gt;
              &lt;div class=&quot;field-item even&quot;&gt;
                    &lt;a href=&quot;/swf_tag_fileattributes&quot;&gt;FileAttributes&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;p&gt;&lt;small&gt;&lt;font color=&quot;red&quot;&gt;&lt;sup&gt;*&lt;/sup&gt;the version specified here is the version in which the tags appeared&amp;mdash;however, actions of higher versions can be used with older version tags and thus this version doesn&amp;#39;t indicate the version of all the actions used in this tag&lt;/font&gt;&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;/swf_tag_doabc&quot;&gt;&lt;b&gt;DoABC&lt;/b&gt;&lt;/a&gt; and &lt;a href=&quot;/swf_tag_doabcdefine&quot;&gt;&lt;b&gt;DoABCDefine&lt;/b&gt;&lt;/a&gt; are available since version 9. These are similar to the old &lt;a href=&quot;/swf_tag_doaction&quot;&gt;&lt;b&gt;DoAction&lt;/b&gt;&lt;/a&gt; and &lt;a href=&quot;/swf_tag_doinitaction&quot;&gt; &lt;b&gt;DoInitAction&lt;/b&gt;&lt;/a&gt;, yet the actions use a way different declaration scheme and they include flags and a name. This new scheme helps greatly in simplifying the definitions of ECMAScript classes and accelerate the access to the code tremendously.&lt;/p&gt;
&lt;p&gt;Note that the &lt;i&gt; ...&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/swf_tag_doabcdefine&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/swf_tag_doabcdefine#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/579">Action</category>
 <category domain="http://www.m2osw.com/taxonomy/term/577">Define</category>
 <category domain="http://www.m2osw.com/taxonomy/term/678">DoABC</category>
 <category domain="http://www.m2osw.com/taxonomy/term/680">DoABCDefine</category>
 <category domain="http://www.m2osw.com/taxonomy/term/594">DoAction</category>
 <category domain="http://www.m2osw.com/taxonomy/term/654">DoInitAction</category>
 <category domain="http://www.m2osw.com/taxonomy/term/661">FileAttributes</category>
 <category domain="http://www.m2osw.com/taxonomy/term/576">Format</category>
 <pubDate>Fri, 18 Dec 2009 07:48:38 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">310 at http://www.m2osw.com</guid>
</item>
<item>
 <title>FileAttributes</title>
 <link>http://www.m2osw.com/swf_tag_fileattributes</link>
 <description>&lt;fieldset class=&quot;fieldgroup group-swf-tag-info&quot;&gt;&lt;legend&gt;Tag Info&lt;/legend&gt;&lt;div class=&quot;field field-type-number-integer field-field-swf-tag-number&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Tag Number:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    69        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-content-taxonomy field-field-tag-swf-type&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Tag Type:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    Format        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-number-integer field-field-swf-tag-version&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Tag Flash Version:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    8        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-text field-field-swf-tag-def&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Tag Structure:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;pre&gt;
struct swf_fileattributes {
	&lt;a href=&quot;/swf_struct_tag&quot;&gt;swf_tag&lt;/a&gt;			f_tag;		&lt;font color=&quot;green&quot;&gt;/* 69 */&lt;/font&gt;
	unsigned		f_reserved : 3;
	unsigned		f_has_metadata : 1;
	unsigned		f_allow_abc : 1;	&lt;font color=&quot;green&quot;&gt;/* since V9.0 */&lt;/font&gt;
	unsigned		f_suppress_cross_domain_caching : 1;	&lt;font color=&quot;green&quot;&gt;/* since V9.0 */&lt;/font&gt;
	unsigned		f_swf_relative_urls : 1;	&lt;font color=&quot;green&quot;&gt;/* since V9.0 */&lt;/font&gt;
	unsigned		f_use_network : 1;
	unsigned		f_reserved : 24;
};&lt;/pre&gt;

        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;p&gt;The &lt;b class=&quot;swf_tagname&quot;&gt;FileAttributes&lt;/b&gt; tag is new to version 8. It must be     present in all movies version 8 and over. It must be the very first tag in the SWF movie.     It should be unique (other instances will be ignored.)&lt;/p&gt;
&lt;p&gt;The &lt;i&gt;f_has_metadata&lt;/i&gt; flag shall be set to 1 whenever the movie   includes a &lt;a class=&quot;swf_tagname&quot; href=&quot;/swf_tag_metadata&quot;&gt;&lt;strong&gt;Metadata&lt;/strong&gt;&lt;/a&gt; tag.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/swf_tag_fileattributes&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/swf_tag_fileattributes#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/678">DoABC</category>
 <category domain="http://www.m2osw.com/taxonomy/term/661">FileAttributes</category>
 <category domain="http://www.m2osw.com/taxonomy/term/674">Metadata</category>
 <category domain="http://www.m2osw.com/taxonomy/term/607">Protect</category>
 <category domain="http://www.m2osw.com/taxonomy/term/653">ProtectDebug</category>
 <category domain="http://www.m2osw.com/taxonomy/term/658">ProtectDebug2</category>
 <pubDate>Thu, 17 Dec 2009 07:28:20 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">297 at http://www.m2osw.com</guid>
</item>
<item>
 <title>IEEE Standard 754</title>
 <link>http://www.m2osw.com/ieeefloat</link>
 <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The original document by Steve Hollasch can be found at &lt;a target=&quot;_blank&quot; href=&quot;http://steve.hollasch.net/cgindex/coding/ieeefloat.html&quot;&gt;http://steve.hollasch.net/cgindex/coding/ieeefloat.html&lt;/a&gt;&lt;/p&gt;
&lt;h1 class=&quot;title&quot;&gt;&lt;nobr&gt;IEEE Standard 754&lt;/nobr&gt;     &lt;nobr&gt;Floating Point Numbers&lt;/nobr&gt;&lt;/h1&gt;
&lt;p&gt;&lt;span class=&quot;byline&quot;&gt;          Steve Hollasch     / Last update 2005-Feb-24 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/ieeefloat&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/ieeefloat#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/581">End</category>
 <pubDate>Mon, 30 Nov 2009 05:30:34 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">198 at http://www.m2osw.com</guid>
</item>
<item>
 <title>About SWF</title>
 <link>http://www.m2osw.com/swf_about</link>
 <description>&lt;h3&gt;&lt;b&gt;Brief History&lt;/b&gt;&lt;/h3&gt;
&lt;p&gt;At the very beginning, a company created the SWF format to generate   small vector animations on the Internet called Shockwave Flash (hence the name of the format, SWF.) It also included images.   This company was bought by Macromedia around 1997 (if I recall properly).   This is when Flash v3 was created. Since then, Macromedia created a new   version about once a year up to version 8. At that time (in 2005/2006),   Macromedia sealed a deal with Adobe which wanted to use the SWF format   in their PDF files.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/swf_about&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/swf_about#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/594">DoAction</category>
 <category domain="http://www.m2osw.com/taxonomy/term/581">End</category>
 <pubDate>Sun, 29 Nov 2009 01:53:32 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">162 at http://www.m2osw.com</guid>
</item>
<item>
 <title>About Us</title>
 <link>http://www.m2osw.com/m2osw</link>
 <description>&lt;p id=&quot;m2osw-content&quot;&gt;Here you will find a few of the software solutions that 	have been made possible by Made to Order Software Corporation. 	Feel free to &lt;a title=&quot;Click here to contact Made to Order Software Corporation.&quot; href=&quot;/contact&quot; id=&quot;anchor&quot;&gt;contact us&lt;/a&gt; 	for more information.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/m2osw&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 30 Sep 2008 05:48:45 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">5 at http://www.m2osw.com</guid>
</item>
</channel>
</rss>


