can anyone know macromedia flash 8 support m4a sound file or not. If it possible then how to implement on press the button and again stop sound.
can macromedia flash 8 support m4a sound file
344 Views Asked by Jassi Oberoi At
1
There are 1 best solutions below
Related Questions in ACTIONSCRIPT-2
- (flash 8, as2) cannot connect in my mulltiplayer flash game that is using smartfoxserver pro
- For loop only sets last iteration
- Cannot get "else/if" statement to execute on button click in ActionScript 2
- XMLSocket request not working from Postman
- how do i make a movieclip move forever when an arrow key is pressed in flash actionscript 2.0? please answer
- Adobe Flash Professional CS6: ActionScript 2.0 Class Property Problem and Compile Error Display
- FlashDevelop not importing flash packages
- How to make a number variable change when a button is pressed? Actionscript 2.0
- Azure Integration account AS2 sync MDN issue
- Show integer numbers on textbox in Flash AS2
- AS2 Receive and Send in C# Azure Function
- How to run ruffle flash in full screen from the browser?
- Open As2 server for receiving files
- AS2 receive Java
- actionscript - how to make Key.isDown stop after ! press?
Related Questions in FLASH-8
- how do i make a movieclip move forever when an arrow key is pressed in flash actionscript 2.0? please answer
- Flash 8 key.isDown codes
- Two colors in one text field using Actionscript 2
- ActionScript 2 Wall Collision
- How to change an specific letter in string using charAt in as2
- Select random elements from an array without repeat in AS2
- Transparent background in loaded images PNG - AS2
- Flash Dynamic Text can't Handle HTML Tags
- ActionScript is activating two buttons at once
- Guess function in Flash
- AS2 symbol depth conflict
- flash 8 text-to-symbol has incorrect letter and line spacing when published
- Flash 8 vs. CSS3 Matrix Transform (affine)
- can macromedia flash 8 support m4a sound file
- Show dialog windows in Flash 8
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You could have:
Put this code in the first frame of your timeline, then create two buttons (movieclips) and name them "play_btn" and "pause_btn".