Hi, im attempting to build a portfolio website in flash professional 8 and want to import an .swf file into the .fla document but I cant get it to work.
I created white square then converted it into a movie clip (realisticface_ mc) and attached the following code (found in the flash help section):
onClipEvent (enterFrame){
loadMovie("C:\w amp\www\portfol io\materials\re alisticface.swf ", realisticface_m c);
}
I dont get any error messages with the code but the .swf file doesn't show up in the movie clip. I also tried deleting out the original white square in case this covered the .swf file up in any way but it still didn't work.
Can someone please help me with this?
Thanks in advance, Martin
I created white square then converted it into a movie clip (realisticface_ mc) and attached the following code (found in the flash help section):
onClipEvent (enterFrame){
loadMovie("C:\w amp\www\portfol io\materials\re alisticface.swf ", realisticface_m c);
}
I dont get any error messages with the code but the .swf file doesn't show up in the movie clip. I also tried deleting out the original white square in case this covered the .swf file up in any way but it still didn't work.
Can someone please help me with this?
Thanks in advance, Martin
Comment