Hi I've created a slide show using the program Flash Slide Show maker I've imported the swf created in to Flash 8 and placed it within a Flash 8 page using the following Action script
_root.createEmptyMovieClip("container", 1);
loadMovie("ss4.swf", "container");
container._x = 170 ;
container._y = 200
Now if I preview it via Flash the page looks great BUT in HTML the layer containing ss4.swf (this is the actual slide show) does not show at all??
Also in Flash I get the following error listed when it is run even though it works ok?
"Error: A 'with' action failed because the specified object did not exist."
Is this the problem why on the HTML page the slide show is not shown? Also if this is the ss4.swf that is causing the error as it is produced out of Slide Show Maker how do I check it's action script to try and find the problem??
This has been a problem for a few days now and nothing seems to work any one any ideas??
_root.createEmptyMovieClip("container", 1);
loadMovie("ss4.swf", "container");
container._x = 170 ;
container._y = 200
Now if I preview it via Flash the page looks great BUT in HTML the layer containing ss4.swf (this is the actual slide show) does not show at all??
Also in Flash I get the following error listed when it is run even though it works ok?
"Error: A 'with' action failed because the specified object did not exist."
Is this the problem why on the HTML page the slide show is not shown? Also if this is the ss4.swf that is causing the error as it is produced out of Slide Show Maker how do I check it's action script to try and find the problem??
This has been a problem for a few days now and nothing seems to work any one any ideas??