Donate Share

EMFF

Tracker: Support Requests

5 swf, mp3 and html in different folders - ID: 2820893
Last Update: Comment added ( mcreichelt )

Hi,
I want to store the player (swf), my mp3 files and the html files in
different folders.
Unfortunately I dont' get emff to work with my folder structure.
How do I have to specify the relative paths?

My folders look like this:
/index.html
/music/test.mp3
/swf/emff_standard.swf


cheers
Joerg


Nobody/Anonymous ( nobody ) - 2009-07-13 18:29

5

Open

None

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2009-07-13 21:03
Sender: mcreicheltProject AdminAccepting Donations

Hi Joerg,

this is no problem if you get the relative paths right.
The paths to the MP3 file(s) have to be relative to the web page where the
SWF file is included - that is the most important point to get it right.
The standard HTML code for your index.html looks like this (notice that the
path to the SWF file must be given twice):
<object type="application/x-shockwave-flash" data="swf/emff_standard.swf"
width="110" height="34">
<param name="movie" value="swf/emff_standard.swf">
<param name="FlashVars" value="src=music%2Ftest.mp3">
</object>

I think this should solve your problem.

Regards
Marc


Log in to comment.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.