Converted wmv to FLV want to convert to swf or imbed FLV in site.

I a'ready used CS5 Flash encoder to convert the WMV to flv swf and it's good quality, but I don't know how to make it work in a website.  It only plays in my video player, locally (before adding to the site).
Is there special code (HTML) that will make it work ... or ... can someone send me instructions on how to conver to SWF.  I've inserted SWF's before and they work.
I need to make sure I can "remove" the control bar.  It's a slide show for a website, don't want it to be interactive, in any way.  I also want it to loop and continue the loop when people go to another page on the site.
I hope I'm not asking too much.  I've been able to achieve this with other software that is no longer current with todays technology.
Appreciate you help.

I would first open the web page you want the flash video to be on.  Next hit the PrtScn SysRq button on your keyboard.  This copies the web page to your clipboard.  Next open PhotoShop and hit Ctrl + N press Enter then press Ctrl + V and copy the image into the PhosoShop Document you just created.  Next with the magnify tool, zoom in on the image where the video is going to be.  If the borders are defined, make a selection around the area and adjust the dimension using Select - Transform Selection.  Once you have the selection accurately defined hit Ctrl + C then Ctrl + N.  The resulting dialog will give you the exact pixel dimension your Flash movie needs to fit into.  If everything fits, this will be the dimension of your Flash movie.  Open Flash and hit Ctrl + J. This will allolw you to re-size the SWF file that is exported from Flash.  Select the correct dimension and adjust the background color if necessary.  Save the Flash Document (FLA) and make sure the video file: flv or f4v is in the same folder. Go to File - Import- Import Video. Hit Browse, select the video and hit Open.  Follow the dialog and choose not to include the controls (None at the top of the drop-down)
Here is the Action Script that makes the video loop:
import fl.video.*;
// Video component instance name
var flvControl:FLVPlayback = video1;
var flvSource:String = "etsy_matildas_march.f4v";
// Loop the video when it completes
function completeHandler1(event:VideoEvent):void
flvControl.seek(0);
flvControl.play()
flvControl.addEventListener(VideoEvent.COMPLETE, completeHandler1);
// Set video
flvControl.source = flvSource;
Publish the SWF from Flash and open the resulting html file in notepad.  Find the code in the Notepad file that looks like this:
<div id="flashContent">
            <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="720" height="440" id="index_2011" align="middle">
                <param name="movie" value="index_2011.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="#000000" />
                <param name="play" value="true" />
                <param name="loop" value="true" />
                <param name="wmode" value="window" />
                <param name="scale" value="showall" />
                <param name="menu" value="true" />
                <param name="devicefont" value="false" />
                <param name="salign" value="" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="index_2011.swf" width="720" height="440">
                    <param name="movie" value="index_2011.swf" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#000000" />
                    <param name="play" value="true" />
                    <param name="loop" value="true" />
                    <param name="wmode" value="window" />
                    <param name="scale" value="showall" />
                    <param name="menu" value="true" />
                    <param name="devicefont" value="false" />
                    <param name="salign" value="" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflash">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
Paste the code into the appropriate spot on the destination web page.  Either in a Table Cell (old school) or within a DIV contemporary CSS.
Note that the first line that reads: <div id="flashContent"> relates to a CSS file associated with the page if there is one.  On the associated CSS file, the parameters will adjust alignment of the Flash movie on the destination HTML page.
Also note that "loop" in the code just above only relates to the swf file NOT the FLV or F4V.  That's why you need to add the Action Script within Flash.  Be sure to give your video on the stage an instance name and it must match what's in the Action Script.  Also check the name and file path of your flv/f4v. It makes everything a lot easier if all of the associated files are in the same folder.

