Trying to set up my blog to play an mp3 file in one blog entry using the EMFF flash player ...
File structure on server is:
FOLDER: public_html
SUB-FOLDER: uploads
FILE IN SUB-FOLDER: emff_standard.swf
FILE IN SUB-FOLDER: example.MP3
Created a custom entry field {mp3} in the weblog.
Uploaded file using EE Upload File button on weblog publish/edit page.
Inserted the following code into the template that references the weblog:
<object type="application/x-shockwave-flash" data="http://www.fadingmargins.com/uploads/emff_standard.swf?src=http://www.fadingmargins.com/uploads/{mp3}" width="200" height="55">
</object>But, it doesn’t work. I’ve overlooked something, but I don’t know what.