I'm very new to ANT and have started using it in a Flash Builder project.
When I run the compiler I need to pass in some library paths. The whole thing looks like this:
<mxmlc
file="${SOURCE_DIR}/com/${PACKAGE_NAME}/Main.as"
output="${RELEASE_DIR}/assets/swf/${IDENTIFIER}/main.swf"
locale="${LOCALE}"
...
i am New to flex.Can any one point me to a small piece of mxml code which plays audio files(mp3,wav.....) also which has the capabilities to pause, play, stop.... the audio file.
Also this file would be embedded in a html file later on..
...
In the below code.If buttom 'A' is pressed the text box should be populated with A, and if button 'B' is pressed it should be populated with B and so on..
Can this be done.Also if any one could point me to flex examples would be much helpful.Thanks..
s='A';
for(i=0;i<button.length;i++)
{...