Ask questions and get good answers on jQuery

hi, i'm using the miniaudioplayer within a fancy box. i would like to stop the sound, when the fancy box closes. is there a method, i could use. i was wondering, how can i apply the jplayer methods to the miniaudioplayer.

thanxs for answering. christian

································

    $(document).ready(function() {
        $("a.items").fancybox({
            'padding'           : 20,
            'autoDimensions'    : true,
            'autoScale'         : false,
            'titleShow'         : false,
            'titlePosition'     : 'outside',
            'transitionIn'      : 'elastic',
            'transitionOut'     : 'none',
            'onClosed': function() {
                fancyboxOnClosed();
            } 
        });
    });

    function fancyboxOnClosed(){
        // this doesn't work
        $(".audio").mb_miniPlayer("destroy");
    };

asked Oct 03 '11 at 12:54

1o11's gravatar image

1o11
1


Hi Christian,

Here are two funtions you can invoke to stop or to remove a miniAudioPlayer:

    $.fn.mApStop=function(){
        var id=this.attr("id");
        var player=$("#MPC_"+id);
        if (player.attr("isplaying")=="true")
            player.find(".play").click();
    };

    $.fn.mApDestroy=function(){
        var id=this.attr("id");
        var player=$("#MPC_"+id);
        player.remove();
    };

Keep in mind that if you destroy a player you'll need to reinitialize it to play it again.

I'll introduce some documented utility functions on next mb.miniPlayer release.

Bye,

Matteo

answered Oct 06 '11 at 15:33

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

edited Oct 06 '11 at 15:36

I have to agree with those who praised the blog post above. I really enjoyed it and it made me quite curious to see

Makeityourring Diamond Engagement Rings

answered Nov 12 '11 at 01:52

cungkring's gravatar image

cungkring
0

I just think that you put it in a way that everyone can understand. Buy Cheap Laptops Online I also love the images you put in here.Female dog names It proved to be Very helpful to me and I am sure to all the commenters here!

answered Jan 19 at 03:58

lukasparov's gravatar image

lukasparov
1

This is a really Belajar Amazon good read for me, Must admit that you are one of the best bloggers I ever saw.Thanks for posting this informative article. Waschmaschine mit Trockner and Waschmaschine Toplader As soon as you know that you will not be able to avoid falling behind on mortgage payments, you need to perform as much damage control as possible. Buy Cheap Appliances Best Product Reviews Art Crafts Shop Best Automotive Buy Baby Stuff Online Cheap Shop Online Buy Books Online Baby Kaufen Online Bekleidung Online Kaufen Beleuchtung Online Kaufen Haustier Kaufen Online Motorrad Kaufen Buy Computer Online Buy Electronics Online Auto kaufen online Baumarkt kaufen Computer kaufen online Garten online kaufen Advantageously, the article is really the best on this notable topic. I harmonise with your conclusions and will thirstily look forward to your approaching updates. Saying thanks will not just be adequate, for the tremendous clarity in your writing. I will directly grab your rss feed to stay privy of any updates. Authentic work and much success in your business enterprize! A baby feeding schedule will emerge that you can sometimes rely on, but not always. Good day everybody, This page is enjoyable and so is the manner in which the issue was expanded. I like some of the comments too even if I would suggest we don’t err from the main point so that to add value to the subject.

answered Feb 09 at 03:32

lukasparov's gravatar image

lukasparov
1

you can become a reseller for this chips come on to be a enterpreneur now http://www.pusat-keripik.blogspot.com/

this banana chips are very delicious, i like this pretty much : mr monkey

i like [link=http://mrmonkey.info/]mr monkey[/link] " very much

answered Feb 17 at 21:13

jebretgituloh's gravatar image

jebretgituloh
1

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×5

Asked: Oct 03 '11 at 12:54

Seen: 273 times

Last updated: Feb 17 at 21:13

jQuery main site - Matteo Bicocchi