<?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 - Adobe</title>
 <link>http://www.m2osw.com/taxonomy/term/191/all</link>
 <description></description>
 <language>en</language>
<item>
 <title>Flash 64 bit under Ubuntu not letting you click?!</title>
 <link>http://www.m2osw.com/blog_flash_no_click</link>
 <description>&lt;p&gt;Use this excellent article if you are having difficulty clicking in your flash window (and you&amp;rsquo;re running Ubuntu 64 9.10):&lt;/p&gt;
&lt;p&gt;&lt;span&gt;64bit Java / Flash Deathroll | Speaking What We See&lt;/span&gt;. (unfortunately, that page was removed.)&lt;/p&gt;
&lt;p&gt;He also rightly clears up the Java issue. This is a way to get native 64 bit installations for both Sun Java and Adobe Flash.&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/blog_flash_no_click#comments</comments>
 <pubDate>Fri, 26 Feb 2010 16:01:12 +0000</pubDate>
 <dc:creator>Doug Barbieri</dc:creator>
 <guid isPermaLink="false">467 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>DefineVideoStream</title>
 <link>http://www.m2osw.com/swf_tag_definevideostream</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;
                    60        &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;
                    Define        &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;
                    6        &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_definevideostream {
	&lt;a href=&quot;/swf_struct_tag&quot;&gt;swf_tag&lt;/a&gt;			f_tag;		&lt;font color=&quot;green&quot;&gt;/* 60 */&lt;/font&gt;
	unsigned short		f_video_id;
	unsigned short		f_frame_count;
	unsigned short		f_width;	&lt;font color=&quot;green&quot;&gt;/* WARNING: this is in pixels */&lt;/font&gt;
	unsigned short		f_height;
	unsigned char		f_reserved : 5;
	unsigned char		f_deblocking : 2;
	unsigned char		f_smoothing : 1;
	unsigned char		f_codec;
};&lt;/pre&gt;

        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;p&gt;This tag defines a video stream. To playback the video stream, one needs   to add a list of &lt;a href=&quot;/swf_tag_videoframe&quot; class=&quot;swf_tagname&quot;&gt;&lt;strong&gt;VideoFrame&lt;/strong&gt;&lt;/a&gt; tags.&lt;/p&gt;
&lt;p&gt;The &lt;i&gt;f_width&lt;/i&gt; and &lt;i&gt;f_height&lt;/i&gt; are defined in &lt;u&gt;pixels&lt;/u&gt;. This is   rather uncommon in SWF so it is to be noted multiple times.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/swf_tag_definevideostream&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/swf_tag_definevideostream#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/655">DefineVideoStream</category>
 <category domain="http://www.m2osw.com/taxonomy/term/576">Format</category>
 <category domain="http://www.m2osw.com/taxonomy/term/625">VideoFrame</category>
 <pubDate>Thu, 17 Dec 2009 06:39:42 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">290 at http://www.m2osw.com</guid>
</item>
<item>
 <title>DefineSprite</title>
 <link>http://www.m2osw.com/swf_tag_definesprite</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;
                    39        &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;
                    Define        &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;
                    3        &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_definesprite {
	&lt;a href=&quot;/swf_struct_tag&quot;&gt;swf_tag&lt;/a&gt;			f_tag;		&lt;font color=&quot;green&quot;&gt;/* 39 */&lt;/font&gt;
	unsigned short		f_sprite_id;
	unsigned short		f_frame_count;
	&lt;i&gt;...			&amp;lt;data&amp;gt;;&lt;/i&gt;
	&lt;a href=&quot;/swf_struct_tag&quot;&gt;swf_tag&lt;/a&gt;			f_end;
};&lt;/pre&gt;

        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;p&gt;A sprite is a set of SWF tags defining an animated object which can then be used as a simple object. A sprite cannot contain another sprite. hHowever, you can use &lt;a href=&quot;/swf_tag_placeobject2&quot;&gt;&lt;strong&gt;PlaceObject2&lt;/strong&gt;&lt;/a&gt; to place a sprite in another.&lt;/p&gt;
