ok I am having issues with the player. flash video module works just not dash module. here is my info.

1) link to dash player page
http://weboperative.com/~amysnow/index.php?q=node/7

2) config XML.

        <gateway>http://www.weboperative.com/~amysnow/index.php?q=services/xmlrpc</gateway>
        <apiKey>6aa9a5fc41bb53a748074b26ea37ca40</apiKey>
        <baseURL>http://www.weboperative.com/~amysnow</baseURL>
        <flashvars>
        <drupalversion>6</drupalversion>
        </flashvars>

3) modules info

Dash Media Player : a media player built for Drupal CMS 6.x-1.1
Services 6.x-1.x-dev (2008-Oct-05)
Views 6.x-2.1
FlashVideo 6.x-1.4-beta3
Voting API 6.x-2.0-rc1

4) Drupal version 6.5

5) The output code when you do what Travis says in comment #7.

                    [promote] => 1
                    [moderate] => 0
                    [sticky] => 0
                    [tnid] => 0
                    [translate] => 0
                    [vid] => 8
                    [revision_uid] => 1
                    [title] => Butterfly
                    [body] => <p>[video]</p>

                    [teaser] => [video]
                    [log] => 
                    [revision_timestamp] => 1224573798
                    [format] => 1
                    [name] => likewhoa
                    [picture] => 
                    [data] => a:0:{}
                    [play_counter] => 7
                    [last_comment_timestamp] => 1224569996
                    [last_comment_name] => 
                    [comment_count] => 0
                    [taxonomy] => Array
                        (
                        )

                    [files] => Array
                        (
                            [12] => stdClass Object
                                (
                                    [fid] => 12
                                    [uid] => 1
                                    [filename] => Butterfly.wmv
                                    [filepath] => sites/default/files/Butterfly.wmv
                                    [filemime] => video/x-ms-wmv
                                    [filesize] => 2797732
                                    [status] => 1
                                    [timestamp] => 1224569984
                                    [nid] => 8
                                    [vid] => 8
                                    [description] => Butterfly.wmv
                                    [list] => 0
                                    [weight] => 0
                                )

                            [15] => stdClass Object
                                (
                                    [fid] => 15
                                    [uid] => 1
                                    [filename] => Butterfly.jpg
                                    [filepath] => sites/default/files/Butterfly.jpg
                                    [filemime] => jpg
                                    [filesize] => 4473
                                    [status] => 1
                                    [timestamp] => 1224573265
                                    [nid] => 8
                                    [vid] => 8
                                    [description] => Butterfly.wmv
                                    [list] => 0
                                    [weight] => 0
                                )

                            [23] => stdClass Object
                                (
                                    [fid] => 23
                                    [uid] => 1
                                    [filename] => Butterfly.flv
                                    [filepath] => sites/default/files/Butterfly.flv
                                    [filemime] => flv-application/octet-stream
                                    [filesize] => 1136850
                                    [status] => 1
                                    [timestamp] => 1224577325
                                    [nid] => 8
                                    [vid] => 8
                                    [description] => Butterfly.wmv
                                    [list] => 0
                                    [weight] => 0
                                )

                        )

                    [body_value] => [video]
                )

            [2] => stdClass Object
                (
                    [nid] => 9
                    [type] => videos
                    [language] => 
                    [uid] => 1
                    [status] => 1
                    [created] => 1224570039
                    [changed] => 1224573788
                    [comment] => 2
                    [promote] => 1
                    [moderate] => 0
                    [sticky] => 0
                    [tnid] => 0
                    [translate] => 0
                    [vid] => 9
                    [revision_uid] => 1
                    [title] => Lake
                    [body] => <p>[video]</p>

                    [teaser] => [video]
                    [log] => 
                    [revision_timestamp] => 1224573788
                    [format] => 1
                    [name] => likewhoa
                    [picture] => 
                    [data] => a:0:{}
                    [play_counter] => 3
                    [last_comment_timestamp] => 1224570039
                    [last_comment_name] => 
                    [comment_count] => 0
                    [taxonomy] => Array
                        (
                        )

                    [files] => Array
                        (
                            [13] => stdClass Object
                                (
                                    [fid] => 13
                                    [uid] => 1
                                    [filename] => Lake.wmv
                                    [filepath] => sites/default/files/Lake.wmv
                                    [filemime] => video/x-ms-wmv
                                    [filesize] => 2981738
                                    [status] => 1
                                    [timestamp] => 1224570030
                                    [nid] => 9
                                    [vid] => 9
                                    [description] => Lake.wmv
                                    [list] => 0
                                    [weight] => 0
                                )

                            [16] => stdClass Object
                                (
                                    [fid] => 16
                                    [uid] => 1
                                    [filename] => Lake.jpg
                                    [filepath] => sites/default/files/Lake.jpg
                                    [filemime] => jpg
                                    [filesize] => 3520
                                    [status] => 1
                                    [timestamp] => 1224573265
                                    [nid] => 9
                                    [vid] => 9
                                    [description] => Lake.wmv
                                    [list] => 0
                                    [weight] => 0
                                )

                            [25] => stdClass Object
                                (
                                    [fid] => 25
                                    [uid] => 1
                                    [filename] => Lake.flv
                                    [filepath] => sites/default/files/Lake.flv
                                    [filemime] => flv-application/octet-stream
                                    [filesize] => 739795
                                    [status] => 1
                                    [timestamp] => 1224577331
                                    [nid] => 9
                                    [vid] => 9
                                    [description] => Lake.wmv
                                    [list] => 0
                                    [weight] => 0
                                )

                        )

                    [body_value] => [video]
                )

        )

    [total_rows] => 
)

thanks in advanced. p.s I tried both www.weboperative.com and without www in xml config. I know videos works because they show in flash video module using dash media player.

Comments

spiffyd’s picture

Status: Active » Closed (duplicate)