| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Apr 2001
Location: turkey
Posts: 13
|
hi.
I have a problem with movie X,Y and movie size. I didn't run both same time. there 6 movie on the stage and I wanna show theese one by one. I attached my file and explained in the fla file what I want to do. please take a look and reply me. how can I do that? thank u. Freevision << |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Apr 2002
Posts: 38
|
if you want to use fas.avclip.rect
you may need to use the following commands before use fas.avclip.rect fscommand("fas.avclip.autosize","false") to disable the auto size fscommand("fas.avclip.displaySize","FitToSize") |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Apr 2001
Location: turkey
Posts: 13
|
yeah I know that but it doesn't appear that I want to do. u know. my video area size 507X380. it didn't fit to size. what can I do?
|
|
|
|
|
|
#4 |
|
Registered User
Join Date: Apr 2002
Posts: 38
|
change
fscommand ("fas.event.EndOfStream", "/:EndOfStreamAction"); fscommand ("fas.shell.GetInitDir", "/:InitDir"); fscommand ("fas.avclip.autoplay", "true"); fscommand ("fas.avclip.AutoSize", "FALSE"); fscommand ("fas.avclip.VideoOnTop", "TRUE"); fscommand ("fas.avclip.xy", "0,201"); fscommand ("fas.avclip.rect", "0,0,507,"); fscommand ("fas.avclip.DisplaySize", "FitToSize"); fscommand ("fas.avclip.FULLSCREEN", "FALSE"); fscommand ("allowscale", "0"); to fscommand ("fas.event.EndOfStream", "/:EndOfStreamAction"); fscommand ("fas.shell.GetInitDir", "/:InitDir"); fscommand ("fas.avclip.autoplay", "true"); fscommand ("fas.avclip.AutoSize", "FALSE"); fscommand ("fas.avclip.VideoOnTop", "TRUE"); //fscommand ("fas.avclip.xy", "0,201"); // remove it fscommand ("fas.avclip.rect", "0,201,507,501"); // 507*380 fscommand ("fas.avclip.DisplaySize", "FitToSize"); fscommand ("fas.avclip.FULLSCREEN", "FALSE"); fscommand ("allowscale", "FALSE"); // 0 ==> FALSE |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fas.avclip.xy command | Greg Whitham | Flashants Support Forum | 1 | 08-05-2002 04:02 AM |
| movies v.s. levels (swf's) | Javier | Other Flash General Questions | 3 | 06-05-2002 01:22 AM |
| invisible button v.s. real one | Javier | ActionScript 1.0 (and below) | 2 | 06-05-2002 12:42 AM |
| fas.avclip.Rect v.s. fas.avclip.xy | Flashants | Flashants Support Forum | 0 | 04-30-2002 01:08 PM |