Hey!
I downloaded the mp3 player made by adam from the URL
"http://www.icynorth.com/~adam/MP3Player.zip", that I saw in the post of 02/17/03 02:36 PM.
I tried to modify it. I made a flash movie with various control in, such as play/pause, forward, rewind, add directory, remove all. I connected these fscommands with appropriate actions. All actions copied & pasted from adam's template in order to make no mistake at scripts, and I added 2 lines code in front of
%Property% = FlashObject{Flash1}.GetProperty ("Last FSCommand")
IF (%Property% = ???fscommand)
//I put here the equivalent action from adam's project
While every action works ok, the forward and rewind actions dont. They both jump 1 song in playlist when they are pressed. I click on Forward button (at flash object) and it moves from Song1 to Song3, in most times. Sometimes it moves to the next song. The same problem appears at Rewind button. On the contrary, the built in ams project Forward & Rewind buttons work ok.
I checked many times the FScommands, I changed them from "on press" to "on release" in the Swish application, i made another flash object from the beginning, with no positive signs. What is it wrong? Any help?
I downloaded the mp3 player made by adam from the URL
"http://www.icynorth.com/~adam/MP3Player.zip", that I saw in the post of 02/17/03 02:36 PM.
I tried to modify it. I made a flash movie with various control in, such as play/pause, forward, rewind, add directory, remove all. I connected these fscommands with appropriate actions. All actions copied & pasted from adam's template in order to make no mistake at scripts, and I added 2 lines code in front of
%Property% = FlashObject{Flash1}.GetProperty ("Last FSCommand")
IF (%Property% = ???fscommand)
//I put here the equivalent action from adam's project
While every action works ok, the forward and rewind actions dont. They both jump 1 song in playlist when they are pressed. I click on Forward button (at flash object) and it moves from Song1 to Song3, in most times. Sometimes it moves to the next song. The same problem appears at Rewind button. On the contrary, the built in ams project Forward & Rewind buttons work ok.
I checked many times the FScommands, I changed them from "on press" to "on release" in the Swish application, i made another flash object from the beginning, with no positive signs. What is it wrong? Any help?
Comment