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

sime’s picture

Status: Active » Fixed

Fixed in dev version

funkeyrandy’s picture

Title: simple issue » really?

i 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

funkeyrandy’s picture

Title: really? » actually

i enabled the flash filter and it crashed the site

sime’s picture

A 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.

funkeyrandy’s picture

Status: Fixed » Active

hey 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

sime’s picture

Title: actually » Description is not appearing on imagerotator
Priority: Critical » Minor
Status: Active » Fixed

That 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.

funkeyrandy’s picture

Title: Description is not appearing on imagerotator » why is fileurl being used for <info>?

thanks 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

sime’s picture

Title: why is fileurl being used for <info>? » Description is not appearing on imagerotator

New topic, new ticket please.

Anonymous’s picture

Status: Fixed » Closed (fixed)