Hi.
I'm in JavasSript, but not in Flash, so maybe you can help me with this one. I have embed some audio on a page using the google component, as here :
<embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=MP3_FILE_URL" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />
What I want to do (if it's possible), is to "query" the component to know where in time it is, and do some event depending on timeline. Is it possible using only JavaScript ?
thanks.