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

  • SEARCH
  • Home
  • 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 868809
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T10:12:15+00:00 2026-05-15T10:12:15+00:00

my client wants to play a flash video in their website. just to make

  • 0

my client wants to play a flash video in their website.
just to make sure i understand correctly, i need to:
1. create an FLV file
2. use either some flv player or wrap the flv inside swf

questions:
1. the player option – will visitor have to download /install it or is it install only once, in the website itself? any FREE player you can recommend the will ensure cross browser compatibility?

  1. swf option: will i need the flash application in order to do the wrapping?

  2. will i be able to later use something like flashobject library for the actual embedding?

  3. what are the main considerations for choosing between the two options , if indeed these are the options?

any help would be highly appreciated. have a nice day and let’s pray for a lot of goals today 🙂

  • 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-05-15T10:12:16+00:00Added an answer on May 15, 2026 at 10:12 am

    In order to deliver flash video one needs to encode the audio and video in one of the following containers

    • Adobe Flash Video (FLV)
    • Adobe Flash Video 2.0 (F4V) [H.264 codec with Flash Player 9.0.r115 and later]

    Implementing

    Yes you need some some of wrapping FLV Player to play back the file.
    If you have Dreamweaver CS3/CS4 there is an option that allows a playback to a FlvPlayer.swf (The type of player depends on how you want it to be downloaded). Select Insert->Media->Flash Video for this option.
    [Make sure to Deselect the Prompt Users to Download Flash Player If Necessary option].

    If you do not have software, there are many open source solutions with the most popular being Flowplayer (uses RTMP or HTTP Streaming) which is an Open Source (GPL 3) video player. It is free but the Flowplayer trademark appears on the player needing a commercial license to be removed.

    The pros for this in your case are
    The video file can be in any format (mpg,avi,wmv,mov) and the web setup will take care of conversion.

    In terms of flash plugins, downloads and compatablity, Mark Pilgrim (Dive into HTML5) has talked about the following video workflow to ensure maximum compatablity across browsers

    1. Make one version that uses Theora
      video and Vorbis audio in an Ogg
      container.
    2. Make another version that uses WebM
      (VP8 + Vorbis).
    3. Make another version that uses H.264
      baseline video and AAC “low
      complexity” audio in an MP4
      container.
    4. Link to all three video files from a
      single element, and fall
      back to a Flash-based video player.

    <video id="movie" width="320" height="240" preload controls>
    <source src="mymovie.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
      <source src="mymovie.webm" type='video/webm; codecs="vp8, vorbis"' />
      <source src="mymovie.ogv" type='video/ogg; codecs="theora, vorbis"' />
      <object width="320" height="240" type="application/x-shockwave-flash" data="flowplayer-3.2.1.swf"> 
        <param name="movie" value="flowplayer-3.2.1.swf" /> 
        <param name="allowfullscreen" value="true" /> 
        <param name="flashvars" value='config={"clip": {"url": "http://wearehugh.com/dih5/good/bbb_480p.mp4", "autoPlay":false, "autoBuffering":true}}' /> 
        <p>Download video as <a href="mymovie.mp4">MP4</a>, <a href="mymovie.webm">WebM</a>, or <a href="mymovie.ogv">Ogg</a>.</p> 
      </object>
    </video>
    

    You will need to check Mark’s site for encoding commands and as well placing AddType handlers to your config files for the ogg formats and so forth.

    The following talks about if you are going to deploy the video yourself or customize it in Flash CS3.

    Downloading

    This depends on what delivery format you want to use whether it be progressive or streaming.

    Progressive download means the video will be download to the hard drive. It is possible to start playing the video even before it finishes to download.

    Streaming means that buffering occurs such that there are small amounts of data downloaded at a time. To use this option a Flash Video Streaming Service is needed.

    Good luck with your goals.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We want to build a flash video player to play FLV videos. In addition
A client of mine wants to put some videos on their website. In the
I have a client that wants audio to play while the user is browsing
My client wants their app to always show a WARNING screen when the application
A client wants to ensure that I cannot read sensitive data from their site,
My client wants me to make a plugin that intercepts the banner on a
I have a class which load and play a flv video file. My problem
Currently whenever a client wants a website I provide my own CMS however I
I have some FLV video files to be reproduced sequentially by a Flash video
Client requests a small video to play as a splash page. But I dont

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.