dear all:
im new in adobe & i 'd need ur help. its a bit urgent
there is an SWF file where we used its methods using JavaScript as an reference in HTML.
now we want to make an FLASH app & have an SWF as an component where use all that methods in.
since Im new here, I need ur comments how can I do it step-by-step.
i know JavaScript but new in ActionScript.
I use SWF in my JavaScript as
Code:
<script type="text/javascript">
var so = new SWFObject("movie.swf", "mymovie", "200", "100", "8", "#336699");
so.useExpressInstall('expressinstall.swf');
so.setAttribute('xiRedirectUrl', 'http://www.example.com/upgradefinished.html'); // must be the absolute URL to your site
so.write("flashcontent");
</script>
how can I do it in my Adobe App??
tnx in advance