hi there, I have a site made using ASP... there is a page which contains a flash animation... now i want that this flash which is running should rotate every time a visitor visits the page.. i have 4 flash file uploaded on my ftp... i just wht a script that can change or rotate those 4 flash files on the same location... Thanks in advance...
something like this (just an example - code not tested) <% if application("flash_num") is nothing then application("flash_num") =0 end if application("flash_num")=application("flash_num")+1 if application("flash_num") =5 then application("flash_num") =1 end if %> ' then you just call the flash myFlash<%=application("flash_num")%>.swf
well thanks for your help... i cant understand tht code . .... I want a flash rotation script just like image rotation... everytime a visitor comes he sees a new flash...