Help with action script and external object! - flash design
Posted: Fri Apr 07, 2006 9:27 pm
Okie, here is the situation
I've got the file index.html which contains
+ an embeded Windows Media Player with the ID="Player"
+ a flash banner named top_banner.swf ID="flash"
I can:
+ get the title of the song that being played by the player with this function
Player.currentMedia.name;
I've created
+ a dynamic text area in the flash with instance name : txt_title
What I want is to use that text area to show what the player is playing.
Please help me with this cos I don't know what the objects structure of the page is >.< => get confused with those _root _parent ****. or window. etc.
And if you answer this question ^_^ please take a little bit time to teach me how make the banner to loop just only one time.
Thanks in advance!!!

I've got the file index.html which contains
+ an embeded Windows Media Player with the ID="Player"
+ a flash banner named top_banner.swf ID="flash"
I can:
+ get the title of the song that being played by the player with this function
Player.currentMedia.name;
I've created
+ a dynamic text area in the flash with instance name : txt_title
What I want is to use that text area to show what the player is playing.
Please help me with this cos I don't know what the objects structure of the page is >.< => get confused with those _root _parent ****. or window. etc.
And if you answer this question ^_^ please take a little bit time to teach me how make the banner to loop just only one time.
Thanks in advance!!!