This is from the docs for getURL: getURL(url:String, [window:String, [method:String]]) : Void which means that the second parameter, if you supply one, must be...
I'm doing a movie that is full-screen and set to noscale. I have a container movie in which I am loading two other movies: navbar.swf and content.swf I want...
One correction/clarification to my last post... The movie dimensions in my HTML are set to 100% x 100%, and scale is set to "noborder". Still trying to figure...
Hi All I am using MX 2004 pro edition. I have a server side script that searches a folder and returns all the jpgs it finds. These are loaded into an array....
I've got a large.swf file that I'd need to break into separate (.swf) components for the purpose of moving the file in a fast, clean and efficient manner over...
Others can correct me if I'm wrong, but there's no such thing as "actionscript that will break movies apart". You're going to need to create all your subfile...
I have a slideshow that has prev and next buttons. I recently added a auto slide to make the slideshow proceed with using the buttons. It is working fine...
Trying to preload 3 movies into levels using the progressbar component. I've got a container movie with an instance of the progressbar named "my_pb". In the...
OK, I've made further progress and everything is loading right. So it seems to be an issue with one of my loaded movies not playing upon loading, rather than a...
Hello Everyone... I need help in understanding why my files are working differently when viewed through a directory or on the root level of a server... if you...
Hmmm. that is really weird, first of all, there is only one file named navidea1.swf on the server, and I have tried all the other options you sent and could...
Hi group, is it possible to load a streaming sound playlist (.m4u file) ? and control it as an mp3 ? (volume, pan, play-pause-stop). and How …? Flash...
Dean, I trying to load the main and have it play while the subfile (swf's) cache into memory. Sequentially playing in a looping pattern. (one swf after another...
I scoffed this of a board. http://www.canfieldstudios.com/flashmx2004/index.html http://www.canfieldstudios.com/flashmx2004/loadlvl/index.html Would this be...
I visited both url's, grabbed the swf files from my browser cache and decompiled them. They have different actionscript code in them. So there have to be 2...
I managed to solve the problem of the level 1 movie showing up briefly while the other one loads on top of it by making the first frame of the level 1 movie...
I have created a data grid that gets its data from an array and fills in the columns appropriately. ex. var myDP_array:Array = new Array({name:"John",...
Hello, I could do with some help if anyone has time. Heres my page : www.augustineleudar.co.uk Click the speaker. Note it opens in a diiferent page. How do I...
I'm creating an interface with a list box which will present a list of names and then load the selected files. The XML file is an array of objects; id:number,...