Hi All,
I have run into a small AS2 related issue.
We are working on a project which uses a JavaScript pre-loader linking to a SWF file which in turn calls an external FLV.
The JavaScript will only play once 100% of the SWF has loaded, we are not allowed to change this code for some reason. Also as part of the project the JavaScript looks at the total length of the SWF timeline (the older versions used internally placed FLV files) and once the end frame has been reached the application moves on.
Ideally I’d like to use a SWF file with one frame calling an external FLV but the structure of the JS pre-loader means that it will disappear and move on immediately.
Is there any way to code the SWF to look at the external FLV (just say FLV is 500 frames long) and add a key frame to frame 500 of the SWF?
This would make the entire process dynamic, otherwise someone will have to manually do it.
At the moment I don’t know if this is possible.
Any advice would be great :hobbes: