hi,
I wud like to create a scroller movie clip which contains the strip of jpg image files. some 100 jpg files are stored in a folder. Out of which 5 jpg file will be taken out dynamically from the folder. i have written the code in ASP to pick 5 jpg files from the folder. the output text from the asp file is given below.
imgs_src1=C:\Inetpub\wwwroot\pics\8.jpg&imgs_src2=C:\Inetpub\wwwroot\pics\4.jpg&imgs_src3=C:\Inetpub\wwwroot\pics\5.jpg&imgs_src4=C:\Inetpub\wwwroot\pics\7.jpg&imgs_src5=C:\Inetpub\wwwroot\pics\6.jpg&
i m trying write Action script code to align the picked files into the movie clip to scroll from left side to right side. can anyone give idea to start and proceed the code⦠???
Thanks in advance!!!