Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to sync video and flash (detail guideline)?

Flash guideline sync video
0
Posted

How to sync video and flash (detail guideline)?

0

1. Let me explain the fscommand first fscommand (“fas.event.ScriptCommand”, “/:ScriptCommand,scriptType,scriptValue”); Tell Flash to go to the frame labeled with ScriptCommand whenever an event is triggered from video(script command). And pass the parameter to Flash variable: scriptType and scriptValue. To be more clearly, another example like this: fscommand (“fas.event.ScriptCommand”, “/:QQQ,X,Y”); Flash will go to the frame labeled with QQQ when script commands events triggered and pass the ASF script command parameter to X(Type of script commands in ASF) and Y(Parameter of script commands in ASF). 2. If there’re multiple script commands in the ASF. All script command event will trigger the Flash to go to the same frame with the label QQQ in the above example. You’ll have to give different Type/Parameter in the ASF script commands so that you can distinguish them in the action script of the QQQ-labeled frame by the contents of X and Y parameters. For example, In the asf indexer: 00:

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123