Closed (fixed)
Project:
SWF Tools
Version:
5.x-1.0
Component:
SWF Tools
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2007 at 19:18 UTC
Updated:
1 Jul 2007 at 02:47 UTC
hello..i have a simple problem..im using the swf get from upload to get a playlist of attached images...this is fine, but i also need to dislay the title and description info from the upload fields in the slideshow...how does one pass along this info? i have tried to modify the xml output to no avail..i am using mediaplayer, but would like this info to be an overlay to the imagerotator...thanks
Comments
Comment #1
simeFixed in dev version
Comment #2
funkeyrandy commentedi just installed the dev version and it isnt any different!...where do i set this...i also still get "hey there" as the link in the xml file!
thanks
Comment #3
funkeyrandy commentedi enabled the flash filter and it crashed the site
Comment #4
simeA couple of ways you can help me help you. 1) Please keep the issue title relevant. 2) Please create new issues for new problems.
The dev version repackages every day or so, you can check the date of the package. However there is a new release since then.
Comment #5
funkeyrandy commentedhey thanks for the response...didnt meanto start a new topic...not sure why this keeps getting marked as fixed...i installed the most recent version and the xml output is the saem..including a "hey there" for the info...
foreach($xml_data['playlist'] AS $track => $details) {
$xml .= "
\n";
$xml .= "". $details['title'] ."\n";
$xml .= "\n";
$xml .= "". $details['fileurl'] ."\n";
$xml .= "Hey there\n";
$xml .= "\n";
}
$xml .= ' ';
return $xml;
}
how can i get the description field from the upload into this xml?
thanks
Comment #6
simeThat is not the latest version I don't think. But just to be sure I downloaded the latest version and did a text search for "Hey there".
Also, again, please use a relevant description in your title.
Comment #7
funkeyrandy commentedthanks for the response...i dl latest version...but now its just the fileurl...
$xml .= "". $details['fileurl'] ."\n";
what i need it the desctiption FIELD from the file upload (each image you upload has a description field next to it)
thanks
Comment #8
simeNew topic, new ticket please.
Comment #9
(not verified) commented