1

is it possible to change the playback speed of a flash object without having to recompile the flash object, i.e through the html attributes or javascript?

thanks in advance

1 Answer 1

1

No, but you can call a function within your SWF file from JavaScript (ExternalInterface. addCallback) that changes your animation's FPS... However, you would need to create the function in your flash file and recompile it once.

You could also create a loader SWF that has this functionality, and load your old flash movie from it.

Sign up to request clarification or add additional context in comments.

1 Comment

Any additional information you can provide on developing the loader SWF you mention? I asked the question here: stackoverflow.com/questions/9028697/… Thanks in advance.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.