I have an NSString like this:
<param name=\"movie\" value=\"system/swf/miniplayer.swf\">
param name=\"FlashVars\"
value=\"playerID=1&soundFile=audios/programAudios/f37070041634e8d19316422e3ffad4c9.mp3\"
<param name=\"quality\" value=\"high\"
<param name=\"menu\" value=\"false\"
<param name=\"wmode\" value=\"transparent\"
<embed src=\"system/swf/miniplayer.swf\" width=\"180\" height=\"30\"
flashvars=\"playerID=1&soundFile=audios/programAudios/f37070041634e8d19316422e3ffad4c9.mp3\
quality=\"high\" menu=\"false\" wmode=\"transparent\" ",
How to extract audios/programAudios/f37070041634e8d19316422e3ffad4c9.mp3?
at the second *index of names* will be your path but you need to cut the other part
a fast way is that
at first index of path is your answer
Not perfect example of coding but it’s works:)