Created a nice gallery thanks to your tutorial. It runs great when I play the swf locally. I copied the whole folder into a website root folder. Using DW CS5 I inserted the SWF. The "main" swf just sits there and does not load the other swfs. Uploaded all files to the server and the same thing happens when viewing the page online. The "main" SWF opens & does not load the the othe swfs. If anyone has used this gallery in DW CS5 I would appreciate some help in getting this gallery to work.
I applied this only for the gallery.swf, but when I click on Home etc. or other nav links, the gallery.swf is still in front and the content of Home or other appears behind that. Does anyone know how to solve this? Thank you
Thanks for the tutorial. It is working great for the project I have. One of the swfs is a video. Can you give me the AS so it will not loop but stop at the end. I tryed to change the AS but it would break the functions.
Does anybody know how to completely remove the external swf files loaded onto the main timeline??? Sound continues to play which means the external swf is still in memory. The more swfs are loaded the slower the computer becomes. Eating away at the memory.
Great tutorial, would it be hard to tweak this to either a) load each swf into a target movie clip or b) load it into a layer lower then the menus?
pomod 1 week ago
Created a nice gallery thanks to your tutorial. It runs great when I play the swf locally. I copied the whole folder into a website root folder. Using DW CS5 I inserted the SWF. The "main" swf just sits there and does not load the other swfs. Uploaded all files to the server and the same thing happens when viewing the page online. The "main" SWF opens & does not load the the othe swfs. If anyone has used this gallery in DW CS5 I would appreciate some help in getting this gallery to work.
tomrum42 3 weeks ago
I applied this only for the gallery.swf, but when I click on Home etc. or other nav links, the gallery.swf is still in front and the content of Home or other appears behind that. Does anyone know how to solve this? Thank you
thElectroable 1 month ago
Thanks for the tutorial. It is working great for the project I have. One of the swfs is a video. Can you give me the AS so it will not loop but stop at the end. I tryed to change the AS but it would break the functions.
Thanks
PayneDesignMedia 1 month ago in playlist Flash AS3
@goofyfoot2001 do not 'play() until the file is completely loaded.
pc17701 1 month ago
Does anybody know how to completely remove the external swf files loaded onto the main timeline??? Sound continues to play which means the external swf is still in memory. The more swfs are loaded the slower the computer becomes. Eating away at the memory.
removeChild(loader); ...is not the answer.
SoundMixer.stopAll(); ...is not the answer.
loader.unload(); ...is not the answer
What is the answer????
ewaldcrause 1 month ago in playlist Flash Tutorials CS3 CS4 ActionScript 3.0 Website
excellent post man.Cheers, has helped me out with some confusing code. I'll follow your blog for that!
SuperDigiTone 1 month ago
great
anand609 2 months ago
The removeChild(loader); was exactly what I was looking for. Thanks... good video.
thirtyottsixx 2 months ago
The flash gallery isn't working when embedded in webpage. It only shows the main frame not the swfs to be loaded. Any solutions please....
shubhgahlot 3 months ago