|
|||
|
Trying Swfexpress 2.2
I have a dynamic menu that fills buttons from an array. The buttons use the loadmovie command to a target clip, and load external swf files to the target. The command on the dynamic array button is: on (release) { bigclip.loadmovie(link,0); } Which loads movies from: // LINKS FOR EACH FIELD links = new Array(); links[1] = "clips/vidclip2.swf"; links[2] = "clips/02 rdgen.swf"; links[3] = "clips/03 rdcom.swf"; When i preview the file it loads the clips fine. Once created it will not load the clips - what am I doing wrong? I have used the setbasepath in the initialize script and the files are created in the Temp directory Brian |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|