Hello,

Does anyone know if their is any kind of iPhone specific javascript
event fired when using quicktime to play files?

For example, I have a page with an embed tag like this.

<embed target="myself" src="songOne.mp3" qtnext="<songTwo.mp3>
T<myself>"></embed>

The iPhone will do as expected, and load songOne and then songTwo.
What I would like to know, is that when you click "Done" in Quicktime
or a song finishes playing and control is given back to Safari, is
there any javascript event that is fired?

Additionally, their is a trick to execute javascript between songs, by
specifying "qtnext" to be an html page and the target be an iframe.
You can then use that pages' onload event to run scripts. This doesn't
seem to work on the iPhones browser though.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" 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/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to