Specifying path of images from external text link

well i dont know if that title explains it at all but here it goes:
im loading an external text which has links that load different swfs into the main timeline, this is working perfectly (thanks Ubik, you showed me the way ). the problem im having now is that the images im loading are in separate folders (not where the main swf is), and i can’t figure out how to specify the path to them from the txt file
this is the piece of code calling the images:

<p><a href=“asfunction:loadAndPlay,slideshow.swf”>see project here</a></p>

the path is: images/projects/slideshow.swf
tried <p><a href=“asfunction:loadAndPlay,images/projects/slideshow.swf”>see project here</a></p> but it didnt work

arghghgh please help me out with this! its soooo frustrating >.<
thanks in advance guys! :thumb:
c

maybe
/images/projects/slideshow.swf
this is only a guess mind you

thanks krusader, but its still not working… ill keep trying i guess.
now another quick question: i’ve seen with the asfunction you can assign 1 action to the link, can it be made to have more? ex: loading the swf AND going to a frame inside the main timeline, or loading 2 swfs? this didnt work either:
<a href=“asfunction:loadAndPlay,slideshow.swf,container”><a href=“asfunction:loandAndPlay,slideshow2.swf,container2”</a
…aghgh i suck at this!
c

sorry, i got no ideas on this, not even a guess, once again, sorry and good luck

I don’t know if you need to, but if you need to go up a folder you can put:

…/

for example if you have

Folder
> SubFolder1 > file.swf
> SubFolder2 > file2.swf

You can link from file.swf to file2.swf by putting:

…/…/Subfolder2/file2.swf

Don’t know if this can help you, but good to know anyway.