Поддержка Проблемы и решения Как установить flash player на wordpress

Просмотр 6 ответов — с 1 по 6 (всего 6)
  • в readme.html четкая инструкция

    там говориться об файле body, такого файла нету в worpdress. Куда тогда запихнуть код от body ????

    http://ru.wikipedia.org/wiki/Html
    там говорится не о файле, а о тегах тела документа <body></body>
    открывающий тег находится в header.php (чаще всего), закрывающий в footer.php (чаще всего).

    Вот файлик redme http://depositfiles.com/ru/rmv/4375756223951594 .У меня что то не получается, все файлы плеера я заллил прямо в папку сайта. Далее там написано Step 1
    Copy all files to your webserver and try running flashmp3player.html. You should be able to listen demo songs. If it works, then move to the next step.
    Note: Your server should support PHP for this script to work.

    Зашол в браузер ввел http://сайт/flashmp3player.html . ВСе работает. Второй шаг Step 2
    You need to embed player into your webpages. You can copy and paste code from flashmp3player.html or from here.
    Note: You can change the location of files in the following code. The path can be relative or absolute (except for mp3 folder, which should always be relative to php script).

    Add this to the head of your webpage:
    <!— Location of javascript. —>
    <script language=»javascript» type=»text/javascript» src=»swfobject.js» ></script>

    Add this to the body of your webpage, where you want player to appear:
    <!— Div that contains player. —>
    <div id=»player»>
    <h1>No flash player!</h1>
    <p>It looks like you don’t have flash player installed. Click here to go to Macromedia download page.</p>
    </div>

    <!— Script that embeds player. —>
    <script language=»javascript» type=»text/javascript»>
    var so = new SWFObject(«flashmp3player.swf», «player», «290», «247», «9»); // Location of swf file. You can change player width and height here (using pixels or percents).
    so.addParam(«quality»,»high»);
    so.addVariable(«content_path»,»mp3″); // Location of a folder with mp3 files (relative to php script).
    so.addVariable(«color_path»,»default.xml»); // Location of xml file with color settings.
    so.addVariable(«script_path»,»flashmp3player.php»); // Location of php script.
    so.write(«player»);
    </script>

    Note: You can change player width and height (using pixels or percents).

    Add this somewhere in the body of your webpage:
    <!—
    Please place this link anywhere on the page that uses Flash MP3 Player.
    You can style it anyway you want, but do not change or delete it.
    Read the license! Thanks. 🙂
    —>
    Powered by Flash MP3 Player

    Написано Add this to the body of your webpage, where you want player to appear:
    <!— Div that contains player. —>
    <div id=»player»>
    <h1>No flash player!</h1>
    <p>It looks like you don’t have flash player installed. Click here to go to Macromedia download page.</p>
    </div>

    добавил в wp-blog-header.php . КАроче я тут что не так сдела во втором шаге и вылезло http://albums.foto.tut.by/userpics/t/l/1000032712/15781.jpg . Написано что нету у меня flash плеера, однако при тесте http://сайт/flashmp3player.html все отлично работало

    Не могли бы вы подробно описать куда эти все коды в какие файлы записываются.

    Неужели ни кто не поможет

    Спасибо со всем разобрался

Просмотр 6 ответов — с 1 по 6 (всего 6)
  • Тема «Как установить flash player на wordpress» закрыта для новых ответов.