<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/emff/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/emff/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 27 Jul 2010 22:07:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/emff/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Firefox fine, MSIE no show</title><link>https://sourceforge.net/p/emff/support-requests/27/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;My emff_swf buttons are showing up beautifully in Firefox and Chrome, but my MSIE 8 does not show the buttons. (Windows 7)&lt;br /&gt;
Webpage:  www.blumine.net/voxisten/index.cfm&lt;br /&gt;
Looked in all forums and FAQs and only found a guy whose buttons were showing in MSIE but not in Firefox.&lt;/p&gt;
&lt;p&gt;Thanks for your help!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">FrankF</dc:creator><pubDate>Tue, 27 Jul 2010 22:07:03 -0000</pubDate><guid>https://sourceforge.net6de063f89d9dd1ad30c52c3673d2d9c04e1eaf4f</guid></item><item><title>Stop EMFF with Javascript</title><link>https://sourceforge.net/p/emff/support-requests/26/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi there,&lt;br /&gt;
I use the EMFF and it works fine but I want to stop it once another button (not the skin that comes with the EMFF) is clicked on.&lt;br /&gt;
Is it possible to use the javascript .stopSound() function?  Or how can I stop the player?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 07 Mar 2010 14:12:08 -0000</pubDate><guid>https://sourceforge.nete52c6c7fccd37315ff35c0c2bc8812f4b869a50a</guid></item><item><title>create skin how?</title><link>https://sourceforge.net/p/emff/support-requests/25/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm in the documentation, looking at "First Test" point 2. it says--&lt;br /&gt;
&amp;gt;Type in the command java -cp . CreateSkin. If Java is correctly installed...&amp;lt;&lt;/p&gt;
&lt;p&gt;Like type where??? &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 21 Feb 2010 21:19:20 -0000</pubDate><guid>https://sourceforge.net5b5de05a06ba52499de84cace0fd62ff2168f2b9</guid></item><item><title>create skin how?</title><link>https://sourceforge.net/p/emff/support-requests/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm in the documentation, looking at "First Test" point 2. it says--&lt;br /&gt;
&amp;gt;Type in the command java -cp . CreateSkin. If Java is correctly installed...&amp;lt;&lt;/p&gt;
&lt;p&gt;Like type where??? &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 21 Feb 2010 19:15:07 -0000</pubDate><guid>https://sourceforge.net65be461a24b13f4b9973720493925fa4a9b60615</guid></item><item><title>playlist files</title><link>https://sourceforge.net/p/emff/support-requests/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've been trying to rename the playlist file with no success - I need to store playlists in limited space - if i use a new folder for each one this is going to make things visible to site visitors cos I'm using Google sites. right now i attach to the root and files remain invisible. soon as you make a folder its all there for visitors.&lt;br /&gt;
guess there's no solution but folders, but "playlist01.xml" would make it sooo easy.&lt;/p&gt;
&lt;p&gt;Also, can't get TITLE first then CREATOR to show on Lila_info, its always Creator first.&lt;/p&gt;
&lt;p&gt;Anyways... thanks for the player, its a good start for me using a Google site!!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 21 Feb 2010 19:12:38 -0000</pubDate><guid>https://sourceforge.netb010303ff76500e16f2b5365f4900f531dc69320</guid></item><item><title>File size limit?</title><link>https://sourceforge.net/p/emff/support-requests/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi! Thanks for prociding EMFF! Is there a limit to the size of the mp3 file (5 MB)? Or was there such a limit? Regarding the flash player, I didn't found information regarding a file size limit. Kind regards, Lars &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 26 Jan 2010 16:56:41 -0000</pubDate><guid>https://sourceforge.netf2b6c952b5d690db85ec5a7957d23daffc1106c2</guid></item><item><title>Playlist changes does not affect player</title><link>https://sourceforge.net/p/emff/support-requests/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello!&lt;br /&gt;
I've got a big problem: I'm trying to let the user choose which track should be played. Therefore, I let him change the playlist.xml and reload the page via php (I know this will cause collisions when several users are doing so, but I will fix that later).&lt;/p&gt;
&lt;p&gt;Now my problem is:&lt;br /&gt;
Assume that the player starts with song1, which is first in the playlist. The user changes the playlist so that song2 is on the first place now. But, when the page reloads, the player starts playing song1 again!&lt;/p&gt;
&lt;p&gt;Doesn't the player choose the song based on what's first in the playlist?&lt;br /&gt;
What can I do to fix that problem?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 02 Jan 2010 15:39:27 -0000</pubDate><guid>https://sourceforge.netb529eaef2fb8749e0f9182f5aab55bb70d0c8095</guid></item><item><title>auto start</title><link>https://sourceforge.net/p/emff/support-requests/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;can EMFF be set for auto start? if yes, how?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 11 Nov 2009 14:57:23 -0000</pubDate><guid>https://sourceforge.net8d6687a8b24bd5230bdc22350aa5da6bd21c09b1</guid></item><item><title>Track info with Lila Info Skin</title><link>https://sourceforge.net/p/emff/support-requests/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;What do I do in order to get the "Creator - Title" info to show when I use the Lila Info skin?&lt;br /&gt;
I am actually now using the EMFF player through my Concrete 5 built website.  I need this feature so I can have many files loaded into the same player and still be manageable for the user in terms of not losing track of what title they're listening to.&lt;br /&gt;
Thanks for the help!  EMFF Yes!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 23 Oct 2009 00:35:55 -0000</pubDate><guid>https://sourceforge.net360eb1619d7c3f2ed0b0450dfbad9ebf623f2bae</guid></item><item><title>play tracks from html link </title><link>https://sourceforge.net/p/emff/support-requests/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;hi, first of all thank you for your product! Very well made !&lt;br /&gt;
I would like to insert it on my website (www.davidloran.com) to play my own production tracks and really like the way www.duo-gerwig-gonzalez.com have done it, ie: playing tracks from clicking on their name in the window, but I haven't got a clue on how to do it...web designing isn't my area of expertise at all...&lt;br /&gt;
can you help at all?&lt;br /&gt;
Thank you &lt;br /&gt;
David&lt;br /&gt;
macdalor@gmail.com&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 12 Oct 2009 21:44:06 -0000</pubDate><guid>https://sourceforge.net638305eef2847dcc96bad24b772d9c2a6fb8757f</guid></item></channel></rss>