|
|
hi i have jsut tried your tutorial and none are showing up... here is my plist i have created if someone can tell me what im doing wrong that would be appreciated!
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ringtones</key>
<dict>
<key>1234.m4a</key>
<dict>
<key>GUID</key><string>0000000000000001</string>
<key>Name</key><string>1 2 3 4</string>
<key>Total Time</key><integer>30030</integer>
</dict>
<key>spoof.m4r</key>
<dict>
<key>GUID</key><string>0000000000000001</string>
<key>Name</key><string>1 2 3 4</string>
<key>Total Time</key><integer>30030</integer>
</dict>
<dict>
</dict>
</plist>
EDIT: I realized i didnt add a slash to the second last <dict> opps.
It still will not play though...
|
Last edited by skierdb526; 10-16-2007 at 10:13 PM..
|