Forum Moderators: open

Message Too Old, No Replies

Rotatiion of swf files (Flash files)

Rotatiion of swf files (Flash files)

         

d0353101

8:50 am on Mar 22, 2010 (gmt 0)

10+ Year Member



Hi all,

I am havig an html page with lot of text. in which i have embeded one flash file with the help of object and embed tag. It is working fine and no issue with that.

But there is new requirement - now I am having 4 flash files and they should rotate after 20 seconds automatically.

It means if user does not leave the HTML page for 20 seconds, then every thing will remain the same on page but flash file should change automatically ( Each time it will choose one flash file among 4).

Note : HTML page should not be refreshed.

Please help me in that.

-Vivek

Anyango

11:37 am on Mar 22, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebMasterworld Vivek,

Straight away solution would be AJAX, you make an ajax call after 20 seconds to load another flash file in your object. If you cannot do AJAX, don't be scared by the term. Its very simple to use in your case, search around the net and you will find plenty of examples