&lt;p&gt;The following are the tags accepted in a &lt;strong&gt;Sprite&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/swf_tag_definesprite&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/swf_tag_definesprite#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/638">DefineSprite</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/581">End</category>
 <category domain="http://www.m2osw.com/taxonomy/term/642">FrameLabel</category>
 <category domain="http://www.m2osw.com/taxonomy/term/585">PlaceObject</category>
 <category domain="http://www.m2osw.com/taxonomy/term/609">PlaceObject2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/662">PlaceObject3</category>
 <category domain="http://www.m2osw.com/taxonomy/term/586">RemoveObject</category>
 <category domain="http://www.m2osw.com/taxonomy/term/610">RemoveObject2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/582">ShowFrame</category>
 <category domain="http://www.m2osw.com/taxonomy/term/601">SoundStreamBlock</category>
 <category domain="http://www.m2osw.com/taxonomy/term/600">SoundStreamHead</category>
 <category domain="http://www.m2osw.com/taxonomy/term/643">SoundStreamHead2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/624">Sprite</category>
 <category domain="http://www.m2osw.com/taxonomy/term/597">StartSound</category>
 <pubDate>Tue, 15 Dec 2009 00:28:19 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">271 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Appendix B — History of the SSWF reference</title>
 <link>http://www.m2osw.com/swf_appendix_b_history</link>
 <description>&lt;h3&gt;Dec 2, 2009&lt;/h3&gt;
&lt;p&gt;Moved the monolithic documentation to a multi-page hierarchical document that includes everything we had before plus many links, many terms attached to all pages (tags, English words.) And revision of most of the text for better English and clarification in some places.&lt;/p&gt;
&lt;p&gt;Strengthen the formatting with CCK fields so all declarations look alike.&lt;/p&gt;
&lt;p&gt;Broken up the actions from one large table to a set of pages.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/swf_appendix_b_history&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/swf_appendix_b_history#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/672">CSMTextSettings</category>
 <category domain="http://www.m2osw.com/taxonomy/term/635">DefineButton2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/599">DefineButtonSound</category>
 <category domain="http://www.m2osw.com/taxonomy/term/648">DefineEditText</category>
 <category domain="http://www.m2osw.com/taxonomy/term/646">DefineFont2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/673">DefineFont3</category>
 <category domain="http://www.m2osw.com/taxonomy/term/664">DefineFontAlignZones</category>
 <category domain="http://www.m2osw.com/taxonomy/term/595">DefineFontInfo</category>
 <category domain="http://www.m2osw.com/taxonomy/term/677">DefineMorphShape2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/675">DefineScalingGrid</category>
 <category domain="http://www.m2osw.com/taxonomy/term/676">DefineShape4</category>
 <category domain="http://www.m2osw.com/taxonomy/term/638">DefineSprite</category>
 <category domain="http://www.m2osw.com/taxonomy/term/655">DefineVideoStream</category>
 <category domain="http://www.m2osw.com/taxonomy/term/678">DoABC</category>
 <category domain="http://www.m2osw.com/taxonomy/term/654">DoInitAction</category>
 <category domain="http://www.m2osw.com/taxonomy/term/581">End</category>
 <category domain="http://www.m2osw.com/taxonomy/term/627">Export</category>
 <category domain="http://www.m2osw.com/taxonomy/term/661">FileAttributes</category>
 <category domain="http://www.m2osw.com/taxonomy/term/626">Import</category>
 <category domain="http://www.m2osw.com/taxonomy/term/663">Import2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/589">JPEGTables</category>
 <category domain="http://www.m2osw.com/taxonomy/term/674">Metadata</category>
 <category domain="http://www.m2osw.com/taxonomy/term/609">PlaceObject2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/662">PlaceObject3</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>
 <category domain="http://www.m2osw.com/taxonomy/term/659">ScriptLimits</category>
 <category domain="http://www.m2osw.com/taxonomy/term/660">SetTabIndex</category>
 <category domain="http://www.m2osw.com/taxonomy/term/582">ShowFrame</category>
 <pubDate>Sun, 13 Dec 2009 09:04:57 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">263 at http://www.m2osw.com</guid>
</item>
<item>
 <title>DefineBitsJPEG</title>
 <link>http://www.m2osw.com/swf_tag_definebitsjpeg</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;
                    6        &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;
                    Define        &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;
                    1        &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_definebitsjpeg {
	&lt;a href=&quot;/swf_struct_tag&quot; class=&quot;swf_anchor&quot;&gt;swf_long_tag&lt;/a&gt;		f_tag;		&lt;font color=&quot;green&quot;&gt;/* 6, 21, 35 or 90 */&lt;/font&gt;
	unsigned short		f_image_id;
	if(f_tag == DefineBitsJPEG3 + f_tag == DefineBitsJPEG4) {
		&lt;font color=&quot;green&quot;&gt;/* sizeof(f_encoding_tables) + sizeof(f_image_data) + 2 when JPEG4 */&lt;/font&gt;
		unsigned long		f_offset_to_alpha;
	}
	if(f_tag == DefineBitsJPEG4) {
		unsigned short fixed	f_deblocking_filter_parameter;
	}
	if(f_tag != DefineBitsJPEG) {
		&lt;font color=&quot;green&quot;&gt;/* when DefineBitsJPEG, use JPEGTables instead */&lt;/font&gt;
		unsigned char		f_encoding_tables[&amp;lt;&lt;i&gt;variable size&lt;/i&gt;&amp;gt;];
	}
	unsigned char		f_image_data[&amp;lt;&lt;i&gt;variable size&lt;/i&gt;&amp;gt;];
	if(f_tag == DefineBitsJPEG3 || f_tag == DefineBitsJPEG4&lt;a class=&quot;see-footnote&quot; id=&quot;footnoteref1_clcd1te&quot; title=&quot;JPEG4 optionally accepts the f_alpha field. [To be verified]&quot; href=&quot;#footnote1_clcd1te&quot;&gt;1&lt;/a&gt;) {
		unsigned char		f_alpha[&amp;lt;&lt;i&gt;variable size&lt;/i&gt;&amp;gt;];
	}
};
&lt;/pre&gt;

