<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1042089" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1042089</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Thanks to both of you so far</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/flash-menu-building#comment-1234294</link>
    <description> &lt;p&gt;Thanks to both of you so far &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I&#039;ve just heard with Coffeecup, and none of their software does the trick.&lt;br /&gt;
I&#039;ve never done any PHP, and only know a little about how it works. I&#039;ll look it over some more and see what I will do.&lt;br /&gt;
The problem is probably that the whole set up is Web 1.0-&lt;br /&gt;
It&#039;s old school html. Keeping up with all the developments takes too much time for me. Hence the dread of learning to use Adobe to design a mash-up as well.&lt;/p&gt;
 </description>
     <pubDate>Thu, 16 Oct 2008 16:14:03 +0000</pubDate>
 <dc:creator>utter-incomputance</dc:creator>
 <guid isPermaLink="false">comment 1234294 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Using php or server side</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/flash-menu-building#comment-1234287</link>
    <description> &lt;p&gt;Using php or server side includes is the normal way of doing this for most websites. You don&#039;t really have to know a lot of php - just use the code cmoyer posted above and convert your pages from .html to .php. If you&#039;re concerned about losing bookmarks and search engine rankings you can look up how to do a redirect in your .htaccess file (ask someone here how to do that - I&#039;m sure someone can post instructions for you).&lt;/p&gt;
&lt;p&gt;The other option is Server Side Includes (SSI) which is similar to php includes but doesn&#039;t require a conversion to php. You&#039;ll have to check with your host to see if this is implemented and how it is implemented. In some implementations you may need to change your file extensions to .shtml instead of .html.&lt;/p&gt;
&lt;p&gt;You can find out how to do SSI includes here:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://bignosebird.com/sdocs/include.shtml&quot; title=&quot;http://bignosebird.com/sdocs/include.shtml&quot;&gt;http://bignosebird.com/sdocs/include.shtml&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I would say the php approach is more common now though, and it sets you up to include other scripts on your site in the future.&lt;/p&gt;
 </description>
     <pubDate>Thu, 16 Oct 2008 13:00:54 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1234287 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>If you know php it is easy</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/flash-menu-building#comment-1234280</link>
    <description> &lt;p&gt;If you know php it is easy to do the menu type thing that you want using&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;?&lt;br /&gt;include (&amp;quot;your_file.html&amp;quot;);&lt;br /&gt;?&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;what you would do would be convert all of the pages to php and put that line on the top however if you have a large site I would not bother with it.&lt;/p&gt;
&lt;p&gt;What this would allow you to do is have one menu.html file with the code for the menu and the code&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;?&lt;br /&gt;include (&amp;quot;menu.html&amp;quot;);&lt;br /&gt;?&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;would include this file on every page including it. Just make sure you put it at the beginning, before the content of the page.&lt;br /&gt;
If you want to learn php basics click &lt;a href=&quot;http://www.w3schools.com/PHP/default.asp&quot;&gt;Here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you are still intent upon using flash it might be easier to use coffeecup software found &lt;a href=&quot;http://www.coffeecup.com/&quot;&gt;Here&lt;/a&gt;.  I haven&#039;t used it but it has very specific programs for non-tech-savvy peoples.&lt;br /&gt;
Also could you give us the url so we can see the problem?&lt;/p&gt;
&lt;p&gt;Hope this helps, but if not just holler &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 15 Oct 2008 23:31:27 +0000</pubDate>
 <dc:creator>cmoyer</dc:creator>
 <guid isPermaLink="false">comment 1234280 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
