I have two seperate axShockwaveFlash objects in VB 2010.
one is named flash0 and the other is flash1
flash0.Base = "my URL"
flash0.LoadMovie(0, "URL")
flash1.LoadMovie(1, System.AppDomain.CurrentDomain.BaseDirectory + "LOCAL FILE")
flash0 loads perfectly, but flash1 doesnt load. The SWF file for flash1 has no errors, it works fine. I tried loading flash1 on layer 0, and then it loads perfectly. But when I load it on layer 1, it doesnt load.
How can I fix this so that I have one flash movie on layer 0 and another flash movie on layer 1?
one is named flash0 and the other is flash1
flash0.Base = "my URL"
flash0.LoadMovie(0, "URL")
flash1.LoadMovie(1, System.AppDomain.CurrentDomain.BaseDirectory + "LOCAL FILE")
flash0 loads perfectly, but flash1 doesnt load. The SWF file for flash1 has no errors, it works fine. I tried loading flash1 on layer 0, and then it loads perfectly. But when I load it on layer 1, it doesnt load.
How can I fix this so that I have one flash movie on layer 0 and another flash movie on layer 1?