Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7821307
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T07:36:03+00:00 2026-06-02T07:36:03+00:00

ATTEMPTING: I am trying to load a FLV using the FLVPlayback() component in another

  • 0

ATTEMPTING:

I am trying to load a FLV using the FLVPlayback() component in another dynamic mc and place it on a TV screen.

ISSUE:

—It won’t load at the Top left.
—It scales to fit the WIDTH to the fit the TV screen but there this funky space below and above.

QUESTIONS:

How can I place the video at the top left? How can I make it fit the HEIGHT of the TV Screen?

CODE:

import flash.display.*;
import fl.video.*;

var my_mc:MovieClip = new MovieClip(); 
addChild(my_mc); 

var myVideo:FLVPlayback = new FLVPlayback();
myVideo.source = "http://EdVizenor.com/edgen/EpicLogo.flv";
myVideo.align = StageAlign.TOP_LEFT; /// This does not work :(
my_mc.addChild(myVideo);

One.BlackScreen.addChild(my_mc);
my_mc.width = One.BlackScreen.width;
my_mc.height = One.BlackScreen.height;

...

FLA SOURCE DOWNLOAD

The Source FLA file is here: http://www.edvizenor.com/Help.fla
It has the images and TV screen etc…

UPDATE ISSUE: 4/21/12

The answer below is correct but when I use this video source and do not change anything else then I have the same issue. How can I fix this?

myVideo.source = "http://EdVizenor.com/Boom.flv"; /// DOES NOT WORK
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T07:36:05+00:00Added an answer on June 2, 2026 at 7:36 am

    It’s because your .flv file isn’t the same ratio as your movieclip.

    import flash.display.*;
    import fl.video.*;
    
    var my_mc:MovieClip = new MovieClip(); 
    addChild(my_mc); 
    
    var myVideo:FLVPlayback = new FLVPlayback();
    myVideo.source = "http://EdVizenor.com/edgen/EpicLogo.flv";
    myVideo.align = StageAlign.TOP_LEFT;
    myVideo.scaleMode = VideoScaleMode.EXACT_FIT;
    myVideo.width = One.BlackScreen.width;
    myVideo.height = One.BlackScreen.height;
    
    my_mc.addChild(myVideo);
    myVideo.play();
    
    One.BlackScreen.addChild(my_mc);
    my_mc.width = One.BlackScreen.width;
    my_mc.height = One.BlackScreen.height;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to start using cython and and attempting to compile my first
I'm trying load a 3rd party DLL but I get an error when attempting
I'm attempting to do something using Silex (which uses the Symfony routing component -
I am attempting to load products using the Magento Core API product.create method. Magento
I'm trying to learn python and I'm attempting a hangman game. But when I
I'm trying to keep Visual Studio from attempting to serialize the datasource of drop
I'm trying to install Symfony on a shared server and am attempting to duplicate
I'm trying to write a callback event system in DirectX9. I'm attempting to use
I'm trying to use bassistance jquery tooltip - http://jquery.bassistance.de/tooltip/demo/ and I am attempting to
I am trying to evaluate two dynamically assigned variables; then attempting to assign a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.