بعون الله وجدت الحل ولله الحمد والمنة
ماعليكم هو إنشاء playlist.xml ورفعها إلى نفس المجلد الذي رعفعتم فيه ملفات الفلاش ويكون على هذا الشكل بمراعات التغييرات
كود:
<?xml version="1.0" encoding="UTF-8" ?>
- <playlist version="1" xmlns="http://xspf.org/ns/0/">
- <trackList>
- <track>
<title>Part 1</title>
<location>http://مسار المادة الصوتية/Track 01.MP3</location>
<image>http:// مسار صورة المنشد أو المقرأ/Abdel.jpg</image>
<annotation>إسم المادة الصوتية</annotation>
</track>
- <track>
<title>Part 2</title>
<location>http://مسار المادة الصوتية/Track 02.MP3</location>
<image>http:// مسار صورة المنشد أو المقرأ/Abdel.jpg</image>
<annotation>إسم المادة الصوتية</annotation>
</track>
</trackList>
</playlist>