Video playback in embedded swf

Hi,
I'm building a website in flash catalyst that uses an embedded swf also created in catalyst.  The site is for a musician, and one of the pages (states) loads a swf file that contains a list of videos the user can select and play.  That swf was also made in catalyst.  This works. 
When I navigate away from the video page to the Bio page (for instance), the video stops playing, which is good.  The problem though, is when I return to the video page, the video resumes right where it was when I left the page.  This is a bit jarring... I'd really like the video to stop playing for real when the user navigates away, so that when he/she returns to the page, its in the default state... With nothing playing.
Can anyone help?  I'm stuck here.
Thanks!
Craig

you need to make your own controls and you need to learn some
basic actionscript: controlling playhead movement along a timeline
is about as basic as it gets. check the movieclip gotoAndPlay(),
gotoAndStop() methods.

Similar Messages

  • How to playback an embedded swf in a Captivate project

    Hello,
    I generated a swf file from one captivate project and am embedding it into another.  When I play back the slide that has the imported animation the playback from the slide and the imported swf are different.  If I pause the main slide playback the swf continues and vice versa.  How do I get the playback of the imported swf file to be controlled by the main playback controls?  I am using Cpativate 4.
    Thank you in advance

    Hi there
    I'm hoping one of the Captivate team members picks up on this one and either confirms or denys my findings.
    It is my understanding that one cannot control the other. Likely you may want to simply insert a Click Box or Button on the slide with the SWF and allow the user to move on when they are ready after having interacted with the SWF.
    You may wish to experiment with the properties of the embedded SWF. There is an option called "Synchronize with project". But I'm doubtful it will work to accomplish what you want. I think what this option does is to ensure that if the timing of the slide is different than the SWF inside, it will play the SWF in its entirety.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Embedding video in an embeded SWF

    Hello people. I'm building a site with a flip book component.
    The book is a movie and then I load the pages via an XML file. The
    pages are SWF files. You can see the book at
    http://www.thiez.com/evf/main.htm
    Now, If I add a video on a particular page by embedding it in
    the flash movie, I will be able to see it when I test that
    particular page, but it wont show when I test the whole book. So
    basically, my problem is: the video shows ok in the file where it
    is embedded but not in the main SWF file that calls the SWF file
    containing the video. Any idea will be appreciated.
    Dani Szwarc
    Thiez Multimedia
    www.thiez.com

    there sure are a lot of angry peeps on this forum lately.
    Hard to tell exactly what you are doing -
    allow me to quote you:
    "I am importing Mpeg2 into an embeded video in SWF and play
    timeline"
    not exactly sure what that means - are you importing an mpeg
    into flash to the timeline?
    you cant import into an embeded video - that sounds like you
    already have a video file in your FLA
    and are trying to import another video "into" it - cant be
    true and must be a typo.
    Make it easier for us to help you by explaining in detail
    what you are doing.
    Also - this is a volunteer based peer to peer forum - it is
    not official adobe support - you need to
    contact them directly if the issue can not be solved here.
    Chris Georgenes
    Animator
    http://www.mudbubble.com
    http://www.keyframer.com
    Adobe Community Expert
    *\^^/*
    (OO)
    <---->
    RichKrose wrote:
    > It is obvious to me that developer do NOT look at these
    forums? A crash is
    > ridiculous and I find NO help from Adobe. How simple can
    this be? Importing
    > Mpeg1 or 2 into Flash (only 7M) as a progressive
    download. I cannot believe it
    > is a codec problem. Is there anyone at Adobe with a
    conscious that is willing
    > to help? I spent 800$ for this package? I must be crazy.
    >

  • Video Playback in indesign swf page flipper

    Hi
    I need to know if I can set movie file parameters. When I up load the interactive document with a movie file on the page the clip has to load fully before playing. It used to be [CS5] the movie clip would start playing after buffering a bit. But worse still if you don't wait for it to load and continue to go through the document the movie clip starts playing when it eventually loads. Which is a bit annoying! I have tried f4v and flv formats. Any ideas?
    Thanks
    Gary

    Hi there,
    Captivate 6.0.1.240 is not tested on Windows 8, only the latest release that is 6.1.0.319 is tested on Windows 8.
    Are you viewing your project from inside the zip?
    To test it locally unzip that zipped folder and then play course and check whether there is any difference?
    Thanks.

  • No FLV video in a linked SWF?

    I’ve got an FLV video linked to an external SWF (a substage) that is itself linked to another SWF (the main stage) The FLV plays fine if I publish and run the substage independently but when the substage is loaded into the main stage at runtime I lose the video, all the other screen elements from the substage work fine. I thought it might be a path issue so I hardcoded a fully qualified URL as the video source with the same results; works independently, fails when loaded into the main stage at run time. Anyone know what’s going on? Thanks.
    Flash CS5/AS3 using the video player component.

    The FLV is linked to tutorial.swf via the standard video playback component. The video and tutorial swf are in the same directory, optimally the video should be linked with a relative path but a fully qualified URL is an option.
    Tutorial.swf is loaded at runtime into the main swf using a standard loader class script. The main swf is in the parent directory of the tutorial & video directory (ie: it’s up one level).
    Tutorial.swf loads properly into the main swf and plays audio & animations, the only thing it doesn’t show is the video, no error is thrown.
    I’ve just discovered that I haven’t really tested the fully qualified URL option, my server didn’t have flv set as a valid mime type. If that works I’ll take it and move on, but I’d much rather a simple relative link.
    flv -(video playback component)-> tutorial.swf -(loader class script)-> main.swf

  • IE7 and Multiple Embedded SWF Videos Not Working

    We have a page that contains 2 videos that are streamed from our media hosting company.  The code is fairly straightforward,
    <object type="application/x-shockwave-flash" data="http://xxx.xxx.xxx/your.swf" width="400" height="300">
    <param name="movie" value=http://xxx.xxx.xxx/your.swf"" />
    <param name="allowFullScreen" value="true" />
    <param name="wmode" value="transparent" />
    <param name="allowScriptAccess" value="always" />
    <param name="flashvars" value="streamer=rtmp://zzz.zzz.zzz/zzz.flv&autoplay=false" />
    </object>
    Similar code is used for the second video. The embed code is actually generated from the hosting company and has worked every time. Firefox and Chrome display both videos with no problem. However, IE7 only displays the second video. The first video just has white space where the video should be.
    I have used 'embed' tag and conditional object tags (for IE), rewritten the code from scratch, changed the z-index, used Flash to generate code, cleared the cache - all to no avail. Is IE7 incapable of having multiple SWF files on the same page?
    **I did notice that changing the autoplay attribute to true will allow for the video to display, however, the playback controls are not available.
    Any ideas on how to get this working in IE7?
    Thanks in advance

    Another me too. In particular the symptoms are this:
    + any YouTube video embedded within a webpage loads the poster frame and the controls, but after clicking the play button only shows the progress indicator briefly before showing "An error occurred, please try again later." within the video frame.
    + the same YouTube videos play fine on the YouTube site.
    + other Internet video plays fine, embedded or not.
    + when the error occurs Safari reports "One error in opening the page. For more information, choose Window > Activity".
    + the Activity window shows "forbidden" for http://v13.lscache4.c.youtube.com/videoplayback?ip=0.0.0.0&sparams=id%2Cexpire%2 Cip%2Cipbits%2Citag%2Calgorithm%2Cburst%2Cfactor%2Coc%3AU0dWSVhMVV9FSkNNNl9QRllH &fexp=900028&algorithm=throttle-factor&itag=34&ipbits=0&burst=40&sver=3&expire=1 274817600&key=yt1&signature=C15947474FA80C9A1B9DA597103C5FF7D621A478.0C1490DE456 5D519F602B0043A4E1F9D800417A0&factor=1.25&id=c3e8886e8b459334
    + the same URL downloads fine when visiting YouTube directly, except the signature value is different.
    I have tested the following:
    + the same computer worked fine a week or so ago
    + other computers on the same shared ADSL connection work fine
    + Firefox works fine (contrary to other's experiences)
    + deleting com.apple.Safari.plist doesn't help
    + disabling/enabling the "Enable Plug-ins" preference doesn't help
    + deleting Preferences/Macromedia folder doesn't help
    + reinstalling Flash doesn't help
    + empty cache doesn't help
    Tis quite perplexing.

  • Embedded SWF video = slow loading page?

    Hello and good morning,
    I have recently created a website on DreamWeaver 8 with three
    SWF videos (not FLV but SWF) embedded on it. The videos are
    supposed to be set at "progressive download" but the page takes
    ages to load up, as if the browser was loading up the videos as it
    loads up the page itself.
    Any ideas? Thank you!

    Thanks, Hans
    I should have noted in my first post that this was through Firefox... But regarding  IE 8  (im using Windows 7 on my PC) it's slow from the very start and will sometimes skip, stutter and even completely stop half way through.
    The original animation test should be much quicker.. about 4 seconds.
    Im wondering if anyone else can verify this on their browser?
    Jeff

  • Swf won't load on web but ok locally (believe only video playback issue)

    Hi all,
    I am very new to flash....literally first day into it.
    I converted a mov into flv and imported the flv with playback component. When I publish, I am able to see both (via the swf and the html) from my browser. Once I uploaded the swf and html onto my webserver (both files are stored in the same folder just like how I had it locally), the swf won't display the video.
    Now, I have a button (when clicked, it skips the playback and go directly to the site) and the button works fine. So, I think it is only limited to the video playback.
    Any help appreciated.

    Hi Ned,
    I was just fiddling with it and it seems to be working now.  I think your advice of putting the flv there helped?!?! Thanks a billion!
    http://www.astoryconcept.com/index1.html
    The only minor issue that I need to fix and not sure how yet:
    -it stops during the initial playback (I guess my flv is a little large 4mb and I might have to optimize it to a smaller file)
    -it didn't center itself when I drag the browser larger/smaller
    Now that it works, I want to see if I could optimize it. Wandering if there is a "BETTER/EASIER" way to take me to a url at the end of the video playback.
    What I did in here:
    I created a cuepoint at 23 second (that's the end of the video) and it will take me to a url (here: adobe.com). Below is the actionscript I had in there (using code snipper) [One is for "Skip Intro" that will bring me to cnn.com; and the other one is the cuepoint that will take me to adobe.com):
    ================================================================
    /* Click to Go to Web Page
    Clicking on the specified symbol instance loads the URL in a new browser window.
    Instructions:
    1. Replace http://www.adobe.com with the desired URL address.
       Keep the quotation marks ("").
    skip_intro_btn.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);
    function fl_ClickToGoToWebPage(event:MouseEvent):void
    navigateToURL(new URLRequest("http://www.cnn.com"), "_blank");
    /* On Cue Point Event Handler
    Executes the fl_CuePointHandler function defined below each time a cue point is passed in the specified video instance.
    Instructions:
    1. Add your custom code on a new line after the line that says "// Start your custom code" below.
    The code will execute when cue points are reached in a video that is playing.
    import fl.video.MetadataEvent;
    video.addEventListener(MetadataEvent.CUE_POINT, fl_CuePointHandler);
    function fl_CuePointHandler(event:MetadataEvent):void
    // Start your custom code
    // This snippet code displays the cue point's name in the Output panel
    // trace(event.info.name);
    var url:URLRequest = new URLRequest("http://www.adobe.com/");
    navigateToURL(url);
    // End your custom code

  • Video Skin not working in embedded SWF

    Are there issues with using a video skin on an swf that sits on a web page? Specifically, I have an swf that has a FLVPlayback component. The skin and its path are specified in the Parameters tab; autohide set to true.
    When the FLV in the swf plays, the skin appears on a mouse_over, as it should be. However, if the swf has the same dimensions as the flv, and the mouse rolls away, then it appears to me that the swf never "gets the message" that the mouse is no longer over it... and therefore the skin does not hide. Is this normal?
    If so, what's the work around? Designing the swf to be larger than the flv? I'd rather not, as that makes for some un-elegant (is that a word?) designing.
    Thanks,
    David

    Fixed it.
    var vSound1 = new Sound(this);
    var vSound2 = new Sound(this);
    var vSound3 = new Sound(this);
    playSound1 = function () {
    this.vSound1.start();
    on (press) {
    this.playSound1();
    }

  • Problems with Flash video playback

    I'm having a problem with Flash video playback, hoping
    someone here can help.
    I have several movies which I have converted to .flv using
    the Flash authoring tool. I have then created an .swf for each
    movie, embedding the .flv along with the playback component,
    playback controls, etc.
    I can open these .swfs using Flash Player and everything
    displays and plays as expected. However, when I embed the .swf into
    a web page and open it using a browser, the playback controls don't
    show up, and the movie will only play if it has been encoded to
    autoplay. I am on an Intel Mac, using the latest Flash Player
    plug-in, and am having this problem in both Firefox 2.0.0.11 and in
    Safari 2.0.4.
    I'm guessing that the problem lies in how I have encoded the
    .swfs into the web page? Hoping someone has a solution, or at least
    a good suggestion!
    thanks,
    - sounddevisor

    Yes, that is exactly what I needed. Thanks!
    Just to clarify for anyone else who stumbles across this -
    the extra .swf files (which contain the skin for the player) need
    to be in the same directory as the .html doc which is displaying
    the video .swf. Hope that helps someone else!

  • Using Firefox 20.0.1 with flash 10.3.183.75, can not see the Flash video if its embedded. Can see perfectly if not embedded. Chrome works fine.

    http://64.165.34.7:8134/videoplayer3.html runs fine but http://64.165.34.7:8134/flash_ready.html does not load video in Firefox(black screen with plug in is needed, when you try to install "no plug in found"). Chrome is working fine. IE shows an blank outline.
    <pre><nowiki>flash_ready.html
    <!DOCTYPE html>
    <html>
    <head runat="server">
    <title>
    HTML5 sample video player
    </title>
    </head>
    <body>
    <form id="Schedule" runat="server">
    <div >
    <EMBED height=500 width=700 src=http://64.165.34.7:8134/videoplayer3.html allowscriptaccess="always" wmode="transparent" allowFullScreen="true">
    </EMBED>
    </div>
    </form>
    </body>
    </html>
    videoplayer3.html
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Sample HTML5 Video player</title>
    </head>
    <body>
    <h1>Sample HTML5 Video player demo</h1>
    <object type="application/x-shockwave-flash" data="http://flashfox.googlecode.com/svn/trunk/flashfox.swf" width="640" height="360">
    <param name="movie" value="http://flashfox.googlecode.com/svn/trunk/flashfox.swf" />
    <param name="allowFullScreen" value="true" />
    <param name="wmode" value="transparent" />
    <param name="flashVars" value="controls=true&amp;poster=http%3A%2F%2Fsandbox.thewikies.com%2Fvfe-generator%2Fimages%2Fbig-buck-bunny_poster.jpg&amp;src=http%3A%2F%2Fclips.vorwaerts-gmbh.de%2Fbig_buck_bunny.mp4" />
    <img alt="Big Buck Bunny" src="http://sandbox.thewikies.com/vfe-generator/images/big-buck-bunny_poster.jpg" width="640" height="360" title="No video playback capabilities, please download the video below" />
    </object>
    <p>
    <strong>Download video:</strong> <a href="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4">MP4 format</a> | <a href="http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv">Ogg format</a> | <a href="http://clips.vorwaerts-gmbh.de/big_buck_bunny.webm">WebM format</a>
    </p>
    </body>
    </html></nowiki></pre>

    Google Chrome comes with its own Flash plugin and can play mp4 files natively.
    Firefox doesn't support playing MP4 files and you would need a Flash player anyway with type="application/x-shockwave-flash" to play such a file.
    <pre><nowiki><object type="application/x-shockwave-flash" data="http://64.165.34.7:8134/vod/cupertino/xxxxxxx.mp4" width="300" height="120"><p>Alternative content</p></object></nowiki></pre>

  • Video Playback In Acrobat 9

    I’ve been looking on this forum and if this problem is covered in another post, if you could point me in that direction that would be great. If you have an answer to this problem that would also be great.
    We build classroom presentations in InDesign and export them to PDF for final output. We use Acrobat Professional to place the videos, audio, buttons etc. Everything is currently done in Acrobat 6.0.2.
    We place the videos (not embedded) and play them with the built in player as the preference. We place .mpg movies that are H.264
    We have not had an issue with videos playing in various versions of Acrobat until Acrobat 9 came out. Our two most recent programs are having playback issues with Acrobat 9 but previous programs that were built the same way are running fine.
    We have switched up to InDesign CS4 from CS1. I have rebuilt part of a presentation in CS1 from the ground up but still have a playback problem in Acrobat 9 and Acrobat 9 with the small updates.
    Our classroom presentations are broken down into modules and are built with multiple PDF files, one for each modules. It starts with a tile screen and moving through a few files with buttons built in Acrobat you get to the various modules.
    Here are the playback issues.
    When we start from the title screen and use the links when we arrive at a video and click on the video it doesn’t play. If you then go to another module (different PDF file) and then back to the previous module (PDF file you were just at) and click on the video it will play.
    I then tested just opening the direct module that contains a video. If you open the PDF directly and click on the video it will then play.
    To do some further testing, with one of the modules containing a video, I removed all buttons in that file. When you then start from the title screen and navigate to the PDF file with a movie and click on it, it will then play. To follow-up on that test, I then added one button, navigated in from the title screen and then the video would not play.
    Each time I did a new test, I shut Acrobat down and started it fresh.
    If I did a test and got the video to play each of the following videos, in other PDF files would then play without any problem.
    Our classroom presentation are set in full screen mode with the video as a floating window. I did test it out of full screen mode, and the same symptoms happen for each scenario.
    Again, our previous 80+ programs are working fine, which makes me think there is something in CS4 that I am missing, but when I rebuilt part of on in CS1 it still had the same issues.
    Our material is built on Mac and in class run on both Mac and Windows machines. The video play back problem happens on both Mac and Windows machines.
    If I run it on Acrobat 7 or 8, everything works fine.
    We will be authoring on a newer version in the future, but currently I’m trying to solve this problem on the video playback in Acrobat 9 (with minor updates).
    If anyone has any insight into this issue please post a response.
    Thanks in advance for any help.

    Hey Steve,
    Thanks for the response. You are correct, we lay out the documents in
    InDesign, them export a PDF. From that point on we are doing all the linking
    and placing of video files in Acrobat 6.0.2.
    It has been a hard one to get consistent to trouble shoot out. We hit the
    glitch with 9 due to the new windows machines needing 9.
    I have been working in 9 a little and it seems like when I place a mpg file
    and accept that an external player will be used I can then choose the button
    tool and it recognizes the movie, almost like a button. I don't know if that
    is where some of the conflict comes from.
    Last week I talked to our IT department about needing to move up to 9 and
    getting comfortable with 9 before we transition as we will need to have all
    our instructor laptops currently in the field updated. The pinch is we are
    on a tight schedule and have to have two classes authored by mid-October.
    After that we can look into a transition, but right now I'm between a rock
    and a hard place for anyone with a new windows machine.
    John
    From: Steve Small <[email protected]>
    Reply-To: <[email protected]>
    Date: Thu, 24 Sep 2009 15:05:57 -0600
    To: John Vatne <[email protected]>
    Subject: Video Playback In Acrobat 9
    I'm sorry, John, it sounds to me like you are using the term 'Acrobat' to mean
    everything.  I'm wondering if the files are being authored/created in Acrobat
    6.0.2, then played back in Adobe Reader 9.  If this is the case, it certainly
    sounds like there may be a bug in 9.  However, I would highly recommend
    authoring these files in Acrobat 9.x Professional.  H.264 files are handled
    directly by the new Flash Tool.  I've tested what I believe are your steps to
    reproduce and my result worked fine.  I created a PDF that is just an H.264
    video and set its playback property to play when the PDF is opened.  I also
    set the PDF to open in Full Screen mode.  I then created a PDF that had
    nothing on it but a button that calls the first H.264 video PDF and the whole
    thing works great.  I did this all on a Mac.
    Anyway, let me know if I have that right; you're authoring all of these in
    Acorbat 6.0.2.
    >

  • Video playback on mobile device

    Hello,
    I'm new here and probably this was asked before me, but I spent a lot to search on the net and actually couldn't find much.
    I'm developing a web based application dealing with video - it should be controlable and have to interact with other elements of the app. The client now asks mobile apps - for Android and iOS, that should have same features.
    I looked for solutions to play video on mobile device using Flex and building mobile apps but nowhere could find a proper explanation and results about framerates and performance. The other problem I think will be that the mobile device should play streamed video (which can be encoded in any suitable format) as well as native video - usually h.264, that as far as I understood, is not possible on iOS (I coudn't find out about Android).
    On my Android device I can play very smoothly even web videos (in the browser) that are not "optimized for mobile" as it pops up during playback. I made a test and build a simple app that just plays a remote video using the Spark's VideoPlayer and its framerate was OK but the picture was terrible - some strange coloured lines appeared.
    Is there anybody who has more info about video playback on mobile device, codecs, components etc. I need that info to make the choice to stick with Flash development for all the apps or to go for native development with platforms' SDK.
    Thanks

    Can you say even more about what it is you want to do? I mean, what will the application do, not what are the technical aspects of how it will work?
    For a point of comparison, look at this thing I did:
    http://www.cartoonnetwork.com/mixit/
    If you try out the Make page, both the template ones and the from scratch one, as well as the View page to see the playback unit in action. Is what you're going to do anything like that?
    I have tried the playback part of this as a mobile app, and it so very nearly works ok! Amongst the many problems are that the overall data rate needed is quite high, and mobile devices aren't as consistant or high bandwidth as desktops, the external swfs often need code in them, so that rules out iOS, and to do the layering involved rules out H.264.
    At some future time there will hopefully be StageVideo that can use H.264, but I don't know when that will be, or whether it will be responsive enough (FLV is much faster to connect to and play than H.264).
    Incidentally, even in the Objective-C world you can't lay things on top of the standard iOS H.264 player. To do that you have to use the AV Foundation class, so it's fairly low level programming. Using FLV in Flash is a lot easier!

  • Issue with video playback in Flash Player

    I am currently doing some voluntary work for my mom for the local branch of the Alzheimer Foundation. Now I have encoded a video to mpeg4/h.264 and F4V using the Adobe Media Encoder only I am having not much luck to get it successfully played. Now is my question what could I be doing wrong? I already tried to use ActionScript 2 and 3 and disabled GZIP compression on the server and even tried different files like H.264 and F4V.
    The strange thing is that the video always work just fine when being tested in Flash CS4 10.2 but when I tried it in the browser it fails. The Test Movie feature of Flash is using the following player version MAC 10,0,12,36. I am using 10,0,32,14 MAC in my Safari browser and their the movie plays fine once the file is fully downloaded (how can I change this?) only when let friends try it out which have version 10,0,32,18 or the same version it doesn't work for them. Also when I am using an older version doesn't seem to work. I thought that H.264 support was added in some version of Flash Player 9. One of the issues which I was getting that the video playback worked lovely in Test Movie with the below listed alzheimer.mp4 url but when testing after the SWF and HTML were uploaded to the webserver it failed to work and I was receiving a FileStructureInvalid error. Now I would expect that the video file would fail in Test Movie too when the video file structure is invalid.
    I have tried the following video files both encoded with Adobe Media Encoder:
    http://www.letslearn.it/dropbox/alzheimer.mp4
    http://www.letslearn.it/dropbox/alzheimer08.f4v
    The current player can be found at:
    http://www.letslearn.it/dropbox/alzheimer.html
    I have attached my As3 version of the Flash file which is normal easy video stuff.
    Anyone happen to know what could be the issue here? I am getting desperate!

    Yes, I have just used the normal Video-object together with the normal trick to load Flash Video files with it. Nothing special only with a full URL for the play()-method. I have attached the source code for your convenience. The original files are edited in Premiere Pro CS4 and are based on one original ripped DVD vob file and a newly created Quicktime-based slideshow animation which has then be edited into one using Premiere.
    After that I  have selected the sequence of the Premiere project which I have exported using File > Export which is using Adobe Media Encoder. For the encoding I haved used the Export Settings: "Format FLV | F4V", Codec On2 VP6 and then altered the video size and bitrate so that the file size gets smaller this is for the Alzheimer08.f4v file. The other file used the H.265 Web Medium profile with also the video size and bitrate modified after it got encoded and uploaded to my webserver.
    The original files used by the Premiere Pro project are:
    VTS_01_1.dv
    Type: DV Stream
    File Size: 2.6 GB
    Image Size: 720x576
    Average Data Rate: 3.4 MB/Second
    Compressor: DV - PAL
    Quality: Normal (3.00)
    SLIDESHOW 2.mov
    Type: QuickTime Movie
    File Size: 3.2 GB
    Image Size: 720 x 576
    Average Data Rate: 3.4 MB/Second
    Compressor: DV - PAL
    Quality: Most (5.000)
    Above information is obtained in Premiere Pro by selected Properties-option of the submenu when selecting the file.
    Hopefully you can use this information but I could upload the original Premiere Pro project over the next few days. If you would be interested in it.
    FLA file: http://www.letslearn.it/dropbox/alzheimer.fla

  • Flash Video Playback problem in CS4/CS5

    I need to put a Flash Video on my website, embedded in one of the existing html pages.
    When my developer puts together a Flash Video in Flash CS4 or CS5 using ActionScript 3, the video does not play - t just keeps buffering (showing a striped appearance on the seek bar) and will not play unless I refresh the browser.
    I've tried copying the code from the html page that came with the set of swf and flv files and that doesn't work either.
    Just inserting the swf file into the web page like we used to do in CS3 and earlier does not wor.
    I noticed that now with ActionScript 3 there is no ACRunActiveContent.js file.
    Videos created using CS3 and ActionScript 2 seem to work just fine on web pages.
    Wonder what i can do to use CS4 and CS5 videos and have them play on html pages?
    Any ideas anyone?

    Just to clarify:
    Creating a Flash Video swf in CS5 (or even CS4) with ActionScript 3 requires the video to be embedded in the web page a bit differently than we were used to with CS3 and AS2.
    While the newer versions of Flash do use a different method (using swfobject) when "Publishing" a Flash .swf, it is NOT required to do so. In fact neither swfobject nor ACRun... are required to display Flash of any version (AS1, 2, or 3) on a Web page. The simple single object method will work just fine:
    <object data="path_to_file/file.swf" type="application/x-shockwave-flash" width="insert_width_of_movie" height="insert_height_of_movie">
      <param name="movie" value="path_to_file/file.swf">
      <param name="SomeOtherParam" value="ParamValue">
    </object>
    Both ACRun and swfobject are "Flash Detection" methods used to display some alternative content if Flash is not detected... they are NOT needed to simply display the Flash .swf.
    However, you can't use half ACRun code and half swfobject code....it must be either one or the other... and either would display AS3 players just fine.... as would the single object method.
    Best wishes,
    Adninjastrator

Maybe you are looking for