<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="0.91">
    <channel>
        <title>Freeway Talk</title>
        <description>The 10 most recently updated threads in the FreewayTalk list</description>
        <link>http://www.freewaytalk.net/</link>
        <lastBuildDate>Fri, 10 Sep 2010 12:35:18 -500</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>[Pro] adding mp3 audio file (1 Reply)</title>
            <link>http://www.freewaytalk.net/thread/view/76243</link>
            <description>&lt;p&gt;This is what Freeway recommends:&lt;/p&gt;

&lt;p&gt;Using Music and Audio Files on your Web Site
There are a few different ways to use music and audio files on your web site and this article discusses the various methods you can use.&lt;/p&gt;

&lt;p&gt;Setting an audio file to play on page load
If you want a music file to play when a page is visited (so it plays on page load), the best way is to drag and drop an audio file straight onto your Freeway page.&lt;/p&gt;

&lt;p&gt;The best audio formats are the web-standard ones which should play on all browsers and on all platforms - and these are .mp3 or .wav. If you use other formats, the visitor may need to download a plug-in for the audio to play.&lt;/p&gt;

&lt;p&gt;As a default, an audio file used in this way will &amp;#8220;autoplay&amp;#8221; (ie, it will automatically play on page load) but it won&amp;#8217;t &amp;#8220;loop&amp;#8221;. If you want it to loop, select the item on the page, go to Item&gt;Extended, click on &amp;#8220;New&amp;#8221;, type &amp;#8220;loop&amp;#8221; (without the quotes) for Name, type &amp;#8220;true&amp;#8221; (again no quotes) for Value, then click OK.&lt;/p&gt;

&lt;p&gt;Unless you want the audio file to be seen on your page, you will want to make it very small (perhaps 1px by 1px) and move it to an empty area of your page. If you don&amp;#8217;t use a background color on the item it will be invisible.&lt;/p&gt;

&lt;p&gt;Note: There may be a slight lag (especially with very large audio files) before the music starts after the page has loaded.&lt;/p&gt;

&lt;p&gt;You may have seen a built-in Action called the Background Sound Action (which users of previous versions may have used in the past). Unfortunately this functionality of this Action has been compromised by later versions of Internet Explorer for PC, so we recommend using the method above.&lt;/p&gt;

&lt;p&gt;Setting an audio file to play when the QuickTime controller&amp;#8217;s play button is clicked
This is perhaps the simplest way to use an audio file on a page so that the visitor can click a play button to start the file playing.&lt;/p&gt;

