I Installed SWF tools and tried to get the attachments into the player
It keeps saying:

* No player is configured for the action 'swftools_mp3_display_list'
* Error with xml generation by the generic_mp3 module.

Whats going wrong?
How can i configure it? I think i did everything right in the SWF tools admin panels... still it wont work.
PLEASE HELP IF YOU CAN
Thanks, Finn

Comments

sime’s picture

Status: Active » Fixed

This is fixed in the latest dev version.
http://drupal.org/node/138077

drupalok’s picture

Title: Not working... dont understand. HELP APPRECIATED! » Thanks! Now its working... but (!) i want to print it manually in my php template

Sorry to bother you with that... i really tried to find it in the other issues but did not see any solution.
What variable is there, to print the attachments rendered with swf tools?
<?php print ...
Thank you so much!
Finn

sime’s picture

Title: Thanks! Now its working... but (!) i want to print it manually in my php template » print it manually in my php template

If I didn't want you to bother me, I would not have an issues queue ;)
(Although please don't change the issue title!)

What variable is there, to print the attachments rendered with swf
tools?

Sorry I don't understand your question. Can you explain more?
You might find some examples at http://emspace.com.au/demo/swftools

drupalok’s picture

THANKS AGAIN!
I found the solution on your website (nice one by the way :)

// Self explanatory code.
$playlist = swftools_playlist_from_upload();
print swf_list($playlist);

that's what i was looking for.
Just two more things and i am done (and can finally keep reading my Harry Potter 7 book which is staring at me all the time :)
1.how can i make the playlist with the file names visible (i put it to "true" in the config menu... still it doesnt show up)
2.(this one goes for flashnodes) : though i placed the swfobject folder for JavaScript Embedding into .../shared/ it does not show up in the admin menu "admin/media/swf/embed" (there is no "missing" either... there is just no option at all besides "Embed Flash Directly, don't use JavaScript replacement."
Thanks again again and again!
PS: greetings to down under from rainy germany!
Finn

sime’s picture

1. Play with displaywidth or displayheight.

2. Have you installed swfobject.module at admin/build/modules ?

drupalok’s picture

Hi again...
you were right about the module not being enabled (shame on me!). but unfortunally neither UFO nor SWFOBJECT seem to work propperly when i activate either of them. for unknown reasons sometimes it says "flash not available" and sometimes it works. i really need a workaround for the IE-click-to-activate-issue and i am getting totally frustrated at the moment. by the way, do you have paypal so i can reward your most appreciated help a little? (i dont have much money, so dont expect too much :)
any ideas? i really have to get this job done... its completely sucking my energy.
you can check the site at www.thomasseher.de (its in german though)

sime’s picture

Please don't worry about donating unless you are successfully making money. :)

You only need swfobject, have you downloaded it?
http://blog.deconcept.com/2007/02/28/swfobject-1-5-released/
Add it to the directory swftools/shared/swfobject/

Then you need to activate it on the page /admin/media/swf/embed in the javascript embedding page.

Good luck!

drupalok’s picture

thats what i did (and just did again to be sure of it)...
the weird thing is, it seems to be working normal on certain pages - on others not (it says: "You are missing some Flash content that should appear here! Perhaps your browser cannot display it, or maybe it did not initialise correctly.")

I think I've found the problem now:
there is a conflict with another Java Script that is enabled on my site!? once i turn off LIGHTBOX (http://www.huddletogether.com/projects/lightbox2/) it seems to work. Do you think there is a way to fix this? I would not like to use a different image gallery script if its possible... (maybe i should contact that lightbox guy too... i had a similar problem not long ago)

Please have a look: (lightbox is enabled and the header wont show up)
http://www.thomasseher.eu/?q=de/democd

on the frontpage there is no lightbox script and it works:
http://www.thomasseher.eu/?q=de/frontpage

sime’s picture

Sorry, I looked at litebox and it uses scriptaculous/prototype. This is a big problem for you I think because drupal uses jquery. You should look for an alternative lightbox plugin for jquery.
http://docs.jquery.com/Plugins

drupalok’s picture

then it has to be ... : (
thank you so much for your constant help!
I am getting a little depressed at the moment. It just seems, i was so much faster without Drupal... for some reason i seem to get into every possible problem there is. And getting the site into a propper look is so hard! I dont know why its not a total simple interface to make querries and put the data in the place i want! I always have to work-around.
...anyways... i take thickbox instead of lightbox now. and if thats not working either i might just skip those webdesign stuff and become a farmer or gardener :) so much more relaxing

Anonymous’s picture

Status: Fixed » Closed (fixed)