tag:blogger.com,1999:blog-460442973907396413.post592352789528065405..comments2008-08-09T10:41:36.996-04:00Comments on Making Websites: A Nifty Flash Audio Player for MP3sPatty Ayersnoreply@blogger.comBlogger3125tag:blogger.com,1999:blog-460442973907396413.post-81528004656807256962008-08-09T10:41:00.000-04:002008-08-09T10:41:00.000-04:00Thanks very much, Daniel!Thanks very much, Daniel!Patty Ayershttp://www.blogger.com/profile/11451037792070042771noreply@blogger.comtag:blogger.com,1999:blog-460442973907396413.post-12190718377120131452008-08-01T00:00:00.000-04:002008-08-01T00:00:00.000-04:00You can also edit the size of the player without e...You can also edit the size of the player without effecting the appearance quality because all images used by the player are vector. So all you do is edit the width and height in all of the places in the object code (a total of 4 edits needed to edit the player size). Just make sure to make the size changes proportional. I wanted to make the player smaller because I have a lot of them on one page and didn't want them to be such a distraction (but you can make it HUGE too). It looks very nice smaller.Danielhttp://www.blogger.com/profile/18303832462616241617noreply@blogger.comtag:blogger.com,1999:blog-460442973907396413.post-38984575134265186212008-07-31T03:42:00.000-04:002008-07-31T03:42:00.000-04:00Hello, a few suggestions for the great tutorial yo...Hello, a few suggestions for the great tutorial you wrote:<BR/><BR/>wmode=&quot;transparent&quot; needs to be added to the embed tag.<BR/><BR/>On the plugin download page there is a section that describes ways to customize the appearance of the player. The way to implement the appearance variables is different than it would be with wordpress, but you can still customize the appearance of each player. You go to the HTML code where it says:<BR/><BR/>FlashVars=&quot;playerID=1&amp;amp;<BR/><BR/>and then add your own appearance variables, for example:<BR/><BR/>FlashVars=&quot;playerID=1&amp;amp;rightbghover=0x096792&amp;amp;<BR/><BR/>And just keep on adding the variables that suit your project, just make sure to put &amp;amp; at the end of each variable. So the final code snippet to implement the new appearance would look like this:<BR/><BR/>FlashVars=&quot;playerID=1&amp;amp;rightbghover=0x096792&amp;amp;soundFile=http://www.yourdomain.com/audio/Song_Name.mp3&quot;Danielhttp://www.blogger.com/profile/18303832462616241617noreply@blogger.com