Hi !

I am a new user andI have started with this module from the drupal screencast made by steve elliott with no success at all. Indeed the media is not displayed even though there is a space for it on the web page delivered by drupal. Here is the code I can get with firebug when I select the place where the flash object should be:

Here is the list of all the things that I have tried with no success at all :
_ I have noticed that there is a "//" before the name of my media file in the src attribute so I went into the code of swftools.moduele and modified source code at line 299.
_ I have remove SWF Tools integration from module list in drupal
_ I have tried "var/www/drupal-5.2/file" "http://localhost/drupal-5.2/file" as media directory url modified into settings.ini
_ there are no space in the name of the media file that I have updated
_ I have no error message of any kind
_ I have tried examples at emspace.com

Cheers

DjuDju

CommentFileSizeAuthor
#1 Untitled-1_4.gif3.98 KBdrew.p
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drew.p’s picture

FileSize
3.98 KB

I see the the loading status forever when trying the following (png image attached to node):

$playlist = swftools_playlist_from_upload();

drew.p’s picture

Also, a node listing (http://localhost/swftools/node) gives the following errors:

    * warning: Invalid argument supplied for foreach() in /var/www/sites/swftools/modules/swftools/swftools_integrate.module on line 67.
    * warning: Invalid argument supplied for foreach() in /var/www/sites/swftools/modules/swftools/swftools.module on line 808.
    * warning: Invalid argument supplied for foreach() in /var/www/sites/swftools/modules/swftools/swftools.module on line 831.
    * warning: Invalid argument supplied for foreach() in /var/www/sites/swftools/modules/swftools/swftools.module on line 876.
drew.p’s picture

Also, my URL is: http://localhost/swftools (I am using multisite). The generated playlist contains duplicated path segments:

<playlist version="1" xmlns="http://xspf.org/ns/0/">
            <title>swf screenshots</title>
            <info></info>
            <annotation></annotation>
            <trackList>
            <track>
<title>100_0492.mov</title>
<creator></creator>
<location>http://localhost/swftools/sites/localhost.swftools/files/sites/localhost.swftools/files/100_0492.mov</location>
<image></image>
<info>http://localhost/swftools/sites/localhost.swftools/files/sites/localhost.swftools/files/100_0492.mov</info>
</track>
</trackList>
           </playlist>

Any help really appreciated!

drew.p’s picture

Any updates? Status? Help?

TIA!!

drew.p’s picture

Just following up to see where things stand ...

Stuart Greenfield’s picture

Status: Active » Closed (fixed)

Over two years old!

I'm going to close the issue as part of queue maintenance.