If I have a url to a mp3, can I pass this in some way to a flash file so that it will play it? How could I do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
An example from the actionscript reference:
You can combine the above with the parameters of the LoaderInfo: Those are flashvars passed by html or parameters in the url used to call the swf.
In the reference are a lot of good examples,, I mostly learned actionscript by gotoandlearn.com and the reference.