&lt;ul class=&quot;footnotes&quot;&gt;&lt;li class=&quot;footnote&quot; id=&quot;footnote1_clcd1te&quot;&gt;&lt;a class=&quot;footnote-label&quot; href=&quot;#footnoteref1_clcd1te&quot;&gt;1.&lt;/a&gt; JPEG4 optionally accepts the f_alpha field. [To be verified]&lt;/li&gt;
&lt;/ul&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_definebitsjpeg2&quot;&gt;DefineBitsJPEG2&lt;/a&gt;        &lt;/div&gt;
              &lt;div class=&quot;field-item even&quot;&gt;
                    &lt;a href=&quot;/swf_tag_definebitsjpeg3&quot;&gt;DefineBitsJPEG3&lt;/a&gt;        &lt;/div&gt;
              &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;a href=&quot;/swf_tag_definebitsjpeg4&quot;&gt;DefineBitsJPEG4&lt;/a&gt;        &lt;/div&gt;
              &lt;div class=&quot;field-item even&quot;&gt;
                    &lt;a href=&quot;/swf_tag_definebitslossless&quot;&gt;DefineBitsLossless&lt;/a&gt;        &lt;/div&gt;
              &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;a href=&quot;/swf_tag_definebitslossless2&quot;&gt;DefineBitsLossless2&lt;/a&gt;        &lt;/div&gt;
              &lt;div class=&quot;field-item even&quot;&gt;
                    &lt;a href=&quot;/swf_tag_jpegtables&quot;&gt;JPEGTables&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;p&gt;These tags define an image saved using the JPEG compression scheme.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/swf_tag_definebitsjpeg&quot;&gt;&lt;b class=&quot;swf_tagname&quot;&gt;DefineBitsJPEG&lt;/b&gt;&lt;/a&gt; (V1.0) does not include the encoding   tables which are defined in the unique   &lt;a class=&quot;swf_tagname&quot; href=&quot;/swf_tag_jpegtables&quot;&gt;&lt;b&gt;JPEGTables&lt;/b&gt;&lt;/a&gt; tag   instead. All the &lt;b class=&quot;swf_tagname&quot;&gt;DefineBitsJPEG&lt;/b&gt; of an SWF file use   the only &lt;b class=&quot;swf_tagname&quot;&gt;JPEGTables&lt;/b&gt; tag. Yes... This means you need a tool that is capable of reusing the same tables over and over again to make sure that all your &lt;strong&gt;DefineBitsJPEG&lt;/strong&gt;s work properly (or use it just once.)&lt;/p&gt;
&lt;p&gt;The other tags incorporate their own version of the JPEG encoding tables.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;/swf_tag_definebitsjpeg3&quot;&gt;&lt;b class=&quot;swf_tagname&quot;&gt;DefineBitsJPEG3&lt;/b&gt;&lt;/a&gt; and &lt;a href=&quot;/swf_tag_definebitsjpeg4&quot;&gt;&lt;b class=&quot;swf_tagname&quot;&gt;DefineBitsJPEG4&lt;/b&gt;&lt;/a&gt; support an alpha channel   bit plane (8 bits.) ...&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/swf_tag_definebitsjpeg&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/swf_tag_definebitsjpeg#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/577">Define</category>
 <category domain="http://www.m2osw.com/taxonomy/term/587">DefineBitsJPEG</category>
 <category domain="http://www.m2osw.com/taxonomy/term/603">DefineBitsJPEG2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/636">DefineBitsJPEG3</category>
 <category domain="http://www.m2osw.com/taxonomy/term/684">DefineBitsJPEG4</category>
 <category domain="http://www.m2osw.com/taxonomy/term/602">DefineBitsLossless</category>
 <category domain="http://www.m2osw.com/taxonomy/term/581">End</category>
 <category domain="http://www.m2osw.com/taxonomy/term/576">Format</category>
 <category domain="http://www.m2osw.com/taxonomy/term/589">JPEGTables</category>
 <pubDate>Sun, 29 Nov 2009 09:26:02 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">172 at http://www.m2osw.com</guid>