Similar Messages

  • I want to create a SWF for my small web site. How do I do this? Do I need to purchase "Flash Builder"?

    I want to create a SWF for my small web site. How do I do this? Do I need to purchase "Flash Builder"?

    Hi Developer_46038, 
    if for example all the properties and object are stated as list, i think there is a tool that overcome cross list.
    http://listrollup.codeplex.com/
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/13a51be5-4007-46e8-bbb2-5e04320dfebd/cross-list-webpart?forum=sharepointcustomizationlegacy
    you can also using dataview webpart to show the cross lists:
    http://office.microsoft.com/en-us/sharepoint-designer-help/create-a-data-view-HA010094804.aspx
    http://office.microsoft.com/en-us/sharepoint-designer-help/connect-two-data-views-HA010169133.aspx
    3rd party: http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2009/03/11/relational-database-capabilities-for-sharepoint-lists-cross-list-web-part.aspx
    but i am not quite sure how crystal report will do, if you can make the crystal report as also list, i think its possible, 
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/8247edf5-dee8-49d8-b7ee-9e49bfd97b9b/crystal-report-in-sharepoint-2010-webpart?forum=sharepointdevelopmentprevious
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • How-to Convert Animation (swf) to flv video clips

    Hi,
    Has anyone here on the forums ever created flv video out of
    animations i.e. swf files.
    Kind Regards,
    Boxing Boom

    to convert a swf file to avi or mov you need a third party
    application to accomplish that, there are few of those google it.
    In case you want to export a .fla animation to a video
    format, just go to File -&gt; Export -&gt; and select the
    appropriate container (avi, mov) change the output settings on the
    dialog box and you're ready to go.

  • How do you convert a swf or mp4 file into flv using creative cloud programs?

    I am trying to embed a video as HTML5 with Flash fallback into my Dreamwaver site and only have the swf file of the video. 
    Please let me know if you have any ideas about how to convert a swf or mp4 file into flv, without loosing pixels and quality of the swf file.
    Thank you!

    If you have MP4 video, you can use Pickle Player which has built-in Flash fallback for Mozilla.  No conversions required .
    http://www.pickleplayer.com/
    Nancy O.

  • How do I convert a .swf to .flv

    Hi,
    I'm currently developing content for a flash e-learning
    environment that requires .flv extension. I'm using Captivate 3 for
    the task of creating the content, but have not found a way to
    export or convert the .swf output of Captivate to make it .flv
    I'm totally at a loss - can anyone help?

    I'm not sure this will help, but what I know is that the FLV
    format is designed for streaming or progressive download of video
    from the server to the user's browser by converting it to the flv
    format via an import procedure into a Flash doc. Normally I use
    Flash to import a movie into a Flash file layer, add a sound layer
    for, say, a background music loop, on another layer and publish it
    as a swf and flv, using the Component Inspector to set the rewind
    to "true" or "false".
    This process creates two required files: the final swf and an
    flv which calls the swf when the page opens or other event occurs
    on the web page. The user experience is absent the jerky appearance
    that often occurs from swf alone or movies alone.
    The video component that is imported into my Flash doc as
    described in my first paragraph above, can either be a .mov from
    anywhere or one I create in Flash and export as an .mov
    I don't know about formats other than .mov I think it depends
    on your final deployment, i.e. web, dvd, whatever.
    I have not used captivate, but if it will create a .mov for
    you, should do it. You may have, however, other controls to build
    in as well. Flash 8 and above allows you to do that in the process
    of creating the .flv
    Then, you must load the .flv and swf onto the server at the
    same level. Or, you must make other code changes so the flv "finds"
    the swf. A different path can be entered using the Component
    Inspector in Flash.
    Hope that helps.

  • What do I convert my swf website banner file to so it will work in websites displayed in mac and windows browsers?

    what do I convert my swf website banner file to so it will work in websites displayed in mac and windows browsers?

    If its animated you'll want to convert it to an FLV file and embed it in your webpage.
    http://www.ehow.com/how_6881535_embed-flv-video-html.html
    Otherwise a standard JPEG or PNG image file should suffice.

  • How to edit a Animated Gif file and convert to SWF

    I am using the creative cloud with fireworks. I chose the free trial with buying in mind if I saw it work properly. I simply want to upload an animated GIF file and then download it as a SWF file. I saw someone on youtube do this and it's not that if I get on the correct page I would not know how to do that but I just cannot find how to get the GIF into the software to edit. It has just simply put them in the creative cloud folder which can open them on IE> How do i make it available to edit and convert to SWF please? Thanks in advance.

    You will likely get better program help in a program forum
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Convert AS2 swf to AS3 swf

    I have a swf (written in AS3) that loads other swfs into it.
    There are no issues when loading other AS3 swfs but there is a
    problem loading AS2 swfs. I get the following error:
    TypeError: Error #1034: Type Coercion failed: cannot convert
    flash.display::AVM1Movie@35d3a51 to flash.display.MovieClip.
    Is there any way to convert the AS2 swf into a AS3 swf so it
    will be compatible with my loader? I cannot go back and change the
    AS2 swfs because I do not have the fla files. Or is there any way
    to incorporate AS3 code that will load AS2 swfs properly? It seems
    hard to believe that Adobe would neglect this backwards
    compatibility issue. Thanks

    Hello Andrei1,
    Thanks for looking at my simple AS3 code. The AS2 swfs that
    I've been working (and having difficulties) with are components
    that I've purchased from places like www.flashden.com. Some are
    image transitions (such as "Dynamic Image Draw found at
    http://www.flashden.net/item/dynamic-image-draw/7532)
    while another is used to create a looped banner rotator animation
    (IMG_loop, a free d/l from www.afcomponents.net). I have another
    that uses an .xml file to configure a slideshow animation.
    You mention "needing to do more" if AS2 scripts inside its
    swf are to be run by the parent AS3 fla; what would these lines of
    code be?
    In researching my problem further I've since realized that
    most of these issues deal both with the version of AS used, as well
    as the version of the Flash player the fla is set up to animate
    for. In particular, the "Dynamic Image Draw" component requires
    that Flash Player 8 or 9 be used with AS2.
    Given that many of my purchased components are like this,
    I've since changed my main fla movie from AS3 back to AS2 and have
    learned that the scripting needed to call individual multiple swfs
    into it at various points in the timeline is MUCH simpler!!!!! One
    single, easily interpreted, line of code vs. 5 lines using
    variables and much more arcane (to me) function calls.
    I started my file with AS3 figuring that I'd be better off
    learning the new version of the language; much stress and
    forehead-rubbing later, I've seen just how much easier and
    understandable AS2 is to learn.
    I recognize that there are likely very strong arguments for
    the more structured coding approach used by AS3, but for someone
    like me who wants to generate customized Flash presentations with
    little fuss, I'm not qualified to make them.
    Perhaps this is a no brainer for those many flash gurus out
    there, but for me this tiny bit of wisdom has been hard fought for!
    That being said, is there an easy way to convert a swf file
    created using AS2 to something that AS3 can work/interact with?
    I've come across a free d/l product called actionscript bridge, but
    haven't been able to understand how to get it to work.

  • Convert from swf

    Does anyone know of any free programs to convert from .swf to another file type like mpg, avi, wmv, etc.

    Google search results in 5,690,000 hits when "convert flash to iPod" is used as search term.
    Here ya go sparky: http://www.google.com/search?hl=en&lr=&q=convertflash+toipod&btnG=Search

  • Converting to swf

    Premiere doesn't export to .swf so I've been trying to find online converters that will allow me to do so. However, with each one comes a new glitch in the .swf - is there a simple way to export from Premiere or convert to .swf?

    Well, a swf file is a Flash file, but you're trying to create a flash video, which is an flv file which would then go inside of a swf file.
    For example, the videos you see on YouTube and other similar sites are flash, but the player is the swf file while the videos themselves are flv files.
    If you have Adobe Flash, it comes with a built-in converter to make your video files flash video files and it also comes with video players built-in. Then from flash, you export your project as a swf file which includes the player and can either include the video as well or it points to the location of the video.

  • Converting Flash/SWF to HTML5

    I.
    Following Ned's advice I'm posting this message on Dreamweaver's forum (after posting it in the Flash/Actionscript 3 forum).
    I'm not a programmer, so this question might sound a bit noobish.
    I have this flash project with an advanced button - here's the code:
    portfolio.addEventListener(MouseEvent.ROLL_OVER,btnOver);
    portfolio.addEventListener(MouseEvent.ROLL_OUT,btnOut);
    portfolio.addEventListener(MouseEvent.CLICK,clickPortfolioToGoToWebPage);
    function btnOver(event:MouseEvent)
        event.currentTarget.gotoAndPlay("Rollover");
    function btnOut(event:MouseEvent)
        event.currentTarget.gotoAndPlay("Rollout");
    function clickPortfolioToGoToWebPage(event:MouseEvent):void
        event.currentTarget.gotoAndPlay("ClickPortfolio");
        navigateToURL(new URLRequest("http://www.fudzilla.com/"), "_blank");
    In order to comply with the HTML5/CSS3 "new standards", I converted the swf file to HTML5 with Google Swiffy. The problem was that it doesn't support Actionscript 3, so it was converted as a looping movie. Question: Is it even possible to retain the Mouse events? Or do I have to make a HTML5 for the Rollover, another one for the Rollout and one for the Click? Again, I'm not a programmer.
    Forgive my noobish remarks...
    ***** UPDATE: I got the code and downgraded to Actionscript 2.0 and it worked. *****
    One question though: is this good practice? Creating my animations in Flash AS2 and then converting the SWF file to HTML5 using a SWF/HTML5 converter? Will I have any problems? I suppose it's not an elegant way of doing it...

    Hi
    If you want your animations to work on HTML5 devices including mobile devices, one solution is to convert the flash content to video and use the HTML5 <video> tag to embed the video on a webpage.
    Of course this works only if your content is non-interactive.
    FLABACO (www.Flash-Banner-Converter.com) is a Free, online tool which converts Flash (SWF) to video.  It generates excellent quality video which can be used with HTML5 to work on all HTML5 devices / mobile devices.
    Kayo
    Flabaco

  • How to convert an SWF to a format that...

    will play my animation while all the animated bits are still in their movie clips?
    Does that make sense?

    Hello sakurabell,
    What kinda of format you trying convert you swf file?

  • Converting a swf to quicktime mov file

    I created a swf file useing Flash and need to convert this to a mov file. I watched a training video and under Publish Settings > Format their should be a Quicktime mov option. I do not have this option on my CS5 Flash version. Also, if I try to export as a mov file, nothing happens. I have QuickTime Player version 7 on my computer. It just will not show up as an option in Flash. How do I convert a swf file to a mov file without going online and purchasing a converter?

    I tried using the movie export option. A popup comes up titled "Recording Flash Content." It freezes and does not ever finish creating the file. I tried downgrading the player from Flash Player 10 to Flash Player 5. This did not work either.

  • How can I convert a.swf file to a .avi file?

    How can I convert a.swf file to a .avi file?

    I already checked out about 30 of these links using the same Google search words. I'm on a Mac platform, and most of them have Windows-friendly downloads/apps. Some have Mac-friendly apps, none of which have worked so far.

  • Converting from swf to avi or mpg?

    I've been searching for a way to convert the swf file that is
    generated in Adobe Captivate to an avi or mpg.. but every
    tool/converter i have tried fails to do the job for one reason or
    another..
    Is there a converter project out there that works?
    Thanks

    You could publish as an exe and convert that to AVI.
    Go to this web site for a tool that also converts SWF
    http://converter-exe-flash-avi.qarchive.org/
    or Google SWF to AVI for a list of sites with that software.
    I only did the search, I do not have any experience using any of
    these.

Maybe you are looking for

  • Just downloaded the iOS 7.0.3 for my iPhone 4S, and now my 3G isn't working?

    Hi all, I just connected my iPhone to iTunes on the computer, and it prompted me to update my iOS.  I did so, and it is now updated - however, I cannot connect to my 3G. (I can't connect to WiFi networks, either, but this has been a problem for a lon

  • WON'T READ SD CARD (SANDISK)

    When I first put in the SD card and open it.  I went into the DCIM folder and it was able to see the pictures I had stored in it, but when I tried to pull it up again I could not see any file in the DCIM folder.  I was able go into the other folders

  • Problem with book table of contents

    Hi all We are switching from 9.3 version to 11.1.2 . Generating a book pdf, happen a strange thing: the table of contents page is generate in the summary of acrobat, but it contains the first page of reports, so all the book pages result switched of

  • 404 Error on Servlet under HTTPS

    Hi, This is the first time that I've had to work with SSL. I have a servlet that worked fine under regular http. I had to implement SSL and run my site over https. When I try to access my servlet under HTTPS, I get the 404 File not found error. Is th

  • Photoshop, PixelBender and CS SDK

    Hello, focusing on Photoshop, I'd like to ask this question: is it possible with CS SDK to embed a PixelBender kernel into a Ps extension, in order to apply it to the active Ps document? With CS4 I know I can script (via ScriptingListener) a PB filte