Viewing 15 replies - 376 through 390 (of 530 total)
  • Good player, thanks! How to show cyrillic symbols (Russian language) in player? Help please
    P.S. I using a final standalone version (not for WordPress)

    Double…

    I’m having trouble getting the player to work on internet explorer… it works on firefox.. but not IE. here’s my site check the source code and tell me what i’m doing wrong… i already tried a bunch of stuff… thanks so much ??

    Hi Martin,

    I adore this player and recommend it to everyone I know who has streaming audio needs. I have had fun with the customizability and with version 1.2.3 was been able to scale it down to fit into the space allocated for the player on my websites. It looked just like a smaller version of the original. I just upgraded to the 2.O standalone version and was sad to see that it doesn’t scale down proportionately as it did with the older version. Maybe I’m missing something?

    Here are two samples:

    2.0 version: https://www.acixmastering.com
    1.2.3 version: https://www.acixrecordings.com

    Maybe there is something else that I’ve overlooked, but this new version didn’t seem to fix the issue of multiple instances from playing at the same time. As much as I like the idea of the listener being able to create their own special mix, it can be kind of distracting to have multiple players going off at once. =)

    Also, I know I have way too many players on the page at https://www.acixmastering.com, but I didn’t see any improvement on either of my two music sites after installing Flash player 10. The players still seem to get stuck in bufferingville. Any advice would be tremendously appreciated!

    Oh, and please excuse my archaic table/slice websites…I’m trying to become more of a css code monkey, but it really is hard to teach an old dog new tricks.

    Thank you so much for your help!

    Turns out that the commas were making internet explorer not show my player. I was trying to add color, Martin, and what I did was this:

    <script type="text/javascript" src="audio-player.js"></script>
        <script type="text/javascript">
            AudioPlayer.setup("player.swf", {
                width: 290,
                initialvolume: 100,
                transparentpagebg: "no",
                left: "000000",
                bg: "E5E5E5",
                leftbg: "CCCCCC",
                lefticon: "333333",
                voltrack: "F2F2F2",
                volslider: "666666",
                rightbg: "B4B4B4",
                righbghover: "999999",
                righticon: "F2F2F2",
                righticonhover: "FFFFFF",
                loader: "009900",
                track: "FFFFFF",
                tracker: "DDDDDD",
                border: "CCCCCC",
                skip: "666666",
                text: "333333",
            });
       </script>

    …but IE didn’t like the commas… is there a different way to change the colors?

    PS semicolons ( ; ) don’t work ??

    Thanks so much!

    Hello,

    I search solution how i can synchronize a couple of your players together.

    So second player start to play if first finished etc.
    Other words if sound of player is finished then next player (if exist) start automatically.

    I hope you will understand that I mean.

    I really sorry for my poor English.

    Thanks.

    Having delved a bit into the swfobject usage in audio-player, in relation to its conflict with Viper’s Video Quicktags, it looks like it’s going to be a bit complex to fix (from my point of view).

    In theory if the plugin enqueued the swfobject as a separate script to the audio-player.js, instead of combining it all into one, then Viper’s Video Quicktags and Audio Player would probably get along fine.

    However, seeing as audio-player.js is compressed I haven’t got a clue where to even begin with working out a fix.

    Any thoughts?!

    The player is not showing title or artist from the ID3 tags on my site. Everything is on the same domain and the mp3 files have valid ID3 tags. Any help?

    See the problem here: https://jamiehalmick.com

    Nevermind I guess… I’m giving up on displaying the track title and artist info. It works if I put the info in the audio tag in wordpress, but never would pull it from ID3. I just disabled it entirely from the settings for now, but there does seem to be a bug or something there. I’m using the latest Flash player in FF3 and Safari on Mac OS X. Thanks for the player.

    Hi all. Umm… what about?:

    wp_register_script('audio-player', $this->pluginURL . '/assets/
    audio-player.js', false, '20080825040617');
    wp_print_scripts('audio-player');

    instead of:

    echo '<script type="text/javascript" src="' .
    $this->pluginURL .
    '/assets/audio-player.js?ver=20080825040617"></script>';
    echo "\n";

    In this way we can deactivate the script, for example, if we have using a compressor for JS…

    Hi there,

    I’ve been using the player (2b6) quite successfully with IE7 but have only just realised that when I open the website with firefox (3.0.5 is the version im using) with the most current flash player the audio players come up but I cannot press play.

    Hovering the mouse does not change the color of the play button.

    I have tried downloading it again and reinstalling to no avail. Any ideas?

    Chris

    @covi

    I was assuming that wouldn’t make any difference – I thought word press would only load a script once if the same script was already loaded, but with audio-player.js ‘containing’ the swfobject script, I thought WP wouldn’t have any way of spotting that and would enqueue both scripts anyway. As a result the same conflict would remain?

    Maybe some of you have had this problem…I’m a newbie to this…

    The plugin is working superbly, the only thing I can get configured right is the download option…the player is up and streams the mp3 but there is not option to download, I’ve tried both just subscribing to the RSS (it says Download xxxxx.mp3 but no link) and I’ve tried with a dummy account being a subscriber and still nothing…what are the correct settings and what else needs to be configured or done by folks wanting to download the stuff I post?

    res

    check what I’m saying at the site, https://www.djresident.org

    hi there,
    i’m trying to use the audioplug from 3 weeks now ?? i’m going creazy with it… everythink is working fine exept with Internet explorer,

    IE dont display the player, i read 100 forum pages and 1000 times the 1pixelout infos … but no way …

    is there somebody who can help me please ??

    here is my page
    here is my email gerome(at)audiographics.be

    thanx

    hi there,
    i’m trying to use the audioplug from 3 weeks now ?? i’m going creazy with it… everythink is working fine exept with Internet explorer,

    IE dont display the player, i read 100 forum pages and 1000 times the 1pixelout infos … but no way …

    is there somebody who can help me please ??

    here is my page https://www.audiographics.be/TS/news.html
    here is my email gerome(at)audiographics.be

    thanx

Viewing 15 replies - 376 through 390 (of 530 total)
  • The topic ‘[Plugin: Audio Player] Version 2.0 beta released’ is closed to new replies.