&lt;p&gt;Drag and drop an audio file onto your Freeway page and make the item 15px high (the height of the QuickTime controller bar. You can make the width of the item whatever you want - this will simply make the progress bar of the controller stretch to whatever width is set.&lt;/p&gt;

&lt;p&gt;However, because by default an audio file is set to &amp;#8220;autoplay&amp;#8221;, you need to switch this off so that it will only play when the visitor clicks on the play button. To do this, select the item on the page, go to Item&gt;Extended, click New, type &amp;#8220;autoplay&amp;#8221; (without the quotes) for Name, type &amp;#8220;false&amp;#8221; (again no quotes) for Value, then click OK. If you preview your page now, you will see that the QuickTime controller&amp;#8217;s play button needs to be clicked for the music to play.&lt;/p&gt;

&lt;p&gt;Setting an audio file to play when you click on a link
If you have a lot of audio files on a page and you want to avoid too much clutter, you can always use a graphic item so that when it is clicked a new window will appear with the audio file already on a page. The best way to do this is to use the Link to New Window Action on the graphic.&lt;/p&gt;

&lt;p&gt;Draw a graphic on the page, size it and set a color for the background, then go to Item&gt;Actions and choose Link to New Window. Now you need to set up the new page which will contain the audio file. Create a new page in Freeway, give its name as the name of the song playing on the audio file and click OK. Now set the page dimensions of the page to be 350px wide by 100px high.&lt;/p&gt;

&lt;p&gt;Drag and drop the audio file onto the new page then set its dimensions to 310px wide by 15px deep and center the item vertically and horizontally. If you want the file to autoplay when the page opens, you can leave the defaults as they are - if you want the file to only play when the play button is clicked by the visitor, use the Item&gt;Extended method we used earlier.&lt;/p&gt;

&lt;p&gt;Now go back to the page with the graphic link. Select the graphic then, in the Link to New Window Action palette, enter the wording you want to display at the top of the browser window (perhaps the name of the audio file), click on the Page popup and choose the new page you created earlier, enter 350 for width, enter 100 for height, then set the Toolbar, Scrollbars and Resizable popups to None. Choose Yes in the Use Link popup.&lt;/p&gt;

&lt;p&gt;Using a Flash Player to play your audio files
Some people like to use a Flash player as a virtual jukebox on the page with a list of audio files in a list in the Flash player&amp;#8217;s window (or &amp;#8220;skin&amp;#8221;). The method for setting up a Flash player like this will vary depending on the Flash player you&amp;#8217;re using.&lt;/p&gt;

&lt;p&gt;There are many Flash players you can use for free, while others are commercial versions which offer greater flexibility and greater functionality. You can type &amp;#8220;flash player&amp;#8221; into Google (with the double-quotes) to see the selection available.&lt;/p&gt;

&lt;p&gt;Note that we can&amp;#8217;t support any third-party Flash player solutions such as these.&lt;/p&gt;

&lt;p&gt;If you want to use a Flash player on your Freeway site, you will probably use a .swf file on your page (which you can drag and drop on the page), but there will be other files which are &amp;#8220;referenced&amp;#8221; by the .swf file so that they play when the file is selected in the player window (these will probably be .mp3 files for each song and a .xml file which tells the player which order to list the songs in). To make it work when you test the Flash player locally by previewing in a browser you&amp;#8217;ll need to copy the referenced files into your Site Folder so that these files can be found. Likewise, when you upload the site, these referenced files will need to be placed manually into (probably) the Resources folder on the server (if they don&amp;#8217;t work in that location, you may need to experiment with moving them to different locations). You can upload these files manually by using a standalone FTP application such as Cyberduck &lt;a href=&quot;http://cyberduck.ch&quot;&gt;http://cyberduck.ch&lt;/a&gt; or Transmit &lt;a href=&quot;http://www.panic.com/transmit&quot;&gt;http://www.panic.com/transmit&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;dd&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>Dan Demetriad</author>
            <pubDate>Fri, 10 Sep 2010 15:00:35 -500</pubDate>
        </item>
        <item>
            <title>[Pro] Drop down menu doesn't restore to normal (3 Replies)</title>
            <link>http://www.freewaytalk.net/thread/view/76372</link>
            <description>&lt;p&gt;Hi Kevin,
I would suggest using the CSS Menus action that ships with Freeway to
create your menus;
&lt;a href=&quot;http://www.softpress.com/support/tutorials/HQ/9/&quot;&gt;http://www.softpress.com/support/tutorials/HQ/9/&lt;/a&gt;
&lt;a href=&quot;http://www.softpress.com/kb/questions/188/Creating+navigation+menus+with+the+CSS+Menus+Action&quot;&gt;http://www.softpress.com/kb/questions/188/Creating+navigation+menus+with+the+CSS+Menus+Action&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The menus will create a lot less code than the ones you currently have
and will show and hide as expected as you roll over them.
Regards,
Tim.&lt;/p&gt;

&lt;p&gt;On 10 Sep 2010, at 11:55, Kevin wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Hi David, thanks for getting back to me, the url is www.rothleychurch.org.uk 
  , I have used a rollover action with table and in the parameters
  have action group indigo selected for the whole group of buttons.
  Should I have a separate action group for each drop down?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;FreewayActions.com - Freeware and commercial actions for Freeway
Express &amp;amp; Pro.
&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;
Protect your mailto links from being harvested by spambots with Anti
Spam.
Only available at FreewayActions.com
&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;
&lt;a href=&quot;http://www.freewayactions.com&quot;&gt;http://www.freewayactions.com&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>Tim Plumb</author>
            <pubDate>Fri, 10 Sep 2010 14:02:57 -500</pubDate>
        </item>
        <item>
            <title>[Pro] Dropline Menus (3 Replies)</title>
            <link>http://www.freewaytalk.net/thread/view/76167</link>
            <description>&lt;p&gt;Thanks for the link, I got it working with that code. Just tweaked it all to suit my site.&lt;/p&gt;

&lt;p&gt;Out of interest, can you elaborate more on your method please Chuckamuck? So far I have 4 graphic items, with a rollover effect applied to each. Above these graphics I have 4 HTML boxes which are shown and hidden by the rollovers.&lt;/p&gt;

&lt;p&gt;The problem is, because the HTML boxe aren&amp;#8217;t linked by a menu to the graphics, when I move the mouse off the graphic text, the HTML boxes hide again. What am I doing wrong?&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>Colm Tuite</author>
            <pubDate>Fri, 10 Sep 2010 13:48:01 -500</pubDate>
        </item>
        <item>
            <title>PHP FEEDBACK FORM - ATOMZ? (2 Replies)</title>
            <link>http://www.freewaytalk.net/thread/view/76412</link>
            <description>&lt;p&gt;OK, thanks Tim. Why didn&amp;#8217;t I think of that!&lt;/p&gt;

&lt;p&gt;Worm&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>Mr worm</author>
            <pubDate>Fri, 10 Sep 2010 11:31:18 -500</pubDate>
        </item>
        <item>
            <title>scripty accordian? (1 Reply)</title>
            <link>http://www.freewaytalk.net/thread/view/76405</link>
            <description>&lt;p&gt;Hi Julie,&lt;/p&gt;

&lt;p&gt;I did this once to keep text content more compact on this example:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.kimmich-dm.de/ecom/agbs.php&quot;&gt;http://www.kimmich-dm.de/ecom/agbs.php&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I did this using moo: accordion.&lt;/p&gt;

&lt;p&gt;You can have all content you want either in the headline-tab or in the content itself like images.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.kimmich-dm.de/extras/accordion.php&quot;&gt;http://www.kimmich-dm.de/extras/accordion.php&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Scripty accordion will do the same job for sure. I use moo cause it has more options to have smooth sliding what I actually miss in scripty accordion.&lt;/p&gt;

&lt;p&gt;Thomas&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>Thomas Kimmich</author>
            <pubDate>Fri, 10 Sep 2010 07:30:19 -500</pubDate>
        </item>
        <item>
            <title>[Pro] Job offer (13 Replies)</title>
            <link>http://www.freewaytalk.net/thread/view/76258</link>
            <description>&lt;p&gt;Nate,&lt;/p&gt;

&lt;p&gt;I&amp;#8217;m interested, but I still don&amp;#8217;t know exactly what it is that you want.&lt;/p&gt;

&lt;p&gt;A couple of question:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Where are you from?
2.Can I work from home or do I have to come to you.&lt;/li&gt;
&lt;li&gt;Can I have a detailed job description for a correct price offer.&lt;/li&gt;
&lt;li&gt;Is there a deadline&lt;/li&gt;
&lt;li&gt;What kind of business do you have&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;David&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>david Verbruggen</author>
            <pubDate>Fri, 10 Sep 2010 06:58:57 -500</pubDate>
        </item>
        <item>
            <title>Actionsforge down? (7 Replies)</title>
            <link>http://www.freewaytalk.net/thread/view/75891</link>
            <description>&lt;p&gt;Hi Walt&lt;/p&gt;

&lt;p&gt;No chance. It seems that actionsforge.com is the only server worldwide which we cannot reach. And no one can give me an answer why. When I send an E-Mail to alberni, it disapperas in a black hole. Nothing blocks … all pings are open … strange …&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>TomP</author>
            <pubDate>Fri, 10 Sep 2010 05:43:05 -500</pubDate>
        </item>
        <item>
            <title>Help with redirecting from .co.uk/html to .co.uk page (5 Replies)</title>
            <link>http://www.freewaytalk.net/thread/view/76280</link>
            <description>&lt;blockquote&gt;
  &lt;p&gt;when people type in the .co.uk address they do just arrive at .co.uk&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;They actually arrive at the index.html page but because it is the default and they have not specified the /index.html page in the address bar that is what you get.&lt;/p&gt;

&lt;p&gt;Still the same page!&lt;/p&gt;

&lt;p&gt;There aren&amp;#8217;t 2 different pages involved here&lt;/p&gt;

&lt;p&gt;D&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>DeltaDave</author>
            <pubDate>Thu, 09 Sep 2010 22:23:35 -500</pubDate>
        </item>
        <item>
            <title>[Express] PHP Errors - Help PLEASSEEE (11 Replies)</title>
            <link>http://www.freewaytalk.net/thread/view/76384</link>
            <description>&lt;p&gt;Hey Jafar - according to Walt the PHP Feedback form doesn&amp;#8217;t need the php suffix on the page - so now I&amp;#8217;m a bit stumped. I guess Support is the way to go!&lt;/p&gt;

&lt;p&gt;atb&lt;/p&gt;

&lt;p&gt;Dick
On 9 Sep 2010, at 22:33, Jafar Tiyar wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;hey&lt;/p&gt;
  
  &lt;p&gt;thanks for the advice Dick. i tried changing the extension to php but then when i tried clicking the link in my browser i just saw code again. I think it must be the no php activation issue. I will wait for the response from 123-reg and let you guys know what they say&lt;/p&gt;
  
  &lt;p&gt;cheers guys&lt;/p&gt;
  
  &lt;hr /&gt;
  
  &lt;p&gt;freewaytalk mailing list
  email@hidden
  Update your subscriptions at:
  &lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>thetribe</author>
            <pubDate>Thu, 09 Sep 2010 21:54:52 -500</pubDate>
        </item>
        <item>
            <title>php feedback form (5 Replies)</title>
            <link>http://www.freewaytalk.net/thread/view/76324</link>
            <description>&lt;p&gt;I&amp;#8217;ll send you the page&lt;/p&gt;

&lt;p&gt;David&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>DeltaDave</author>
            <pubDate>Thu, 09 Sep 2010 21:49:28 -500</pubDate>
        </item>
    </channel>
</rss>
