I have this media player that loads an XML file and plays the relevant music. However, it refuses to load the music.
I was watching the status bar to see where the flash system was trying to load the music from (the XML file loads fine) when I noted two things:
1. I cannot see the whole URL...
I have created a media player but am encountering the folowing error: Error opening URL 'file:///C|/Program%20Files/xampp/htdocs/rro2/player/undefined'
I have used the following AS2.0:
strImage = "germany.png";
loadMovie(strImage,picture);
stop();
playlist = new XML();
playlist.ignoreWhite =...
Thanks oldnewbie.
I must admit that I have little desire to learn AS3.0 and not simply due to being older but I am not sure Flash has a long-term future (even given your link).
Not only the added complexity of actually adding the SWF to your site (now three stages; and two was a headache...
Okay, I lowered ActionScript to 2.0 since everything I have read so far implies that I would now need to consider the Loader Class when using 3.0. My concern was that PNG files were not originally loadable using loadMovie; however this downgrade works fine and so I have resolved the issue.
I...
I have a Flash CS3 file with three layers.
Layer 1 is background and simply contains the background image in PNG format.
Layer 2 has a PNG image file that has been converted to a movie clip called picture_mc with the instance name of picture.
Layer 3 is an actionscript layer with the single...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.