H264 - flash video

hi there,
I'm using AME to convert movies for use in Adobe Digital Publishing Suite.
Inside AME6 I found a setting for iPad 1080p 25fr and one for iPad 720p 25fr.
But after using these settings, when imported inside InDesign the infopanel shows it as Flash H264 video
Now, talking to tech support about troubles with the Adobe DPS folio, the support guy told me this is an error with the video.
He told me the format has to be H264 and not Flash H264. But all video I convert with AME and the iPad settings has that 'format' inside InDesign.
Don't know if this is a AME6 specific issue, don't know where InDesign is looking for that 'format' but I really want to figure out why some video's function well while others, converted with the same AME6 and the same settings, won't.
Hope someone can help with this,
thanx in advance,
Herman

Hi Shwell,
Thank you for your reply.
Can you please try thr following steps and le tme know the output:
First insert the video and then use the option "Multislide synchronized Video"
Then choose option "Modify slide deuation according to the video"
Then publish the output locally using SWF option anf then publish the out put and let me know do you get the same issue again.
Thanks and Regards
Loveesh

Similar Messages

  • Best export from FCP4.5 for conversion to Flash video player?

    Hi,
    I'm prepping a 5 min edit production for the best web presentation w/o excessive file size / loading time. The production has a lot of subtle detail & layered images so there a lot of opportunities for this to turn to mud (shot on low grade digital consumer video camera & also in lower light settings).
    I exported in H264 at med quality & got a good looking 75 meg file. Tried uploading to YouTube, fearing the worst, and it actually created something decent from that file. I could just link that embedded file to the intended website, but I dont want that YouTube logo in the corner. I'd rather recreate what they do in Flash w/o the logo.
    Does anyone have info on what YouTube does to the videos it processes into those flash video player files? Compression or resolution settings? It looks like going that route will give better results that can be universally viewed than the standard mpeg route. (file size & universal viewing on all platforms are my only reason not to post in H264).
    Are these issues best solved going from a big FCP export and handled with settings in Flash? Or is there some export choice in FCP that will give best (size & res) quailty with minimal influence needed from Flash?
    I've tried Compressor but havent been able to get any results from it. I just get errors that I dont understand. If thats the solution, I'll dig into that further, but would appreciate any tips / guidance.
    thanks
    Duane
    G5 tower   Mac OS X (10.4.8)  

    You could try Sorenson 3 at 640x480. Try a quality setting of about 80 percent.

  • Flash Video Encoding Bit Rate

    Hi All,
    I have been working with Flash video telephony for many years now and its great to see AEC, AGC (acoustic gain control), UDP and H264 have arrived.
    I spend much time simulating network conditions and devising algorithms which can produce video quality equal to Skype.
    There are plenty of stats availabile (packet loss, in/outbound bit rate, frames dropped and so on) BUT....
    The big issue is the inability for the flash video encoder(s) (H264 seems no better) to obey the target bit rate.
    Rather than address this I believe Flash chooses to drop frames when it detects issues in local upload congestion.
    However the ability to match the receivers download requirements is not possible. The encoder frequently bursts way above the configured bit rate resulting in packets loss or latency (UDP vs TCP). We end up having to go well below the target bit rate to compensate and take in to account that the higher the encoding quality the more likely flash is to burst over the specified rate. The whole effort is wasted unless this is addresses and Flash 11/H264 is worse than before.
    If we have grossly overlooked something or you would like to see a link to a working example of the problem please let me know.
    Kind Regards
    Ben Weekes
    CTO Requestec

    Hi Ben
    Could I see a link to a working example please?
    Thank in advance,
    Pablo

  • Streaming 2 x H264 live videos using smil file?

    Hi,
    I want to be able to stream a live video using Flash Media Live Encoder 3 using two options of 300 kbps and 150 kbps.
    I want to give users a choice of stream quality depending on their available bandwidth to maintain the live feed.
    I have set it up so that the Bit Rates are 300 and 150 and tick marks on: 1 and 2
    my FMS URL is correct
    The stream names are test1 and test2
    in the Stream: box I have written: test1;test2
    Yet I have also tried : mp4:test1.f4v;mp4:test2.f4v and other combinations.....
    The SMIL file has the following:
    <smil>
        <head>
            <meta base="rtmp://live" />
        </head>
        <body>
        <switch>
              <video src="mp4:test1.f4v" system-bitrate="150000"/>
              <video src="mp4:test2.f4v" system-bitrate="300000"/>
        </switch>
        </body>
    </smil>
    The SMIL file is in the same root level as the web page.
    It does not work, I have tested this with prerecorded videos and it works fine, so I thought it should work with 2 live streams also.
    I believe one of the issues might be the Stream: test1;test2
    in Flash Media Live Encoder 3?
    Second related questions:
    Also using Dreamweaver CS5 what is the correct setting to stream an FLV with h264?
    I also tried mp4:test1.f4v in the stream name but it comes back with anerror that the name is wrong.
    any solutions to what I am doing wrong would be appreciated

    Thanks for the response.
    With respect to the second query I had, I do understand that FLV does not support H264, I just used the term FLV to mention it was a flash video I was refering to rather tahn the codec used.
    The first part, I did actually try that option previously, but it still returned an error of "Cannot Connect".
    I used the code generated by the FMS dynamic video page to create the video object.
    I simply changed it in Dreamweaver to: ( Bold text are my edits to the original. ) The original generated vod instead of live.
    <object width='640' height='377' id='videoPlayer' name='videoPlayer' type='application/x-shockwave-flash' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' ><param name='movie' value='swfs/videoPlayer.swf' /> <param name='quality' value='high' /> <param name='bgcolor' value='#000000' /> <param name='allowfullscreen' value='true' /> <param name='flashvars' value= '&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&serverURL=dynamicStream.s mil&DS_Status=true&streamType=live&autoStart=true&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&rtmp://servername/live/test1.f4v&DS_Status=true&streamType=live&autoStart=true&videoWidth=0&videoHeight=0&dsControl=manual &dsSensitivity=100&serverURL=dynamicStream.smil&DS_Status=true&streamType=live&autoStart=true'/><embed src='swfs/videoPlayer.swf' width='640' height='377' id='videoPlayer' quality='high' bgcolor='#000000' name='videoPlayer' allowfullscreen='true' pluginspage='http://www.adobe.com/go/getflashplayer'   flashvars='&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&serverURL=dynam icStream.smil&DS_Status=true&streamType=live&autoStart=true&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&serverURL=rtmp://servername/live/test1.f4v&DS_Status=true&streamType=live&autoStart=true&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&serverURL=dy namicStream.smil&DS_Status=true&streamType=live&autoStart=true' type='application/x-shockwave-flash'> </embed></object>
    I think something in this code is causing the connection error.
    Regards

  • Flash video project

    hi all,
    sorry if this has been asked before, but i can't find much
    out there - probably because i've never developed with flash
    before, so not 100% sure what terms to look for.
    basically, i want to put together a basic video listings page
    of home movies (they're transcoded using ffmpeg into h264 format).
    i've come to doing the flash player for this, and can't seem to
    find info on setting things up how i imagined they'd work.
    most/all tutorials for flash video involve encoding the video
    into .flv with the player embedded in it, which isn't how i thought
    it would work. i had planned/hoped to have a single flash video
    front end for video playbay (using the flv fullscreen control),
    which could be told to playback from the h264 file on the server,
    or optionally to play through an xml list of h264 files.
    is it possible to do this, without encoding to flv?
    thanks for reading

    you can use the same procedure for h264 files as for the
    flv..
    Nothing has changed besides the capability of flash handling
    those filetypes.
    Don't forget to update your flash version to 9.0.2 and make
    sure you have the NEWEST flash player installed

  • Choppy Flash video/audio in fullscreen. Fix!

    I've been banging my head against the wall for 24 hours now and this works for me.
    I have an old MacBook Pro, 10.6.8, newest version of Chrome, Safari and Firefox, and a new Focusrite USB audio interface (Scarlett 2i2).
    Installed the newest Flash player (11 something) and the Focusrite yesterday and everything went bad. Choppy fullscreen video, no audio in Chrome etc etc. So anyway, now it's all fine:
    MAC/FLASH: Choppy video, no audio FIX.
    1. UNINSTALL FLASH PLAYER. It *****. And it gobbles CPU power.
    2. Bin the whole Macromedia folder from ~/Library/Preferences.
    3. USE CHROME FOR FLASH SITES (has built in flash player - close Chrome when not in use to shut its flash player, to save CPU power).
    4. ALSO: Have a USB audio interface? AUDIO MIDI SETUP: 44.1kHz OUTPUT.
    That's it. Everything is now smooth in fullscreen in Chrome, and great audio through the Focusrite box.
    *fingers crossed*

    Does removing flash have any affect on the other browsers?
    Yes - flash videos will not play in other browsers. Chrome has built-in flash so it still works.
    However some YouTube videos will (after 2 seconds or so) detect that you don't have flash and default to H264 playback which seems to work fine.
    I've now been using Chrome only for flash palyback for a couple of weeks and it works fine if you follow the steps above.
    Last point - I often have to set Youtube to something lower than HD playback. Maybe just an internet speed thing.

  • Flash Video Issue in window 8.1

    We are using 25/30 system running with window
    8.1 professional (64 bit ) .we have an intranet site (w3.infratelworld.in)  and
    uploaded some flash video on it and  the
    same video is working on window 7/8 professional (In any Browser) but it is not 
    working on win 8.1 even we have tried on Mozilla and Chrome but it's not
    working and we are not getting any error too
    So Please support for the Same ASAP.

    Flash Player in Windows 8.1 get updates through Microsoft Update, so you may try run Windows Update and make sure latest version of Flash Player been installed.
    You may visit this website for more help regarding to Flash Player:
    http://helpx.adobe.com/flash-player.html

  • Flash Video Arrives in Adobe Acrobat 9

    Adobe has released Acrobat 9. The newly released version now allows Flash Video contents, which makes it more powerful for business presentation.
    Actually, the concept of using multimedia files in PDF documents is nothing new. In the previous versions of Acrobat, you are able to embed QuickTime video and other formats into a PDF file. But you need an external media player installed on your computer for playing the video. Now in Adobe Acrobat 9, video can be played within a PDF document with no need to have any media player installed. Thus makes it more convenience to share.
    This is a challenging feature which will affect its surroundings. As we know, the similar program for business presentation, PowerPoint, now only supports video and SWF import. If you want to import an FLV file, you must convert the file to WMV, AVI, or MPEG, etc. which can be perfectly done with our product, Moyea FLV to Video Converter Pro 2.
    The following passages are some notable features related to video import:
    The powerful business version Adobe Acrobat Pro Extended provides more favorable features.
    Deliver a compelling branded experience using PDF Portfolios
    Create interactive, on-demand presentations with Adobe Presenter
    Easily share video in PDF files
    Share 3D designs and PDF maps
    With Acrobat 9 Pro, you can insert FLV or H.264 video for direct playback in Adobe Acrobat® and Adobe Reader. New Adobe Acrobat 9 Pro even enhances Creative Suite 3.3 which is the indispensable toolkit for professional design and print production.
    The Extended version provides even more powerful functions:
    Easily adding audio, video, and quizzes to your PowerPoint slides and create rich, interactive presentations with Adobe Presenter (included)
    Convert a variety of video formats to FLV for playback in PDF
    Embed video in Microsoft Word or PowerPoint and convert to FLV in PDF
    Convert 3D content to PDF for cross-platform sharing and collaboration
    Combine multiple CAD formats in one assembly and save as PDF with Adobe 3D Reviewer (included)
    Convert 2D and 3D designs from major CAD applications to PDF for use by extended teams without expensive CAD or viewer software
    Create PDF maps by importing geospatial files that retain metadata and coordinates
    In a word, Adobe 9 will totally change the communication and association of electronic files.
    more information:
    http://www.video-to-flash.com/
    hope it can help u.

    Clay Aiken announces he's gay.
    (FILE UNDER: news that isn't news, even if it is news)
    (REFERENCE: Adobe Clip Notes, Creative Suite CS2, 2005)

  • Help..Flash Videos work for Chrome/IE but NOT Firefox

    So I cannot see some flash videos on Firefox (like sites CNet & Disney do not work) which use flash. It does work on Chrome & IE.
    1. ALL Programs are the newest/latest versions.
    2. I removed and downloaded all programs- restarted the computer after each download.
    3. I have the latest Flash (according to the website) when I view the Adobe Flash Website on Firefox.
    I don't know why some flash videos work...and some do not.
    I am running Vista. All my programs are legit...and I do have McAfee running..I don't download porn, no viruses etc..  Anyone have advice?!!  

    ok ok
    I disabled firewall which - for some weird reason- allow it to play in Firefox. Videos played in IE & Chrome- but not in Firefox, until I disabled Firewall..weird.

  • When I try to play a flash video (like youtube) i have to click a flash button several times before it works. Why do flash videos not recogonize any clicks without several tries first?

    When I try to go to a flash video, the video player never seems to recognize my mouse clicks without several tries.
    It's hard to explain but if I'm at a youtube video and i place my cursor over the button that lets you skip around the video, the cursor will alternate being a cursor (like its not recognized) and a hand like its supposed to. It's sort of keeps flickering between the two if I move the mouse around on that little skip button.
    I tried uninstalling firefox but it didn't make a difference. I noticed it after updating to the newer firefoxe updates. This does not happen under IE.
    thank you for your help.

    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Press the '''Alt''' or '''F10''' key to bring up the tool bar.
    Followed by;
    Windows; '''Tools > Options'''
    Linux; '''Edit > Preferences'''
    Mac; ''application name'' '''> Preferences'''
    Then '''Advanced > General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites and see if there is still a problem. Then restart.

  • Problem with Flash video/dropdowns in Mozilla

    Am trying to add a flash video to a webpage using a
    Dreamweaver extension called Active Slideshow Pro by DMXZone.
    The page can be viewed: www.faith.org.uk/Testindex.html
    In IE7 it works fine. The video shows and the dropdowns of
    the menu work correctly.
    In Mozilla Firefox the video works but the dropdowns do not
    show.
    If I remove the block of coding which is generated by the
    DMXZone extension:
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
    width="514" height="129" id="testshow" align="middle">
    <param name="FlashVars"
    value="xmlFile=testshow.xml&preloaderBackColor=0x0099FF&preloaderBorderColor=0xCCCCCC"
    />
    <param name="movie" value="slideshowpro.swf" />
    <param name="quality" value="best" />
    <param name="scale" value="noscale" />
    <param name="wmode" value="transparent" />
    <param name="bgcolor" value="#000000" />
    <embed src="slideshowpro.swf" id="testshow"
    wmode="transparent" quality="best"
    flashvars="xmlFile=testshow.xml&preloaderBackColor=0x0099FF&preloaderBorderColor=0xCCCCCC "
    scale="noscale" bgcolor="#000000"
    type="application/x-shockwave-flash" width="514" height="129"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    The page works in both browsers and the menu dropdowns appear
    correctly.
    I would be most grateful for anyone's advice on this.

    A discussion with Adobe support lends the idea that MPEG
    layer 4 might be an issue. That since these videos come from DVD
    perhaps encoded with MPEG layer 4 that that could be the reason tha
    all of them have this problem. (Some were done using AVI - I have
    to check and see if that makes a difference)
    BUT
    According to the PDF from Adobe Design - Flash Video Encoder
    Wizard - By Tom Green and Jordan L. Chilcott
    Flash should be able to convert an MPEG4 file. (Well it does
    but they all stop after 30 sec.) Now how do I solve this problem?
    All the videos still stop after 30 sec.s
    quote snip snip>>
    Flash Video Encoder Wizard
    By Tom Green and Jordan L. Chilcott
    The first thing you have to understand about the use of video
    in Flash® is the original
    video must be converted to a format Flash can read. This
    format is FLV (Flash Video)
    and you can either use Flash, the Flash Video Encoder, or
    third-party software to
    create the FLV file. If you use video-editing software such
    as Adobe® After Effects®,
    you can also export the file as a FLV file. If you are a
    Dreamweaver® user, the current
    version of Dreamweaver—Dreamweaver 8—contains a
    feature that allows you to add
    an FLV at the click of a button.
    The purpose of the Encoder, therefore, is to convert the
    video file to the FLV format.
    When you installed Flash Professional 8, the Flash Video
    Encoder application was
    also installed on your machine. If you also have QuickTime,
    Adobe After Effects,
    Avid Studio, or Final Cut Pro installed on your machine,
    they, too, were given the
    capability to use the Encoder when it was installed.
    If you will be converting a video to the FLV format, the
    video must be in one of
    these formats:
    • AVI—Audio Video Interleave
    • MOV—QuickTime 4 or later
    • MPEG—Motion Picture Experts Group

  • Problem with Flash video in webpage

    I've encoded a number of videos in the FLV format(using both
    Flash Video encoder and Quicktime), using standard preset settings,
    inserted in webpage using dreamweaver standard - Insert Media -
    Flash Video. When I try to play the videos, online or testing in
    browser, the video does not play the whole way through. It'll play
    15 sec into the video and then stop, although it seems to have some
    of the rest of the video if you play around with the controller.
    I've looked on the Flash encoding forum (other people have the same
    problem) and looked on the site for more info but cannot find
    any.

    Have you checked to see if the FLV is the same size on the
    server as your
    local copy?
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: Dreamweaver CS3: The Missing Manual,
    DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide
    Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "malton05" <[email protected]> wrote in
    message
    news:f6e7ke$dig$[email protected]..
    > I've encoded a number of videos in the FLV format(using
    both Flash Video
    > encoder and Quicktime), using standard preset settings,
    inserted in
    > webpage
    > using dreamweaver standard - Insert Media - Flash Video.
    When I try to
    > play the
    > videos, online or testing in browser, the video does not
    play the whole
    > way
    > through. It'll play 15 sec into the video and then stop,
    although it seems
    > to
    > have some of the rest of the video if you play around
    with the controller.
    > I've
    > looked on the Flash encoding forum (other people have
    the same problem)
    > and
    > looked on the site for more info but cannot find any.
    >

  • Flash videos embedded in Facebook don't appear when played

    My computer is running Windows 7 Home Premium 64-bit, Internet Explorer 11, and Adobe Flash Player 14.0.0.145. I have Microsoft Security Essentials and an activated copy of Malwarebytes Anti-Malware protecting me from viruses and malware, and my IT department confirms that there is no malware infection playing a role here.
    I am, however, having an odd and very frustrating problem with playing all Adobe Flash videos which are embedded inside of Facebook.com, including those which are shared from YouTube. Opening the same YouTube video in YouTube.com does not produce the same behavior - YouTube videos ALWAYS play fine on YouTube.com (whether embedded or full-screen), but NEVER play fine when they are embedded inside of a Facebook post.
    NOTE: The same videos work EXACTLY AS EXPECTED in Firefox and Google Chrome, so this seems to be an IE-specific issue. This started back when I was running IE10 and has continued over into IE11.
    Here is what happens in both Internet Explorer 10 and 11:
    In my Facebook news feed, I locate a video I would like to watch. Before pressing Play, I see a still shot from the video with the Play icon transposed on top of the picture.
    I click the Play icon to play the video in Facebook's embedded mode (where I can see other news feed messages above and below the video).
    The picture disappears and turns to white (no borders, just white). Along the bottom edge of the video is a bar containing the play/pause, volume, maximize, etc. buttons. Behind these buttons I can see a faded-yet-moving view of the bottom edge of the video, but the rest of the video area is completely white.
    I hear the audio playing, even though I can't see any picture other than that lower edge I just described.
    If I click the maximize button at the bottom right edge of the video, the video opens to fill the screen and the video picture suddenly appears and runs as expected.
    If I press ESC to get out of maximize view, the embedded Facebook screen (with the video again back to the news feed context) returns, but the picture goes white again just as in step 3, with the audio still playing as in step 4.
    Right clicking on the offending video brings up a drop-down menu indicating that the video is using Adobe Flash Player 14.0.0.145.
    Other videos shared in Facebook, like those from vimeo.com, play without any problem in the same Facebook.com news feed view, regardless of whether they are in embedded or in full-screen mode. Only videos using Adobe Flash Player seem affected here.
    I have tried the following:
    Uninstalled Adobe Flash Player. Reboot. Open Facebook.com, find the video in the news feed, which indicates that Adobe Flash must be installed. Click the link provided and install Adobe Flash from adobe.com. Return to the video in my news feed on facebook.com and click play. Same behavior as described above - no change.
    Added facebook.com and youtube.com to my Trusted Sites list. No change.
    Added facebook.com and youtube.com to IE's compatibility view, exited all instances of the browser, reopened. No change.
    Checked for unusual browser add-ons - none found.
    Cleared web cache, deleted cookies, reset browsers to default settings and default advanced settings - no change
    Checked Windows Updates - all updates are current.
    Ran full scans of Microsoft Security Essentials and Malwarebytes. No malware or issues found. No issues found with roguekiller, adwcleaner, and other malware-related tools either.
    Any suggestions for me here? I'd really just like to click Play and see the embedded video like everybody else can. FYI, all other computers (running Vista, Windows 7, and Windows 8) on my network play these same videos in IE9, IE10, and IE11 without the problems I'm having with this one. I'd sure appreciate any help you can offer!

    Not that the moment.  It's not ideal, but you have two working options, which is better than none. 
    In all likelihood, the content providers are going to have to change code to accommodate IE11 and higher.  I spent a bunch of time this week reviewing some technical guidance that we're putting together for developers, but the long and short of it is that IE wants to developers to stop writing code that handles IE differently than other browsers. 
    IE has a history of not exactly working like other browsers, and for a multitude of reasons (including how JavaScript and Flash communicate to each other), developers as a standard practice wrote a lot of code to specifically handle these quirks in IE.
    To get out of this impossible position where they want markup to be the same for all browsers, but having all of this code targeted specifically at IE because of the long legacy of being problematic for web developers, IE masquerades as something else and disables features like conditional comments that allowed code to target IE.
    The net result is that a lot of stuff is broken in IE11.  We're working closely with Microsoft to be good partners and help them through this transition with a few technical changes on our end, but developers are going to have to change their code and/or update the underlying libraries all over the web.  This is not going to happen overnight.  Big content providers with more resources will probably move faster than smaller sites with less developers, but it's going to be months or years before all of this shakes out.

  • My Flash Video is not working in my webpage

    Could you please tell me what I am doing wrong?
    I have dreamweaver CS3
    I did use the Media option to insert the Flash Video content in my web page. When viewed in dreamweaver design window I can see the box, if I try to preview it http://www.stmarksavalon.org.au/public_html/pages/resources/TMPdwowk3qayn.php displays a 404 error.
    I did upload to the host the .php and related files and try different  browsers and does not display even the white space  where the video means to appear
    The original video format was MP4 I did converted it to FLV using the free software at www.dvdvideosoft.com
    I did upload the encoded Flash Video (FLV) and the related files and the webpage
    http://www.stmarksavalon.org.au/pages/resources/videos.php
    Ta,
    Sonia

    Hi Melanie,
    what I saw first is this:
    That means. your *.flv-file is in your DW, ok, BUT, ist it on your server?
    And are you really sure, that you did all the required DW-steps? In order you could control this I'll try to describe in detail from the beginning (translated from my German DW):
    Create a really new subdirectory (not absolutely necessary, only to see/control the steps).
    Create a new html/php-file.
    Work in designMode --> Insert Flash-Video.
    Search/browse ---> yourFLV.flv
    Skin: Halo Skin 3 (min. width 280) ( it was my choice)
    width 640 ( it's my choice)
    height 480 ( it's my choice)
    I clicked all the boxes
    ---> And now away with all these files below (produced from DW) to your server.
    Best you have a look with WIN-Explorer into your directory, to see all the files DW has created in your subdirectory and don't forget one):
    YourFlv.flv
    YourFlv.htm (or YourFlv.php)
    Clear_Skin_1.swf (my choice)
    FLVPlayer_Progressive.swf
    Could it be, that there is only the "FLVPlayer_Progressive.swf" on your server?
    Hans-G.

  • Flash Video Cue Points don't work

    I used the template sample from Adobe named :Flash video
    template: Showcase website for personal video...I followed all the
    steps sugested. I used Flash Video Encoder, created the cue points,
    worte down the location of those cue points, which I wrote exactly
    in the Settings.XML file for each chapter....etc. I guarantee you
    that I did it all as sugested...In fact several months ago, it
    worked for another project and another videos that I had.
    But this time, when I am testing it, the video appears in the
    screen all right but when I select a chapter for the section of
    that video, an error appears like this :
    VideoError: 1003: Invalid seek
    at fl.video::VideoPlayer/seek()
    at fl.video::FLVPlayback/seek()
    at
    Video_fla::MainTimeline/chapterClickHandler()[Video_fla.MainTimeline::frame1:184]
    VideoError: 1003: Invalid seek
    at fl.video::VideoPlayer/seek()
    at fl.video::FLVPlayback/seek()
    at
    Video_fla::MainTimeline/chapterClickHandler()[Video_fla.MainTimeline::frame1:184]
    My Settings file has the correspondent locations for each cue
    point, like this :
    <?xml version="1.0" encoding="utf-8"?>
    <showcase>
    <!-- Video section #1: Safety Fair 2008 -->
    <section>
    <title>Safety Fair 2008</title>
    <video>video/MOPS_safetyFair.flv</video>
    <cuepoints>
    <cuepoint>
    <title>Fire Department 1</title>
    <time>00:00:13.291</time>
    <image>img/Gath1.png</image>
    <caption>What to do in case of a fire at
    home...</caption>
    </cuepoint>
    <cuepoint>
    <title>Fire Department 2</title>
    <time>00:01:39.686</time>
    <image>img/Poison Center.png</image>
    <caption>How to escape from a fire at
    home</caption>
    </cuepoint>
    <cuepoint>
    <title>Crime Stoppers</title>
    <time>00:01:51.869</time>
    <image>img/TxDepTra.png</image>
    <caption>Buckle up...</caption>
    </cuepoint>
    <cuepoint>
    <title>Texas Dep of Transportation</title>
    <time>00:01:51.869</time>
    <image>img/Poison Center.png</image>
    <caption>Assistance by phone in case of
    emergency...</caption>
    </cuepoint>
    <cuepoint>
    <title>Poison Center</title>
    <time>00:02:02.946</time>
    <image>img/Gathering3.png</image>
    <caption>Mops Gathering at the FLC Picnic
    area</caption>
    </cuepoint>
    <cuepoint>
    <title>Fellowship</title>
    <time>00:02:09.591</time>
    <image>img/Kids-with-Jenny.png</image>
    <caption>Nice visit and gathering w/our
    children</caption>
    </cuepoint>
    </cuepoints>
    </section>
    I have my file structure right as well in each folder IMG and
    VIDEO.
    What does this error means and how can I correct the
    problem.....I have been expending hours trying different ways and
    still can't get it to work.
    Thanks,
    Edna

    you don't need a cuepoint to detect the end of your video.  use:
    var lo:Object = {};
    lo.complete = function(eObj:Object):Void {
    next_btn._visible=true;
    flv_pb.addEventListener("complete", lo);   // <- use the instance name of your flvpb component

Maybe you are looking for

  • How to use a single page for create and update mode.

    Hi, I need to develop a single page to be used for both create and update modes. I am going to use a variable MODE and i will set this in the emp summary page. Based on the button clicked by the user i have to render the JSF page. For tis if the user

  • How to restrict executing tcodes in transaction tab for master clients

    This question applies SOLMAN project implementation tools: SOLAR01, SOLAR02 and so on. Our ERP2005 development U50 system has two clients: One is master client 101 where all customizing should take place  but no transactions are allowed second client

  • Importing/ causing changes to document size

    I have been finding that when I have been importing my retouched JPEG folder into LR it is changing the document size to change to something much smaller. Why is this happening? And how may I fix it so it won't change the size? Thanks Andrea

  • Question on Quorum

    Hi Experts, Couple of questions on Windows Clusters. I am not a cluster expert and look for some help to understand the concepts 1. In Win 2003 cluster, we have quorum disk and "Disk only quorum model". IF this quorum model is used, and if quorum dis

  • How to set page margins in Numbers 3

    I just migrated from MS Excel after decades of use. I can't find out how to set page margins using the new Numbers 3 version. I believe I've exhausted all reference materials and the most relevant was an method in Numbers 8 & 9... both of which have