Can not get my SWF Flash Banner To Loop
All I want for this banner to do is loop and start back from the beginning after it finishes. What should be the proper cod开发者_如何学JAVAe? What is wrong with this?
If you go to File->Publish settings->html tab
check and see if loop is checked. If it is publish the swf and see if it loops.
If you are using swfObject, in the params object that you embed the swf with there is a loop parameter loop:true
If you are using the <object>
tag take a look at this link from adobe for more info
Also check and make sure that there isn't a stop()
action on the last frame of the flash movie
精彩评论