FLV files in dreamweaver....??

Hello,
I have just started creating websites and thus this is all still new to me so let me try to explain.  A client has asked for a website and got a Graphic designer to create a moving animation for me to put on the site.  He supplied the file as an FLV file.  When I put it into Dreamweaver, it thinks it is a video and puts the skin on.  I dont want the skin!  How can I convert the file to something else?  and what should i convert to?!!
can anyone help?!
Thank you in advance
mich

Obviously the designer does not know the difference between flv and swf. My advice would be to contact the designer and ask them to supply the animation as an swf file.
Alternatively, if you have flash proffessional you could create your own custom skin and use this instead of the normal one.
(see - http://www.adobe.com/devnet/flash/articles/flv_tutorial_pt2.html )
PZ

Similar Messages

  • Video is not scaling properly when importing a flv file into dreamweaver

    Hi I have recently imported a flv video into dreamweaver and i have specified the width and height (including skin size)  but i keep getting white margins at the bottom or the top of the video.  It has nothing to do with the css because ive checked and when i change the size of the video in the html file it worked for some browers - google chrome, firefox but still had the white border on internet explorer.  I dont understand why different browers are rendering a video width and height different and whats causing the white borders to be there in the first place.  Can anyone help me with this? 
    I have spent two weeks trying to sort this out after failing to add a clickable thumbnail to play the video as the video image on the site is black which doesnt look very good.  Is there any way that i can choose the thumbnail that flash player decides to feature for the video?  I know you can do this with youtube videos.            
    website in question - www.juanajimenezflamenco.co.uk/videos.html

    I just don't see any white border on the right hand videos... if the problem continues, post a screen shot of what you are seeing. Also, 250 x 199 is not a 4:3 aspect ratio... 250/4 = 62.5, 62.5x3= 187.5.... so you are off by 11 pixels or so. Correct height for a 250 wide video shot at 4:3 aspect ratio, is 188px.
    Now on the left hand YouTube videos, the controls are under the video, not over the top of the video as the right hand videos are... so the height of the <object>.... not the video itself... the <object> needs to be tall enough to hold the video and the controls (video height + controls height).
    And since you are working in standard 4:3 aspect ratio video, you need to be careful to select the correct pixel shape, square or rectangle when starting any video project. Your video editing program, Premiere Elements should allow you to select between square pixels (used in computer monitors) or rectangle pixels (used in TVs). Selecting the wrong shaped pixel at the very start of the video capture process can mean distorted video once you render the project.
    Because TV pixels are rectangle, slightly taller than they are wide... it doesn't take as many rectangle TV pixels to equal the same height as square computor monitor pixels. For example, when you start a video project to output to DVD (TV viewing) you would choose rectangle pixels, so a 720 x 480 video dimensions would give you the correct 4:3 aspect ratio.... for TV.... but 720 x 480 is NOT a 4:3 aspect ratio mathmatically ... 720/4=180, 180x3=540 !! So for computer monitor viewing you would select square pixels at the very start of your video capture process and capture the video at 720x540, giving you the correct video aspect ratio for viewing on monitors.
    So besides setting the correct aspect ratio for the video in the <object> be sure that you started with the correct pixel shape.
    This might also give you some help... or just Google "square vs rectangle pixels" for more info:
    http://library.creativecow.net/articles/velte_mike/p6/video-tutorial
    Best wishes,
    Adninjastrator

  • Resizing FLV files in Dreamweaver CS3

    Hello,
    I am adding videos to my websites' "videos main page", and these extra videos are going to be added to the videos currently in the flash player. I have already copied the jpg preview picture files and the flv video files into my website directory. To contain the extra data, I have already added the appropriate number of <li>'s to the index.html file of the videos folder. For each new video I have also added an <img src="...."> line to the images.xml file. The images.xml file has information regarding the id, location etc..of every video in general. It is shown below.
    images.xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <gallery>
         <album id="videos" title="CBET Videos" description="CBET Video Gallery"
         lgPath="video_gallery/album1/videos/">
              <img src="2g_robotics.flv" id="2g_robotics" vidpreview="video_gallery/album1/videos/2g_robotics_preview.jpg" caption="2G Robotics"/>
              <img src="clearpath.flv" id="clearpath" vidpreview="video_gallery/album1/videos/clearpath_preview.jpg" caption="Clearpath"/>
              <img src="medshare.flv" id="medshare" vidpreview="video_gallery/album1/videos/medshare_preview.jpg" caption="Medshare"/>
              <img src="nalion.flv" id="nalion" vidpreview="video_gallery/album1/videos/nalion_preview.jpg" caption="Nalion"/>
              <img src="mbetcommercial.flv" id="mbetcommercial" vidpreview="video_gallery/album1/videos/mbet_commercial.jpg" caption="MBET Commercial"/>
              <img src="ocecbetcommercial.flv" id="ocecbetcommercial" vidpreview="video_gallery/album1/videos/oce_cbet_commercial.jpg" caption="OCE CBET Commercial"/>
              <img src="bostontrip08.flv" id="bostontrip08" vidpreview="video_gallery/album1/videos/boston_trip_08.jpg" caption="Boston Trip 2008"/>
         </album>
    </gallery>
    The only issue that I have, is that the videos themselves display in the player at a much smaller size, than the container size. I bet you could fit a three by three array of videos in my flash player. The first four img src lines are the videos that play at the correct size, and fill the flash player container, whereas the last three img src lines (the ones I added) are the videos that do not display at a correct size.
    Is there any way that I can resize the flv files so that they fill the container within the flash player in Dreamweaver CS3? I primarily assumed that one can simply change the pixel dimensions (width and height) properties of the flv file itself, but apparently this is an issue regarding formatting in Dreamweaver. Online I found that one can specify pixel dimensions in the images.xml file. Does anybody have any ideas? Its probably an easy thing.
    Thanks to everyone for coping with these details, and any help would be appreciated greatly.
    kind regards,
    Mr.V

    Hi
    There are a number of ways you may do this, the first would be to use the scale parameter for the flash player content, but the problem you will find is maintaining the aspect ratio and if your flv's are smaller the degradation in the quality when 'enlarging', see - http://kb2.adobe.com/cps/141/tn_14149.html.
    The second way would be to use a combination of actionscript and javascript to proportionally 'enlarge' the flv, again the above problems apply.
    Finally you could change the size of the flash player to fit your 'new' flv using javascript, but this method would in all probability present layout problems for your user, a small change would be o/k, but the size of change you are talking about would not. The design would have to incorporate a fixed size div for the flash player, and resizing the player would leave a large amount of white space.
    It is possible to do this using a liquid layout, but again this would cause problems with page rendering.
    PZ

  • Adding a .flv file into dreamweaver

    I'm wondering how I can put a .flv file into a web page. It
    is not a .swf. I'm working with Dreamweaver MX 2004.
    When I put my .flv video into the page, it refuses to accept
    it when I want to preview. Any suggestions? Source plugins required
    or something? Also, I'm working on a Mac.
    The .flv file is mine, not created in flash, but pulled back
    from daily motion.com where it was compressed by their servers and
    is an .flv file. Is this doable?

    Edmond4 wrote:
    > Actually, I've been looking, and I don't have the option
    of "insert Flash
    > video" in my version of Dreamweaver. Initially, there
    was some mention of a
    > plugin. I try and get that warning popup again to see
    what it says but I don't
    > get it now.
    >
    > If I do insert "Flash" then I put the .flv file in. It
    gives me the option to
    > "play" in the property inspector, but the file doesn't
    play, nor if I preview
    > in the browser. So I don't have the "Insert < flash
    video" option in my
    > version of DW.
    You need a Flash file to load the Flash Video file, they are
    not the
    same. See this
    http://www.jeroenwijering.com/?item=JW_FLV_Player
    Steve

  • Inserting flv file in Dreamweaver CS4

    When I insert a flv file using Dreamweavr CS4 using asp (Windows XP, SP3 and IE8), I only get two additional files generated (FLV-PlayerProgressive.swf and a skins file.  I get no other files generated, either in my root folder of a Scripts folder.  FLV file works fine in Live Mode, but all I get is a white box when I upload the files to my server.  I've read numerous similar questions.  Has anyone ever got a good answer?  How can I resolve this issue?  I appreciate any help from anyone.

    I have checked numerous reference materials concerning this problem, and cannot really find any answer as to why DW CS4 is not inserting the files (for some users). I have even tried using different programs to encode an flv file, and creating an html page direct from within flash CS4, just to see if different files are created (definitely more options etc), but to no avail.
    The files DW should create are -
    FLVPlayer_Progressive.swf,
    Halo_Skin_3.swf (this is a skins file and can be any one of 9 available)
    2 files in a Scripts folder named –
    swfobject_modified.js
    expressInstall.swf
    In the head content it should insert the following -
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    The only option I can recommend, is to insert the flv into a new (otherwise blank) html file, and then copy the code from there (providing it works of course).
    I know this is a problem for many people, and I have even considered asking the forum administrators if I could write an FAQ on how-to and possible solutions.
    If DW is not inserting the files mentioned above it may be worth while trying an uninstall / reinstall, but my recommendation is to first create a fictitious site, and then insert an flv into a blank html file (as mentioned above), just to test if that works.
    PZ

  • Controller for .swf and .flv files is disappearing

    When I place an .swf or .flv file in Dreamweaver, the controller, which I created in Flash, disappears when previewed in Safari. Do I forget about creating a controller in Flash before exporting to the site directory in Dreamweaver and create it in Dreamweaver instead? Can someone either tell me in simple terms how to do this, or direct me to a tutorial?  Many thanks.

    If you put the page, the .flv file, the .swf files, and the Scripts folder online, we should be able to help. Otherwise, all we can do is make wild guesses as to what you've done.
    BTW, the most common mistake is forgetting to upload the Scripts folder if this is what I think it is.
    Mark A. Boyd
    Keep-On-Learnin' :-)
    If you are reading this via email, be aware that it may not be an accurate representation of my message. Login to read the actual message and/or to reply.

  • FLV files will not play in flash player

    I'm an old GoLive user and I'm becoming very frustrated with
    the new CS3 software. I am trying to encode a simple quicktime
    movie into flash using Adobe flash encoder and then embed it into
    my web page. Even when I use all the default settings in flash
    encoder still nothing will play the movie even Flash Player 9. I've
    posted it to my server and embedded it into my Dreamweaver page,
    uploaded the new scripts and I still just get a blank white box
    where the movie should play. Has anyone else come across this? I've
    followed through the help menu and it appears like everything works
    except it won't play.
    Thanks,
    Adam

    I finally got some help from another forum and figured out
    what I was doing wrong. Firstly to view the flv files on your
    machine use VLC player. If they play in their entirety the way they
    should there is nothing wrong with the encoding. When you embed the
    flv files in dreamweaver be sure to upload the skin and upload the
    flv file first and link to its remote http address and not the
    local address.
    Adam

  • Adding flv movie to dreamweaver page

    so I am trying to add a flv to a dreamweaver page... looking at the help files.. I need to have either Sorenson Squeeze or On2 codecs... both which cost money..    It was initially a wmv file. which I converted to flv...
    is this true that I need to pay hundreds of dollars for either Sorenson or On2 codecs to have these video files displayed on my html file?   I do use dreamweaver.
    is there any other way to do this?  or is it definite that I have to purchase from the above.
    If not, how else do I display an flv file in dreamweaver...
    appreciate all knowledge.
    thanks in advance.
    J.

    If you already have an FLV file in your possession, Save it to your DW Local Site folder.  I like to put my videos into a Media folder, but that's not mandatory.
    In DW, hit Insert Menu > Media > Flash Video > Progressive Video Download. 
    Browse to the Flash Video file -- in your local site folder.
    Choose a player skin.
    Hit OK.
    Upload page and all dependant files to your remote server.  Be sure to include your Scripts folder, FLV and SWF files.
    If your native video is in some file type other than FLV, you must convert it first.
    RIVA Flash Encoder for Windows is free.
    http://download.cnet.com/Riva-FLV-Encoder/3000-2140_4-10320097.html
    You'll find a boat load of others in a Google search.
    Good luck!
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Problem Inserting Flash Video (.flv) File in Page Using Dreamweaver CS4's Insert Media Command

    I am using Dreamweaver CS4.
    I am attempting to put a Flash Video (.flv) file on a standard HTML page in Dreamweaver.
    When I either click the Insert Flash Video in the Common tab on the Dreamweaver toolbar, or if I choose Insert > Media > FLV to inert the video, I get the standard Dreamweaver FLV interface. I make my choices, click OK, and when the video is place on the page, I get the following dialog box:
    "While executing inspectSelection in flvProgressive.htm, a JavaScript error occurred."
    with an OK button.
    If I preview the page, all that loads are the various buttons of the skin that I have chosen and no video.
    Anyone have an idea what is going on?
    maylandmac

    Are you sure you aren't working with a template driven page?
    When you insert media files into DW, it must write code in the <head> tags to reference Scripts necessary for Flash media to work on the web. 
    If you're working with a page that was created from a Template, the DWT page must have editable regions in the <head> tags, or you won't be able to add media to your web pages.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How to protect your .flv files on a server?

    So I have a .swf which references playback of some .flv files on my server....Is there a way to protect these .flv files from access through any means other than with the .swf controls I have created?  Currently I can simply type in the url location of the .flv files and download them completely circumventing the .swf if I so choose, which is not really how I would like them to exist...
    I would far prefer that they are only accesible through the .swf.
    Is there any way to do this....I know it's not a Dreamweaver specific question, or at least I don't think it is...but I would be interested in any thoughts.
    Thanks,
    James Hooey

    Lynda.com uses either Quicktime or Flash...they added Flash playback of movies within a new Flash Player around a year ago. I'm a member of Lynda and use their services all the time.
    When I was trying a flash grabber it was on these Flash based tutorial videos.
    Just thought you would like to know that Lynda does have a Flash option and the grabber does not work with it.
    My initial question is not in any way about me grabbing or copying Flash movies anyway, but rather that I want to protect my own Flash based movies on my own website.
    Thanks,
    All the best,
    James Hooey

  • How to get a poster or preview image for my flv file

    I am trying to find out how I can get a static image to show in my flvplayer before someone presses the play button to view the video.
    Details:
    I am brand new to flash, videos, .flv files, flash players, etc. I am very experienced with Dreamweaver, however.
    I had a DVD video. I converted it from DVD to a .flv file. In Dreamweaver, I inserted the .flv file into my web page using Insert - FLV. It added the nifty little flv player with the skins. Everything is working perfectly, except prior to the user clicking play, the video shows just a black screen. I'd like to replace that with a placeholder image (poster image??).
    Here is the page: http://ilovestraightteeth.webscapersites.com/treatments/incognito-braces.shtml
    Is there simply a parameter I add to the object/ embed code? Or do I need to edit the video? Or otherwise? Any help would be appreciated, I'm being bounced from one forum to the next all over the place.
    I've got the adobe cs4 suite, if that information is helpful/relevant. Thanks in advance.

    Thanks, Nancy - that definitely helped! But -- again, I'm totally new to this, so another probably silly question....
    I followed the tutorial and totally got all of that, was able to add my poster frame, tested it, it all worked great. But now my video is in a .fla file; the option to export to FLV is not there. I need to get the video onto my web page now. So I tried exporting it as a .swf file, and then returned to Dreamweaver to insert the .swf file onto the page. I did an insert - SWF, the placeholder showed up, but when I tried to preview, I only got a blank white screen. I went to the Dreamweaver help files to see if I inserted it wrong, but I followed step by step and did it just as it said. (incidentally, a few days ago I tried insterting a different SWF file and the same thing happened).
    (a) do you know why my SWF file is not showing up/previewing?
    (b) is there a different file format I should have exported after I finished the tutorial for adding the poster image, when I had the functional .fla file?
    Thanks again. I really appreciate the response.

  • Trouble viewing .flv files in cs3

    Hi everyone,
    I am just starting out using dreamweaver. I am trying to follow a tutorial on how to use it and am running a problem displaying .flv files. When I click on the file directly in the files panel i get an error that states "cant find a valid editor for this file extension". Does any one know how to correct this issue. I am using dreamweaver cs3 on  mac os x.

    CR2 files are raw Canon files. If you can open them, it means your OK as far as the installation of the proper version of the ACR Plugin.
    If you can't see the thumbnails of the TIFFs but you can open the files themselves in Photoshop by double-clicking on them, then all you may have to do is Purge the Cache for the offending folder(s) through the Tools menu of Bridge Tools > Cache > Purge cache for folder "name_of_folder".
    Note that I am flying blind here as you haven't provided any sensible, meaningful and detailed information about your setup.
    If you gave some sensible, complete and detailed information, someone may be able to help you, such as your platform (Mac or Win), exact versions of your OS, of Photoshop and of Bridge, machine specs, what troubleshooting steps you have taken so far, etc.
    There are no clairvoyants or mind readers here.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • I can't run swf files in dreamweaver cs6, they place in the page fine, but can't be viewed.

    I've created an animation .swf file in Flash and inserted it on a new webpage. When I go to view it in live mode, it's blank. When I view it in the IE browser I keep getting a message that I need a newer version of Adobe Flash player, which is not the case, and even going through the install process doesn't help. When uploaded, it doesn't appear on the webpage. This is Dreamweaver in the CS6 release on a Windows 7 64 bit system. The animation file runs fine when viewed from the original folder, but does not funciton (blank screen) when opened from the copied file Dreamweaver puts in the site folder. Can anyone offer any suggestions? Also, is there a way to loop a .flv file? This could be a work-around if I can't resolve the .swf issue.
    Thank you in advance for any help you can offer.
    Mark

    Hi Jon,
    Unfortunately not. The website is actually an HTML module logded in a third party program. Even in the development stage though I can't see the .swf file in either the live mode or by viewing with IE. Flash video files play fine as have the other graphics I've incorporated. It seems like a file is missing to make the .swf animation work properly. When I copied the file over from the original folder, Dreamweaver also placed "expressInstall.swf " and "swfobject_modified.js" in a scripts folder. I'm wondering if there should be another or different file to make this work.
    Mark

  • FLV file not showing up on page

    I am a novice with Dreamweaver. I created a site several
    years ago using just Contribute 2. Yesterday I used Adobe Media
    Encoder to encode some QTs to FLV (.f4v) files using a preset for
    Flash 8 compatible FLV files. I created a completely new html page
    in Dreamweaver and inserted the FLV file onto the page. When I use
    "live view" the page works and plays the FLV file perfectly. Then I
    save the file and save to the server. The page updates perfectly
    EXCEPT for the flv file. In Firefox it says I need the latest Flash
    version, (which I don't) in Safari, it just shows up as a blank
    spot on the page, but there is a warning at the bottom of the page
    and it allows you to see what the error is.
    The browsers "activity" window says:
    http://www.veralith.com/FLVPlayer_Progressive.swf
    not found
    Did part of the code - the FLVplayer - not get uploaded to
    the server maybe? What could have gone wrong and how do I fix it. I
    did not write special code to get the FLV file to play on the web,
    I just used the insert function and thought that Dreamweaver was
    going to do the rest for me "behind the scenes."
    Any help would be much appreciated. I read as many "help"
    files as I could, but I just don't know what I'm searching for. The
    website is www.veralith.com. I'm trying to update the "demo" page
    by adding about two dozen FLV files, eventually. Right now, there's
    only supposed to be one on that page, but it's not showing
    up.

    shullfish posted in macromedia.dreamweaver:
    > I thought that when you use the Insert>Media:FLV
    function in
    > Dreamweaver, the .swf and .js files are supposed to be
    created
    > automatically.
    Hmm. I just did a test with CS3 and it did exactly that.
    1. Created a new HTML page and saved it in the defined site
    folder
    2. Insert->Media->Flash Video
    3. Browse to the .flv file (also in the local site)
    4. Chose a skin
    5. [OK]
    6. Save
    A dialog box appeared informing me that it created a Scripts
    folder and
    that I should upload that folder to my server.
    There are now two .swf files in the same folder as the new
    .html file.
    They were not there before.
    1. FLVPlayer_Progressive.swf
    2. Clear_Skin_1.swf
    Mark A. Boyd
    Keep-On-Learnin' :)

  • FLV files won't play on testing server

    I've created a site with several videos on multiple pages. They play on my local computer but will not work when uploaded to my server. I get an error in opening the page and a "plug-in cancelled" message in the Activity window in Safari. Other FLV files play from other servers (even those I created and placed in other site files using the same method). I feel certain that something in my upload is causing the problem, but I cannot find any missing files or misplaced files on the server. NO FLV files are playing on the entire site.
    A page in question is: http://www.hensondesigns.com/kpc/COMEDIANS/Guy_Branum-bio.html
    (disregard the second and third videos on the page which are embedded from YouTube; it's the first video that won't play)
    I've got the Scripts folder uploaded and the skin file within the COMEDIANS folder on my server.
    Does anyone have any ideas what's wrong? I'm sure it's something simple but I have no idea.
    Thank you in advance for your time and help.

    Hans-G,
    Thanks for checking the page to try to help. I apologize--I figured out the issue and didn't have a chance to remove my question from the forum. The issue was being caused by the files being on my server--somehow they weren't being found. I made an adjustment in Dreamweaver and they now work. Thanks again!
    Is there a way to remove this entire post? I realize it will be of no help to anyone else, and I don't understand the problem and solution well enough to add details to make it helpful.

Maybe you are looking for

  • Success with Macy's

    Hi everyone -- I posted a few weeks ago about trying to reach out to Macy's to get a goodwill removal of a 30 day late. At first I tried to call their customer service center and had no luck. Next, I pulled my credit reports and noticed that it was o

  • Example of class-alv

    i'm looking for simple example of alv with class (this is OO) and with events thanks

  • Rolling upgrade from 11.1.0.6 to 11.1.0.7

    Hello - I am testing the "rolling upgrade" from 11.1.0.6. to 11.1.0.7. I have a two node cluster on Linux. Is there a way to upgrade either the ASM software or the dbms software without causing downtime to the entire cluster? I can upgrade the cluste

  • Real Media .rm files Can they convert to ipod format somehow?

    I have several .rm (real media) files that I cannot seem to get converted into an IPOD format with any software I have tried. Any suggestions or am I just wasting money downloaded software that says it can conver .rm but doesn't? Please can anyone he

  • My iTunes 10.4.8 isn't installing 10.5?

    I have downloaded 3 three times and installed and restarted the machine? Help please? i need it installed to update my iPhone, iPod, and iPad!?