Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthortader
    • CommentTimeMay 12th 2008 edited
     
    Hi, so i got a bug like this my flash file don't get variables from JS script heres a script
    <div align="center" id="mp3_player"></div>
    <script type="text/javascript">
    // <![CDATA[
    var mp = new SWFObject('swf/mp3.swf', 'player', '296', '248', '9.0', '#FFFFFF');
    mp.addVariable('xml_file', 'xml/playlist.xml.php?id=50');
    mp.addVariable('first_playlist', 'now_playing');
    mp.addVariable('_NO_SONGS', no_songs);
    mp.addVariable('_RS_YES', syes);
    mp.addVariable('_RS_NO', sno);
    mp.addVariable('_PL', nplaying);
    mp.addVariable('_MF', mfavorites);
    mp.addVariable('_MM', mmusic);
    mp.addVariable('_REPEAT_SONG', rsong);
    mp.addParam( 'wmode', 'transparent');
    mp.write('mp3_player');
    // ]]>
    </script>
    and so ff works fine but not ie6 so can you please tell me what to do that it would work on all browsers??
    variables like no_songs are saved on top of that script
    • CommentAuthortader
    • CommentTimeMay 12th 2008
     
    i fixed my problem ;] no worys