import and position swf's in fla-file
- Started
- Last post
- 4 Responses
- laurita
HI,
I have a question...
I'd like to import swf 's into a fla file...so far so good, but they appear in the left top corner, and i'd like them to open on specific coordinates...
Anyone who can help me out?
Thx!
- davi-t0
if ur a noob in AS, easiest way would be to load the SWF's into a blank movieclip, and then just reposition that blank mc around the stage ie. loadMovie("mySwf.swf",blank_mc);
- laurita0
ok,
i did it this way...so i can move it around the stage where ever i want...but...
the scrollbar doesn't work in the fla.-file, altough it works in the swf...
???
- davi-t0
ah..u have a scrollbar....
U prolly just need to target ur mc's using a different path in ur AS......
- laurita0
well...
hmm...but the scrollbar doesn't work in the mc, unless i paste everything in the mc....but then i don't have to import the swf anymore...
are there any other options to make the AS working in a swf within a mc