Results 1 to 2 of 2

Thread: Using JS to Stop Flash Payer?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2009
    Posts
    69

    Question Using JS to Stop Flash Payer?

    I'm using swfobject to embed a flash player (FFMp3) on my page. I also have a link to open the player in a small pop-up window. The thing is that I want the flash player to stop playing when the user clicks the pop-up link.

    I've tried using many different methods but none of them worked. I saw object callbacks on the website for FFMp3 and enabled those. I found that when the user clicks the stop button on the player, it sends "stop" as the event and "0" as the variable.

    How might I send "stop,0" to the object using javascript?

  2. #2
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629

    Re: Using JS to Stop Flash Payer?

    from the looks of their website (which doesn't say much, to be honest), all they support is event callbacks (eg. when an event is triggered, it calls a JavaScript function). it doesn't support you actually sending events to the player from JavaScript.
    Like Archer? Check out some Sterling Archer quotes.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width