A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: How can I make swf/ flv flash video in a website play in any/all version of flash pla

  1. #1
    Registered User
    Join Date
    Jan 2014
    Posts
    3

    How can I make swf/ flv flash video in a website play in any/all version of flash pla

    Please can somebody help me out here, creating a website with Dreamweaver or with any other tool, when adding / embedding Swf or Flv video file in the website how can I make the flash movie embedded in a website to play in any browser e.g( IE , Mozilla firefow , Opera, Safari Google chrome etc.) under any version of flash player installed in the system without the message prompting the user to download the latest flash player, in-short how can I make swf / flv flash movie file play in all version of flash player regardless the version installed in the system, thank in advance.

  2. #2
    Senior Member
    Join Date
    Aug 2012
    Posts
    115
    You can target the lowest player possiblitty with flash that accept video, no way to make Flash 5 play as3 video say.

  3. #3
    Registered User
    Join Date
    Jan 2014
    Posts
    3

    How can I make swf/ flv flash video in a website play in any/all version of flash pl

    First, thank you for the reply/help Terrencing, please I am replying to your kindly response on the forum that I posted earlier, my reply is how possible can I apply the script to allow flash video play with the lowest flash player possible installed in the system, ( Please you can see below the swf flash code script attached in it) it wouldn’t play in some browser especially IE browser it ask for a newer version of flash player to be downloaded before playing the embedded video, please where exactly can I apply the code (looking into the flash video script inside the html page) that will prompt the flash player to play movie with the lowest flash player installed in the system starting from (flash player 6).
    In some computer that even has flash player 11 installed in it IE still asking for a newer version to be installed and refuse to play the video and below the browser (IE) you will see a message asking you to authorize a blocked element and when you click on authorize IE will then play the flash video, why is it so and how to eliminate this behavior from IE.
    By my experience I see flash video in some website like mine (the comment applied without my knowledge) with a comment asking the browser to download the latest flash player to play the video, why don’t they apply a code that will allow the browser to play the flash video with whatever version from e.g. from flash 6 to play the video, once again thank you for assistance.


    <div id="flash">
    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="635" height="90" id="FlashID2" title="INLOF Language ">
    <param name="movie" value="flash/new-best-slide.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <param name="swfversion" value="8.0.35.0" />
    <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
    <param name="expressinstall" value="Scripts/expressInstall.swf" />
    <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="flash/new-best-slide.swf" width="635" height="90">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <param name="swfversion" value="8.0.35.0" />
    <param name="expressinstall" value="Scripts/expressInstall.swf" />
    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
    <div>
    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
    </div>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    </div>

  4. #4
    Senior Member
    Join Date
    Aug 2012
    Posts
    115
    It is the flash player version you publish your movie at that makes most choice, you can only publish as low as video will allow, you have no choice over what player people have or want, you can only make it playable in the lowest possible, for video is reasonably higher than 5.

    value="8.0.35.0" will make it so people need that version or higher, you can remove it and let the browser choose.

    I think you have difficult problem with this as you not going make everybody see it, i would say most people have a later flash player installed, not everybody, but must be higher than needed as operating system comes with a low one, i think, then to view flash people will need to at least install a version somewhere.

  5. #5
    Registered User
    Join Date
    Jan 2014
    Posts
    3
    Thank you Terrencing once again, so once I remove this code (<param name="swfversion" value="8.0.35.0" />) then the browser will automatically chose the available flash player installed in the system to play the movie without asking to download a newer version?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center