<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dreamingsoft</title>
	<atom:link href="http://www.dreamingsoft.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dreamingsoft.com/blog</link>
	<description>Flash &#38; Web Design Software</description>
	<lastBuildDate>Fri, 02 Dec 2011 03:57:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>The problem of Flash Capture on Win7+IE9</title>
		<link>http://www.dreamingsoft.com/blog/2011/12/the-problem-of-flash-capture-on-win7ie9/</link>
		<comments>http://www.dreamingsoft.com/blog/2011/12/the-problem-of-flash-capture-on-win7ie9/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 03:57:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Capture]]></category>

		<guid isPermaLink="false">http://www.dreamingsoft.com/blog/?p=132</guid>
		<description><![CDATA[Q: Have installed in the past on IE8 and worked fine. Upgraded to IE9 and reinstalled the FlashCapture and can’t get it to come up. Notice all the help screens are IE7 or 8. A: IE9 doesn&#8217;t showing the &#8216;command bar&#8217; by default. Please try to enable it manually.]]></description>
			<content:encoded><![CDATA[<div>
<div>Q:<br />
Have installed in the past on IE8 and worked fine.<br />
Upgraded to IE9 and reinstalled the FlashCapture and can’t get it to come up.<br />
Notice all the help screens are IE7 or 8.</p>
<p>A:<br />
IE9 doesn&#8217;t showing the &#8216;command bar&#8217; by default. Please try to enable it manually.</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamingsoft.com/blog/2011/12/the-problem-of-flash-capture-on-win7ie9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>123 JavaScript Slideshow Online Help Released!</title>
		<link>http://www.dreamingsoft.com/blog/2011/12/123-javascript-slideshow-online-help-released/</link>
		<comments>http://www.dreamingsoft.com/blog/2011/12/123-javascript-slideshow-online-help-released/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 03:53:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[123 JavaScript Slideshow]]></category>

		<guid isPermaLink="false">http://www.dreamingsoft.com/blog/?p=128</guid>
		<description><![CDATA[123 JavaScript Slideshow Online Help Released! This online help will synchronous update together with the increase of the slideshow templates.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dreamingsoft.com/123-javascript-slideshow/help.htm">123 JavaScript Slideshow Online Help Released!</a></p>
<p>This online help will synchronous update together with the increase of the slideshow templates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamingsoft.com/blog/2011/12/123-javascript-slideshow-online-help-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed Up Your Site with Chrome Prerendering</title>
		<link>http://www.dreamingsoft.com/blog/2011/08/speed-up-your-site-with-chrome-prerendering/</link>
		<comments>http://www.dreamingsoft.com/blog/2011/08/speed-up-your-site-with-chrome-prerendering/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 03:09:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dreamingsoft.com/blog/?p=121</guid>
		<description><![CDATA[If a decent fraction of your customers or visitors are using Google Chrome, the latest version (13) has a pretty slick new feature you can take advantage of called prerendering. What is prerendering? Prerendering is a more robust form of prefetching (which you can use in Firefox currently). With prefetching, you can instruct the browser <a href='http://www.dreamingsoft.com/blog/2011/08/speed-up-your-site-with-chrome-prerendering/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dreamingsoft.com/blog/wp-content/uploads/2011/08/speedup.jpg"><img class="alignnone size-full wp-image-122" title="speedup" src="http://www.dreamingsoft.com/blog/wp-content/uploads/2011/08/speedup.jpg" alt="" width="550" height="336" /></a></p>
<p>If a decent fraction of your customers or visitors are using Google Chrome, the latest version (13) has a pretty slick new feature you can take advantage of called prerendering.</p>
<h2><strong>What is prerendering?</strong></h2>
<p>Prerendering is a more robust form of prefetching (which you can use in Firefox currently). With prefetching, you can instruct the browser to fetch the top-level resource (usually an HTML page) and load it up in the background. The problem with this is that the HTML pages aren&#8217;t what slow you down: CSS, JS, and especially images are. Prerendering actually renders the entire page in the background, rather than just grabbing the markup, so prerendered pages will load instantly rather than waiting on secondary resources.</p>
<h2>How to use prerendering:</h2>
<p>Getting going with prerendering is actually incredibly easy, you just have to understand the constraints and when to use it. In order to have Chrome prerender a page, embed the following link somewhere on the page:</p>
<div>
<pre><span style="color: #ff0000;">&lt;link rel="prerender" href="http://example.org/index.html"&gt;</span></pre>
</div>
<p>There are a few things to note about prerendering:</p>
<ul>
<li> Chrome will only prerender one page per instance &#8211; not per tab. That means not only can you only have one page prerendered, and you may not get even that if another tab is using it.</li>
<li>Prerendering occurs after the initial page has finished loading (so blocking scripts may prevent it from happening)</li>
<li>If the user doesn&#8217;t click the link in 30 seconds, Chrome dumps the prerendered page. This one is kind of a bummer, as pages that require some decent comprehension or reading won&#8217;t benefit. The documentation suggests this may change in the future.</li>
</ul>
<p>We&#8217;ve already deployed an update for Notable that includes prerendering on the marketing site — if you go from the homepage through the tour (which based on our analytics we determined to be the most likely path) you should see some significant speed improvements in Chrome 13.<br />
Get to it!</p>
<p>If you want to learn more about this feature, check out the very helpful Google White Paper on prerendering — is has a more complete list of the constraints as well as more thorough explanations of what the browser does for certain edge cases. There&#8217;s definitely a lot of potential here, and we&#8217;ll be investigating how we can take advantage of it in our apps and other properties.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamingsoft.com/blog/2011/08/speed-up-your-site-with-chrome-prerendering/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Help of S3Slider</title>
		<link>http://www.dreamingsoft.com/blog/2011/08/help-of-s3slider/</link>
		<comments>http://www.dreamingsoft.com/blog/2011/08/help-of-s3slider/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 01:51:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[123 JavaScript Slideshow]]></category>

		<guid isPermaLink="false">http://www.dreamingsoft.com/blog/?p=113</guid>
		<description><![CDATA[Main Interface Styles Demo Title Bar Position -&#62; left; Title Bar Width -&#62; 100 Title Bar Position -&#62; right; Title Bar Width -&#62; 100 Title Bar Position -&#62; bottom; Title Bar Width -&#62; 400 Title Bar Color -&#62;#0000FF; Title Bar Opacity -&#62; 50 Note: If title bar position is top or bottom, it is recommended <a href='http://www.dreamingsoft.com/blog/2011/08/help-of-s3slider/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<h3>Main Interface</h3>
<hr /><a href="http://notebook/wordpress/wp-content/uploads/2010/12/main.jpg"><img class="alignnone size-full wp-image-41" title="main" src="http://notebook/wordpress/wp-content/uploads/2010/12/main.jpg" alt="" width="600" height="400" /><br />
</a></p>
<p><a href="http://notebook/wordpress/wp-content/uploads/2010/12/main.jpg"> </a></p>
<h3>Styles Demo</h3>
<hr />
<table style="width: 100%;" border="0">
<tbody>
<tr>
<td>
<div id="img_desc">Title Bar Position -&gt; left;<br />
Title Bar Width -&gt; 100</div>
</td>
<td>
<div id="img_desc">Title Bar Position -&gt; right;<br />
Title Bar Width -&gt; 100</div>
</td>
</tr>
<tr>
<td scope="row"><a href="http://notebook/wordpress/wp-content/uploads/2010/12/title_right.jpg"><img class="alignnone size-full wp-image-45" title="title_right" src="http://notebook/wordpress/wp-content/uploads/2010/12/title_right.jpg" alt="" width="300" height="200" /></a></td>
<td scope="row"><a href="http://notebook/wordpress/wp-content/uploads/2010/12/title_left.jpg"><img class="alignnone size-full wp-image-44" title="title_left" src="http://notebook/wordpress/wp-content/uploads/2010/12/title_left.jpg" alt="" width="300" height="200" /></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;" border="0">
<tbody>
<tr>
<td>
<div id="img_desc">Title Bar Position -&gt; bottom;<br />
Title Bar Width -&gt; 400</div>
</td>
<td>
<div id="img_desc">Title Bar Color  -&gt;#0000FF;<br />
Title Bar Opacity -&gt; 50</div>
</td>
</tr>
<tr>
<td scope="row">
<h3><a href="http://notebook/wordpress/wp-content/uploads/2010/12/title_bottom.jpg"><img class="alignnone size-full wp-image-43" title="title_bottom" src="http://notebook/wordpress/wp-content/uploads/2010/12/title_bottom.jpg" alt="" width="300" height="202" /></a></h3>
</td>
<td scope="row"><a href="http://notebook/wordpress/wp-content/uploads/2010/12/title_bgcolor.jpg"><img class="alignnone size-full wp-image-42" title="title_bgcolor" src="http://notebook/wordpress/wp-content/uploads/2010/12/title_bgcolor.jpg" alt="" width="300" height="200" /></a></td>
</tr>
</tbody>
</table>
<p><strong>Note: </strong><br />
If title bar position is top or bottom, it is recommended to use the same value of slideshow width.<br />
If title bar position is left of right, it is recommended to use a value much smaller than slideshow width.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamingsoft.com/blog/2011/08/help-of-s3slider/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Help of ContentSlider</title>
		<link>http://www.dreamingsoft.com/blog/2011/08/help-of-contentslider/</link>
		<comments>http://www.dreamingsoft.com/blog/2011/08/help-of-contentslider/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 01:50:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[123 JavaScript Slideshow]]></category>

		<guid isPermaLink="false">http://www.dreamingsoft.com/blog/?p=111</guid>
		<description><![CDATA[It&#8217;s a simple slide with simple properties. You can click the left and right button to browse the image and related article. There are four transition types between each slide. Showcase Interface Key Properties Transition Type: Specify the easing function of the transition effect, including &#8216;swing&#8217;, &#8216;easeOutElastic&#8217;,'easeOutBack&#8217;, &#8216;easeOutBounce&#8217;. Note: Image Width and Image Height will <a href='http://www.dreamingsoft.com/blog/2011/08/help-of-contentslider/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a simple slide with simple properties. You can click the left and right button to browse the image and related article. There are four transition types between each slide.</p>
<h4><strong>Showcase Interface</strong></h4>
<p><a href="http://notebook/wordpress/wp-content/uploads/2010/12/main1.jpg"><img class="alignnone size-full wp-image-79" title="main" src="http://notebook/wordpress/wp-content/uploads/2010/12/main1.jpg" alt="" width="600" height="265" /></a><strong> </strong></p>
<p><strong>Key Properties<br />
</strong></p>
<p>Transition Type:  Specify the  easing function of the transition effect, including &#8216;swing&#8217;, &#8216;easeOutElastic&#8217;,'easeOutBack&#8217;, &#8216;easeOutBounce&#8217;.</p>
<p><strong>Note: </strong><br />
Image Width and Image Height will affect the width and height of slideshow, and the size of title and description will also be affected.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamingsoft.com/blog/2011/08/help-of-contentslider/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Help of HoliSlideshow</title>
		<link>http://www.dreamingsoft.com/blog/2011/08/108/</link>
		<comments>http://www.dreamingsoft.com/blog/2011/08/108/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 01:48:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[123 JavaScript Slideshow]]></category>

		<guid isPermaLink="false">http://www.dreamingsoft.com/blog/?p=108</guid>
		<description><![CDATA[This is a powerful slideshow. It provides control panel and title setting of each slide. Any slide can be identified to be the first. There are also many awesome transition types in this slideshow template. How to play the slideshow? There are 3 ways to play the slideshow, please check option Slideshow Mode. auto start <a href='http://www.dreamingsoft.com/blog/2011/08/108/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>This is a powerful slideshow. It provides control panel and title setting of each slide.  Any slide can be identified to be the first. There are also many awesome transition types in this slideshow template.<br />
<a href="http://notebook/wordpress/wp-content/uploads/2010/12/main2.jpg"><br />
<img class="alignnone size-full wp-image-86" title="main" src="http://notebook/wordpress/wp-content/uploads/2010/12/main2.jpg" alt="" width="500" height="333" /></a><br />
<strong><br />
How to play the slideshow?</strong><br />
There are 3 ways to play the slideshow, please check option Slideshow Mode.</p>
<ul>
<li>auto start &#8211; The slideshow will be played automatically after loaded.</li>
<li>show start button &#8211;  There will be a start button overlay the slideshow waiting for play.</li>
<li>click to show next &#8211; The slideshow won&#8217;t play until mouse  click on the slide.</li>
</ul>
<p><strong> Can the pictures in the slideshow be re-sized?</strong><br />
Yes, please set <strong>yes </strong>to  Resize Image  then change the Image Width and Image Height as you wanted.</p>
<p><strong>How to specify which picture will be shown as the first?</strong><br />
Please modify the value of  Initial Item.</p>
<p><strong>How to remove the panel?</strong><br />
Please set <strong>no</strong> to Show Panel.</p>
<p><strong>How to make the panel shown when mouse hover on the slide?</strong><br />
Please set <strong>auto </strong>to Show Panel.</p>
<p><strong>How to hide the title of each picture?</strong><br />
Please set <strong>no </strong>to Show Title.</p>
<p><strong>How to make the slideshow play different transition effect between each slide?</strong><br />
Please set <strong>random </strong>to Transition Type.</p>
<p><strong>How many transition types in the slideshow?</strong><br />
scrollUp, scrollDown, scrollLeft, scrollRight, zoom, zoomFade, zoomTL,zoomBR, growX, growY, random.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamingsoft.com/blog/2011/08/108/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Display Multiple Flash Menus (different style) in One Web Page ?</title>
		<link>http://www.dreamingsoft.com/blog/2011/08/how-to-display-multiple-flash-menus-different-style-in-one-web-page/</link>
		<comments>http://www.dreamingsoft.com/blog/2011/08/how-to-display-multiple-flash-menus-different-style-in-one-web-page/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 01:32:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[123 Flash Menu]]></category>

		<guid isPermaLink="false">http://www.dreamingsoft.com/blog/?p=100</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.dreamingsoft.com/123flashmenu/support/app_q3.htm" width="700" height="900" scroll="yes" ></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamingsoft.com/blog/2011/08/how-to-display-multiple-flash-menus-different-style-in-one-web-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to insert Flash Menu into TABLE</title>
		<link>http://www.dreamingsoft.com/blog/2011/08/how-to-insert-flash-menu-into-table/</link>
		<comments>http://www.dreamingsoft.com/blog/2011/08/how-to-insert-flash-menu-into-table/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 07:31:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[123 Flash Menu]]></category>

		<guid isPermaLink="false">http://www.dreamingsoft.com/blog/?p=97</guid>
		<description><![CDATA[It&#8217;s so easy to insert Flash menu into TABLE element on the page. Just paste the related scripts published by 123 Flash Menu between &#60;td&#62;&#8230;&#60;/td&#62;. Just treat Flash menu as one IMAGE object. Click here for the detail information: http://www.dreamingsoft.com/123flashmenu/support/app_q2.htm]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s so easy to insert Flash menu into TABLE element on the page. Just paste the related scripts published by 123 Flash Menu between &lt;td&gt;&#8230;&lt;/td&gt;. Just treat Flash menu as one IMAGE object.</p>
<p>Click here for the detail information:</p>
<p><a href="http://www.dreamingsoft.com/123flashmenu/support/app_q2.htm" target="_blank">http://www.dreamingsoft.com/123flashmenu/support/app_q2.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamingsoft.com/blog/2011/08/how-to-insert-flash-menu-into-table/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Make Flash Menu centered ?</title>
		<link>http://www.dreamingsoft.com/blog/2011/07/how-to-make-flash-menu-centered/</link>
		<comments>http://www.dreamingsoft.com/blog/2011/07/how-to-make-flash-menu-centered/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 08:35:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[123 Flash Menu]]></category>

		<guid isPermaLink="false">http://www.dreamingsoft.com/blog/?p=84</guid>
		<description><![CDATA[1) Publish Flash menu and get the related code. 2) Add &#8216;margin: 0 auto;&#8217;  to the DIV that embed Flash Menu. &#60;!&#8211; Begin Publishing Scripts of Flash Menu sample &#8211;&#62; &#60;script type=&#8221;text/vbscript&#8221;&#62; Sub fm_menu_sample_FSCommand(ByVal command, ByVal args) call fm_menu_sample_DoFSCommand(command, args) end sub &#60;/script&#62; &#60;div id=&#8221;fm_placeholder_sample&#8221; style=&#8221;width: 738px; height: 33px; margin:0 auto; &#8220;&#62;Loading Flash Menu&#60;/div&#62; &#60;script <a href='http://www.dreamingsoft.com/blog/2011/07/how-to-make-flash-menu-centered/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>1) Publish Flash menu and get the related code.<br />
2) Add <em><strong>&#8216;margin: 0 auto</strong></em>;&#8217;  to the DIV that embed Flash Menu.</p>
<div style="border: 1px solid #9c9c9c; padding: 20px; background-color: #ffffcc; margin: 0pt auto; width: 86%;">&lt;!&#8211; Begin Publishing Scripts of Flash Menu sample &#8211;&gt;</p>
<p>&lt;script type=&#8221;text/vbscript&#8221;&gt;<br />
Sub fm_menu_sample_FSCommand(ByVal command, ByVal args)<br />
call fm_menu_sample_DoFSCommand(command, args)<br />
end sub<br />
&lt;/script&gt;</p>
<p>&lt;div id=&#8221;fm_placeholder_sample&#8221; style=&#8221;width: 738px; height: 33px; <span style="color: #0000ff;">margin:0 auto;</span> &#8220;&gt;Loading Flash Menu&lt;/div&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;123fm.js&#8221;&gt;&lt;/script&gt;</p>
<p>&lt;!&#8211; End Publishing Scripts of Flash Menu sample &#8211;&gt;</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamingsoft.com/blog/2011/07/how-to-make-flash-menu-centered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is it so easy? &#8211; Yes, only few lines.</title>
		<link>http://www.dreamingsoft.com/blog/2011/07/is-it-so-easy-yes-only-few-lines/</link>
		<comments>http://www.dreamingsoft.com/blog/2011/07/is-it-so-easy-yes-only-few-lines/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 08:37:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[123 Flash Menu]]></category>

		<guid isPermaLink="false">http://www.dreamingsoft.com/blog/?p=81</guid>
		<description><![CDATA[How to Insert Published Script Into Web Pages? It&#8217;s so easy, only few lines we get things done! 1) Save the project first 2) If you won&#8217;t want SEO code please uncheck the option &#8216;Include SEO Code&#8217;. 3)Click Copy button and paste it into your web page editor. You will get follow script (in this <a href='http://www.dreamingsoft.com/blog/2011/07/is-it-so-easy-yes-only-few-lines/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>How to Insert Published Script Into Web Pages?</p>
<p><span style="color: #ff0000;"><strong>It&#8217;s so easy, only few lines we get things done!</strong></span></p>
<p><strong>1)</strong> Save the project first<br />
<a href="http://www.dreamingsoft.com/blog/wp-content/uploads/2011/07/publish.jpg"><img class="alignnone size-full wp-image-82" title="publish" src="http://www.dreamingsoft.com/blog/wp-content/uploads/2011/07/publish.jpg" alt="" width="479" height="228" /></a></p>
<p><strong>2)</strong> If you won&#8217;t want SEO code please uncheck the option &#8216;Include SEO Code&#8217;.</p>
<p><strong>3)</strong>Click Copy button and paste it into your web page editor. You will get follow script (in this case script is without SEO code):</p>
<table border="0" cellspacing="0" cellpadding="20" width="650" bgcolor="#FFFFCC" bordercolor="#CCCCCC">
<tbody>
<tr>
<td>
<div>
<p><span class="style1">&lt;!&#8211; Begin Publishing Scripts of Flash Menu sample &#8211;&gt;</span></p>
<p>&lt;script type=&#8221;text/vbscript&#8221;&gt;</p>
<p>Sub fm_menu_sample_FSCommand(ByVal command, ByVal args)</p>
<p>call fm_menu_sample_DoFSCommand(command, args)</p>
<p>end sub</p>
<p>&lt;/script&gt;</p>
<p>&lt;div id=&#8221;fm_placeholder_sample&#8221; style=&#8221;width: 738px; height: 33px &#8220;&gt;Loading Flash Menu&lt;/div&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;123fm.js&#8221;&gt;&lt;/script&gt;</p>
<p><span class="style1"></p>
<p>&lt;!&#8211; End Publishing Scripts of Flash Menu sample &#8211;&gt;</span></p>
</div>
</td>
</tr>
</tbody>
</table>
<p><strong>4) </strong>You can easily place these code into <strong>TABLE</strong>, <strong>DIV</strong>,over <strong>Text </strong>or <strong><span style="color: #ff0000;">anywhere </span></strong>in the page.</p>
<p><strong>5)</strong> You <strong><span style="color: #ff0000;">needn&#8217;t</span></strong> to adjust the <strong><span style="color: #ff0000;">layer </span></strong>and <strong><span style="color: #ff0000;">position </span></strong>of the Flash menu.</p>
<p><strong>6)</strong> The 123fm.js will <strong><span style="color: #ff0000;">auto detect</span></strong> the position of TAG that embeds Flash menu and adjust the position of Flash automatically.</p>
<p><strong></strong><strong>It&#8217;s so easy, only few lines we get things done!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamingsoft.com/blog/2011/07/is-it-so-easy-yes-only-few-lines/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
