<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018509" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018509</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/flash-navigation-between-scenes#comment-1108877</link>
    <description> &lt;p&gt;Oh, that did work. I missed the part about them being frame labels instead of scene names the first time, sorry &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;m pretty sure it doesn&#039;t embed the font by default, though; I viewed that .swf @ work and it didn&#039;t display the font (Mickey), but it does @ home where I have the font installed. I&#039;m using Flash 5 if that makes a difference.&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 May 2002 00:06:25 +0000</pubDate>
 <dc:creator>IanD</dc:creator>
 <guid isPermaLink="false">comment 1108877 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/flash-navigation-between-scenes#comment-1108865</link>
    <description> &lt;p&gt;You didn&#039;t use frame labels. Reiteration: &lt;/p&gt;
&lt;p&gt;  &lt;strong&gt;Place the appropriate frame labels on each scene, with the correct target, and it will work. &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For more info on frame labels, check the actionscript dictionary. &lt;/p&gt;
&lt;p&gt;And Flash will embed the font that you choose by default.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;TonyMontana&lt;br /&gt;
&lt;a href=&quot;http://www.electricmountain.com&quot; class=&quot;bb-url&quot;&gt;ElectricMountain&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 13 May 2002 22:09:21 +0000</pubDate>
 <dc:creator>TonyMontana</dc:creator>
 <guid isPermaLink="false">comment 1108865 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/flash-navigation-between-scenes#comment-1108862</link>
    <description> &lt;p&gt;I tried that too and that doesn&#039;t work either (I&#039;ve updated &lt;a href=&quot;http://www.geocities.com/ian_dunn&quot; class=&quot;bb-url&quot;&gt;the website&lt;/a&gt; if you want to see for yourself). Maybe _parent isn&#039;t the proper Location?&lt;/p&gt;
&lt;p&gt;Also, can anyone tell me how to include a font in the .swf so that it will display properly even if the user doesn&#039;t have that font installed?&lt;/p&gt;
&lt;p&gt;Thanks &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>Mon, 13 May 2002 20:36:45 +0000</pubDate>
 <dc:creator>IanD</dc:creator>
 <guid isPermaLink="false">comment 1108862 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/flash-navigation-between-scenes#comment-1108855</link>
    <description> &lt;p&gt;You need to use frame labels when targetting scenes from inside a MC on the main timeline. ie:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;on (release) {&lt;br /&gt;
	_parent.gotoAndStop(&quot;tour&quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Place the appropriate frame labels on each scene, with the correct target, and it will work.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;TonyMontana&lt;br /&gt;
&lt;a href=&quot;http://www.electricmountain.com&quot; class=&quot;bb-url&quot;&gt;ElectricMountain&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 13 May 2002 18:20:07 +0000</pubDate>
 <dc:creator>TonyMontana</dc:creator>
 <guid isPermaLink="false">comment 1108855 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/flash-navigation-between-scenes#comment-1108837</link>
    <description> &lt;p&gt;Thanks for your reply, but I tried that and it still doesn&#039;t do anything when you click the buttons. I updated the .fla and .swf on &lt;a href=&quot;http://www.geocities.com/ian_dunn&quot; class=&quot;bb-url&quot;&gt;website&lt;/a&gt; if you need to look at it.&lt;/p&gt;
 </description>
     <pubDate>Mon, 13 May 2002 10:43:01 +0000</pubDate>
 <dc:creator>IanD</dc:creator>
 <guid isPermaLink="false">comment 1108837 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/flash-navigation-between-scenes#comment-1108805</link>
    <description> &lt;p&gt;What you&#039;re going to have to do is tell it to go back to the parent scene and then switch scenes.  Think of it like going up one level in a file directory.  This is what works for my site&#039;s navigation:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;on (release) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _parent.goto = &amp;quot;samples&amp;quot;;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;&quot;Samples&quot; being the scene I&#039;ms sitching to.  I guess you would do (&quot;samples&quot;,1) if you wanted to send it to a particular frame in the &quot;samples&quot; scene&lt;/p&gt;
 </description>
     <pubDate>Mon, 13 May 2002 02:25:06 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1108805 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
