nicht angemeldet (Anmelden)

Kategorien

Vanilla 1.1.8 ist ein Produkt von Lussumo. Weitere Informationen (englisch): Documentation, Community Support.


    • CommentAuthorringi1970
    • CommentTimeOct 7th 2009
     
    Hallo zusammen,

    kann mir einer helfen und sagen, warum meine Site das mp3 nicht abspielt?
    http://www.wolfgang-ringwald.de/cd/friendly/friendly.html
    Entweder bin ich blind oder da ist irgendwas anderes völlig verkehrt, denn ich bin jetzt ca. 20mal den Code und das config.xml File durchgegangen...

    Vielen Dank!
    Ringi
    •  
      CommentAuthorxaos
    • CommentTimeOct 7th 2009
     
    • CommentAuthorringi1970
    • CommentTimeOct 8th 2009
     
    ooohhhhh
    Super das klappt. Ein riesen Dankeschön. Ich weiß nicht wie oft ich jetzt die Config mit andern hier verglichen habe, aber das ist mir null aufgefallen.
    Jetzt spielts. Klasse!

    Grüße vom Bodensee (Konstanz)
    Ringi
    • CommentAuthorsacon
    • CommentTimeFeb 12th 2010
     
    Hallo erstmal... ich habe mir in der letzten woche echt alles durchgelesen was es über den player zu lesen gibt. Aber irgendwie schaffe ich es nicht ihn zum abspielen zu bewegen er zeigt mir zwar den Titel an aber das war es dann auch schon. Vieleicht kann mir hier jemand helfen.

    was braucht ihr ? die config.xml

    <?xml version="1.0"?>
    <player width="326" height="248" background="background.jpg" imagePath="imag/" mediaPath="media/">

    <info x="80" y="190" width="213" height="18" overflow="scroll" show="true" />

    <video x="2" y="2" width="322" height="186">
    <autoscale value="false" width_limit="322" height_limit="186" />
    <smoothing value="false" />
    <bufferTime value="2.1" />
    </video>


    <slider>

    <progress show="true">
    <bar x="9" y="235" width="309" height="1" image="" progress="progressbar_p.jpg" show="true" />
    <slider x="9" y="231" width="8" height="8" image="slider_progress.png" hover="slider_progress_hover.png" show="true" />
    </progress>

    <volume show="true">
    <bar x="209" y="226" width="102" height="13" image="" show="true" />
    <slider x="209" y="221" width="8" height="8" image="slider_progress.png" hover="slider_progress_hover.png" show="true" />
    </volume>

    <balance show="true">
    <bar x="8" y="226" width="109" height="13" image="" show="true" />
    <slider x="8" y="221" width="8" height="8" image="slider_progress.png" hover="slider_progress_hover.png" show="true" />
    </balance>
    </slider>




    <buttons>
    <start x="2" y="189" image="play.jpg" hover="play_hover.jpg" show="true" />
    <halt x="2" y="189" image="pause.jpg" hover="pause_hover.jpg" show="true" />
    <next x="22" y="189" image="forward.jpg" hover="forward_hover.jpg" show="true" />
    <stop x="42" y="189" image="backward.jpg" hover="backward_hover.jpg" show="true" />

    <mute x="302" y="189" image="mute.jpg" hover="mute_hover.jpg" show="true" />
    <unmute x="302" y="189" image="unmute.jpg" hover="unmute_hover.jpg" show="true" />
    </buttons>

    <settings>
    <font size="9" family="Verdana" color="7C766F" style="" />
    <scrolling interval="100" step="2" mode="reverse" />

    <loadingProcess show="false" showTrackName="true" />

    <streaming value="true" />
    <autoload value="true" />
    <autostart value="true" />

    <repeatAll value="false" />
    <repeat value="false" />
    <shuffle value="false" onStart="false" />

    <autostartNext value="true" />
    <autoloadNext value="true" />

    <ID3Names value="true" />

    <skipTrack stopAtLast="true" stopAtZero="true"/>
    </settings>

    <media>

    <item name="JCs - Day after Day" filename="Day_after_Day.mp3"/>
    </media>


    </player>


    ..und warscheinlich die einbindung..

    <object id="Player1" type="application/x-shockwave-flash" data="zanmantou.swf" width="326" height="248">
    <param name="allowScriptAccess" value="sameDomain"></param>
    <param name="movie" value="zanmantou.swf"></param>
    <param name="quality" value="best"></param>
    <param name="scale" value="noscale"></param>
    <param name="salign" value="lt"></param>
    <param name="FlashVars" value="config=config.xml"></param>
    <param name="bgcolor" value="#FFFFFF"></param>
    </object>

    Mfg Juergen aus Bremen
    •  
      CommentAuthorxaos
    • CommentTimeFeb 13th 2010
     
    url?
    • CommentAuthorsacon
    • CommentTimeFeb 13th 2010
     
    Habe ich noch nicht teste das hier im moment nur lokal.

    Gruss Jürgen
    •  
      CommentAuthorxaos
    • CommentTimeFeb 13th 2010 bearbeitet
     
    dann kann ich dir nicht helfen sry ^^
    lokal gibt es sowieso probleme...