Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > General > Flashants Support Forum

Reply
 
Thread Tools Rate Thread Display Modes
Old 05-10-2002, 04:59 PM   #1
freevision
Registered User
 
Join Date: Apr 2001
Location: turkey
Posts: 13
Default fas.avclip.Rect v.s. fas.avclip.xy

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 <<
Attached Files
File Type: zip video_session.zip (3.6 KB, 257 views)
freevision is offline   Reply With Quote
Old 05-10-2002, 05:53 PM   #2
Mentor Lee
Registered User
 
Join Date: Apr 2002
Posts: 38
Smile

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")
Mentor Lee is offline   Reply With Quote
Old 05-10-2002, 06:08 PM   #3
freevision
Registered User
 
Join Date: Apr 2001
Location: turkey
Posts: 13
Default

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?
freevision is offline   Reply With Quote
Old 05-10-2002, 06:39 PM   #4
Mentor Lee
Registered User
 
Join Date: Apr 2002
Posts: 38
Default

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
Mentor Lee is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

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


All times are GMT. The time now is 10:13 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.