On Jan 4, 11:49 am, Solyman <[email protected]> wrote: > Dears > ()I embed an avi in an infowindow using openInfoWindowHtml > > When the user close the window in the middle of the movie the sound > still playing ..is there any way to stop the sound with the closing of > the window
A link would help. This thread http://groups.google.com/group/Google-Maps-API/browse_thread/thread/7eba0d50ac2ce8ae indicates that <embed> and/or <object> elements need to be used correctly. Closing the infoWindow should destroy those elements and unload the player. Of course, you may already be doing that, who knows? A search in the group for "movie sound" (without the quotes) may yield more or better advice. Andrew -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