</item>
<item>
 <title>FreeCharacter</title>
 <link>http://www.m2osw.com/swf_tag_freecharacter</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;
                    3        &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;
                    Define        &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;
                    1        &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;p&gt;Unknown&lt;/p&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;p&gt;This tag was intended to be used to delete a character that would not be referenced any more. The tag is not used in any movie and is not defined in the Adobe Flash documentation.&amp;nbsp;&lt;/p&gt;

</description>
 <comments>http://www.m2osw.com/swf_tag_freecharacter#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/604">FreeCharacter</category>
 <category domain="http://www.m2osw.com/taxonomy/term/584">FreeCharacter </category>
 <pubDate>Sun, 29 Nov 2009 08:31:12 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">168 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>Notes about Copyrights</title>
 <link>http://www.m2osw.com/sswf_copyrights</link>
 <description>&lt;h3&gt;SSWF&amp;trade; name&lt;/h3&gt;
&lt;p&gt;The name SSWF&amp;trade; is used by Made to Order Software to reference its SWF library. You are welcome to use this name in reference the SSWF library if you use it in your own software.&lt;/p&gt;
&lt;h3&gt;SWF Format&lt;/h3&gt;
&lt;p&gt;Please, note that there is no restriction in using this document.   However, the SWF format copyright holders are Macromedia and Adobe.   There may be limits in what you can do using this format.   If you are not sure, I suggest you contact a knowledgeable copyright   and Software attorney who can help you decide what you can do with the   SWF format.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/sswf_copyrights&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/sswf_copyrights#comments</comments>
 <pubDate>Sun, 29 Nov 2009 01:37:50 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">161 at http://www.m2osw.com</guid>
</item>
<item>
 <title>SWF File Format Reference</title>
 <link>http://www.m2osw.com/swf_alexref</link>
 <description>&lt;h2&gt;The Flash File Format Explained&lt;/h2&gt;
&lt;div style=&quot;border: 1px solid rgb(221, 190, 88); margin: 0pt 10px 10px; padding: 5px; background-color: rgb(252, 244, 181); width: 190px; float: right; text-align: center;&quot;&gt;Stay up to date,&lt;br /&gt;
register to receive the&lt;br /&gt;
&lt;a title=&quot;Click to open a new window and register to one or more of our newsletters.&quot; target=&quot;_blank&quot; href=&quot;/newsletter/subscriptions&quot;&gt;&lt;strong&gt;SSWF&amp;nbsp;Newsletter&lt;/strong&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;The&amp;nbsp;SWF file format is used for Flash. SWF Stands for Shockwave Format&lt;a class=&quot;see-footnote&quot; id=&quot;footnoteref1_gz5twmn&quot; title=&quot;There are many people who found other names for the acronym such as Shockwave Flash, Shock Wave File, Small Web Format, Serious Wow Factor, and SWIFF. History of man kind is confronted with the same problems, unfortunately. And no... it really has nothing to do with the Swiss Wrestling Federation!&quot; href=&quot;#footnote1_gz5twmn&quot;&gt;1&lt;/a&gt;, the very first company that created the Flash animation format later bought by Macromedia and now owned by Adobe.&lt;/p&gt;
&lt;p&gt;The

&lt;ul class=&quot;footnotes&quot;&gt;&lt;li class=&quot;footnote&quot; id=&quot;footnote1_gz5twmn&quot;&gt;&lt;a class=&quot;footnote-label&quot; href=&quot;#footnoteref1_gz5twmn&quot;&gt;1.&lt;/a&gt; There are many people who found other names for the acronym such as &lt;em&gt;Shockwave Flash&lt;/em&gt;, &lt;em&gt;Shock Wave File&lt;/em&gt;, &lt;em&gt;Small Web Format&lt;/em&gt;, &lt;em&gt;Serious Wow Factor&lt;/em&gt;, and &lt;em&gt;SWIFF&lt;/em&gt;. History of man kind is confronted with the same problems, unfortunately. And no... it really has nothing to do with the &lt;em&gt;Swiss Wrestling Federation&lt;/em&gt;!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/swf_alexref&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/swf_alexref#comments</comments>
 <pubDate>Sat, 28 Nov 2009 22:26:54 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">158 at http://www.m2osw.com</guid>
</item>
</channel>
</rss>


