Multi-Slide Synchronized Video Working in SWF - but not HTML5

We have a module that has 8 slides that contain Multi-Slide Synchronized Videos, each of which are contained on 1 slide (as seen in the screen shot.)
When we publish the project, the swf version works fine. However, the first html5 video shows up, then none of the others do.
We first tried inserting the video as an "Event Video" but when we tried that, in html5 there were no controllers at all for the in-slide video. This breaks our spec because the client needs cross browser and mobile device combatability.
Any clues as to why the video isn't even appearing after the first slide in html5?

No controllers showing here either. Controllers show and work in preview mode, but when publishing to Html5 then playing on Ipad, video in slide plays once, but now controls visible...can't pause. stop or rewind...
Dave

Similar Messages

  • Embedded video works vertical orientation but not horizontal

    Consistently having problems getting my horizontal orientation to play video.
    Works in my vertical format, I adjust the same layout to fit in horizontal and the button
    no longer works. Is there something Im missing.
    Ive deleted the button and the video and started over and it still doesn't work.
    Any suggestions??

    I'm having something similar. I use a flv player, so I know
    the FLV works.
    I've seen or rather captured FLV's from youtube. and
    converted them to useful stuff that I didn't need a FLV player for.
    Thing is why do the FLV's play on youtube, but not on my
    machine without a stand alone flv player ?
    What I have is a 16 meg avi/wmv that I can trim to a 2 meg
    FLV. That's what I want to put on my web site, and have it play.
    What do I need to accomplish this ? I've not done anything
    with FLV before.

  • Microhpone work in swf but not projector(exe)

    I have an actionscript use to record voice from microphone, it work fine in swf but if i publish it as projector (exe) it won't work anymore, even the "adobe flash player setting asking for camera and microphone access" box din't appear.
    Below is my actionscript, is it because of the classes i use or projector(exe) won't support microphone.
    Help! Thanks in advance.
    import flash.media.Microphone;
    import flash.events.MouseEvent;
    import flash.events.Event;
    import flash.events.SampleDataEvent;
    import flash.media.Sound;
    import flash.media.SoundChannel;
    import flash.utils.ByteArray;
    var _mic:Microphone;
    var _sndBytes:ByteArray;
    var _snd:Sound = new Sound();
    var _channel:SoundChannel = new SoundChannel();
    _mic=Microphone.getMicrophone();
    _mic.rate=44;
    _mic.setSilenceLevel(5);
    _mic.gain=70;
    _mic.setUseEchoSuppression(true);
    mc_recorder.btn_startrecord.addEventListener(MouseEvent.CLICK,startRecording);
    mc_recorder.btn_stoprecord.addEventListener(MouseEvent.CLICK,stopRecording);
    mc_recorder.mc_equalizer.addEventListener(Event.ENTER_FRAME,updateEqualizer);
    function startRecording(evt:Event):void {
        _sndBytes = new ByteArray();
        if (! _mic.hasEventListener(SampleDataEvent.SAMPLE_DATA)) {
            _mic.addEventListener(SampleDataEvent.SAMPLE_DATA, getMicData, false, 0, true);
    function getMicData(evt:SampleDataEvent):void {
        _sndBytes.writeBytes(evt.data);
    function stopRecording(evt:Event):void {
        _mic.removeEventListener(SampleDataEvent.SAMPLE_DATA, getMicData);
    function updateEqualizer(evt:Event) {
        mc_recorder.mc_equalizer.gotoAndStop(_mic.activityLevel);

    Check you publishing settings and parameters.

  • Flash video works onDreamweaver preview but not after uploaded to site

    Hi,
    I created a page with FW CS3 and opened it with Dream weaver.
    Using Flash CS3 I created some video clips. I then inserted three
    video files to the web page. In DW preview mode I can see the
    videos. I copy the source code and pasted it to the index page of
    my website as well as uploaded all the sit files from my hard drive
    folder to the website. The page comes up but not the videos.

    Search this forum for "FLASH" "UPLOAD". You'll find hundreds
    of answers.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "SERocks" <[email protected]> wrote in
    message
    news:g11qep$n8m$[email protected]..
    > Hi,
    > I created a page with FW CS3 and opened it with Dream
    weaver. Using Flash
    > CS3
    > I created some video clips. I then inserted three video
    files to the web
    > page.
    > In DW preview mode I can see the videos. I copy the
    source code and
    > pasted it
    > to the index page of my website as well as uploaded all
    the sit files
    > from my
    > hard drive folder to the website. The page comes up but
    not the videos.
    >

  • Printing multi invoices from ebay works in IE8 but not Firefox, tried all your help tips, still not working?

    I sell things on ebay. I need to print out multi invoices from ebay. When I do this from Firefox the first page has my address but no customer info. It then prints out the second page OK.
    So I have to then return to printing out invoices and check (tick) the ones it's missed. Checked printer page sizes etc, prints fine from other apps and pages.
    I asked on ebay and someone said it's a FIREFOX problem, try it on IE8, -I did and it works ok. Please fix so I don't have to use IE8!

    You have an invalid path reference. in one version of the object tag it reads ../../navbar.swf, in the other this is truncated to ../navbar.swf. Hence the browser can simply not find the file (IE and FF each look at differnt parts of the code).
    Mylenium

  • Why will my embedded youtube videos work in firefox but not IE8

    I folowered the instructions on putting youtube videos on a website in dreamweavermx 2004 (copy embeded code, paste in Dreamweaver in code view etc) It just appears as a grey box with the logo AX in the middle when veiwed in IE8 , I thought I had done something wrong, but when veiwed in Firefox it all there, the Youtube video etc and it all works ! Why does it not work in IE8 and how do you get it to work ? thanks

    Hi just changing all of my site and this is the link http://www.mob-jukeboxes.com/touchtemplate.dwt

  • My Fullbrowser Portefolio Website work in SWF but not work in HTML

    Hi people
    First of all I am not very good in English language.
    I created my portfolio website in flash as3, with javascript (SWFAddress and SWFObject), with contact form with PHP, and XML Gallery.
    When uploading all the files into the correct folders for the server, the first times I view the site in browser it works correctly, the browser reads the HTML without any problems.
    However I tested it on firefox, safari, ie, google chrome, and it just did not work in google chrome, so I tried to solve the problem, beginning to see where the error was in the HTML file.
    I copied the original file, because that original file I knew it was working properly in other browsers, and started to make changes. I managed to get google chrome to open the HTML correctly but then did not work in firefox and safari.
    So I decided to eliminate this html file and continue with the original file. I'll test again and something happen! The file browser can't read XML, everything else works correctly, alltransitions are correct, the animations are correct.
    I try with the SWF and it opens the XML Gallery, I try with the HTML and it does not open.
    I don't know what to do, can you guys help me?
    Thanks!

    If the swf file is in a different folder than the html file, then it is might be a problem with targeting the XML file in the swf.  When you place an swf file in an html page, anything that swf tries to load has to be targeted as if the swf file is in the same folder as the html.  It does not have to live in that same folder, but it has to act as if it does.

  • Dps video working in preview but not on ipad

    I have a mp4 video that plays in the preview but on the ipad i just get a white blink. please help

    I had a problem like that in the past and the answer for me was to delete the link and place the file again.
    Other than that, it could be a memory issue.
    Bob

  • Multi Value PS Query Works in v2, but not v3 or 4

    I have been using the query below (and others like it) for a few years, but it didn't work on v3, and now it doesn't work on v4--which is supposed to be backwards compatible.
    Get-ADUser test01 –properties memberof, DisplayName, employeeID | Select-Object SamAccountName, DisplayName, employeeID, @{label="Groups";Expression={[string]::join(";", ($_.memberof))}} | export-csv -notype -force c:\filepath\filename.csv
    I must invoke PS with the -version 2 suffix to run it.  Any ideas?
    Thanks!

    Hi,
    Here's the adjustment I'd make:
    Get-ADUser testac1 -Properties memberOf, DisplayName, employeeID |
    Select-Object SamAccountName, DisplayName, employeeID, @{label="Groups";Expression={ ($_.memberOf | % { Get-ADGroup $_ }).Name -join ';' }} |
    Export-Csv -NoTypeInformation -Force c:\filepath\filename.csv
    EDIT: Another option:
    Get-ADUser testac1 -Properties DisplayName, employeeID |
    Select-Object SamAccountName, DisplayName, employeeID, @{N='Groups';E={(Get-ADPrincipalGroupMembership -Identity $_.SamAccountName).Name -join ';'}} |
    Export-Csv -NoTypeInformation -Force c:\filepath\filename.csv
    http://ss64.com/ps/get-adprincipalgroupmembership.html
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • Flash hyperLinks work in Swf but not HTML

    I have Flash CS3 and created the movie. When I preview the
    movie in Flash all the links work fine and launch the relevant
    webpage that I am linking to. However when I preview the movie in
    HTML some of the links don't work, the mouse pointer changes as if
    the link is there but clicking does not launch the web page.
    I have checked that the javascript file is in the publish
    directory and can't figure what is missing.
    Any suggestions appreciated

    Wizardfromoz wrote:
    > I have Flash CS3 and created the movie. When I preview
    the movie in Flash all
    > the links work fine and launch the relevant webpage that
    I am linking to.
    > However when I preview the movie in HTML some of the
    links don't work, the
    > mouse pointer changes as if the link is there but
    clicking does not launch the
    > web page.
    > I have checked that the javascript file is in the
    publish directory and can't
    > figure what is missing.
    > Any suggestions appreciated
    Did you test it online?
    For security reason and due to not so recent changes in
    browser and player,
    some things do not work locally, only on line in real time.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Flash Video working on PC, but not MAC...

    I'm a bit confused here...
    I created a flash movie by using Flash CS3 on my MAC,
    essentially I just resized a .dv file, placed a small graphic in
    the bottom corner of the video, and output it as a flash movie. I
    uploaded it to my server to see how it looks on my website. When I
    opened my web browser on my PC, the flash video plays and looks
    fine. However when I opened by MAC browser, where the video is
    there's a blinking "FLV" film strip icon (reddish)...it's not
    playing the video file. Anyone have any idea why this would be
    happening?

    Works for me on Safari Version 2.0.4 (419.3). Also works on
    IE 7 on parallels. I think you need to update flash player, make
    sure all browsers are closed. Testing on Internet Explorer 5.2.3 is
    useless, nobody uses that anymore. For Mac, Safari, Opera, and
    Firefox are most common. It works fine for me on all browsers, with
    Flash Player 9,0,47,0

  • Multi-Slide Synchronized .f4v videos looping 3 times on mobile device

    I created an elearning project in captivate 8.01 which includes several slides with .f4v videos as multi-slide synchronized videos. Each of these videos spans only one slide. I published this course to our LMS (Cornerstone OnDemand Learning Cloud) in HTML5 and SWF to accommodate desktop and mobile learners. I used the SCORM 2004 1.3 standard. The project plays as expected on a desktop PC, progressing from slide to slide after each video is played (note I tried this both with HTML5 and SWF output, and it worked fine on the desktop). However, when viewing this course on a mobile device (my tablet is an Android 4.4.2), each of the slides with a video loops three times before progressing to the next slide. I tried putting the slide action "On Exit: Go to next slide" on these slides with videos to force the project to progress, but with no success. How can I ensure that these videos play only once then progress to the next slide on a mobile device?

    No controllers showing here either. Controllers show and work in preview mode, but when publishing to Html5 then playing on Ipad, video in slide plays once, but now controls visible...can't pause. stop or rewind...
    Dave

  • UTube video sound works on iPhone5S but not on Macbook Pro?

    UTube videos from a variety of sources works on iPhone5S but not on Macbook Pro? Thinking it has to do with recommended Flash settings on the MAC. Is there an app to resolve this inoperability on a MAC without having to make Flash active?

    What format is the video? Is it .wmv? Do the DVD's have any type of protection or encryption? This information will help in finding a solution.

  • Slide show works on PCs but not on Macs

    A parent at the school where I teach has just created a
    website for us. She used Dreamweaver and photoshop to create it.
    There are some pages where there should be a looping slide show
    (that runs on its own). These slide shows work on PCs but not on
    Macs (it just stays on one photo on Macs). For the slide show she
    "just added a timeline to the jpg image, changing the imagesource
    every 60 frames, that you can do in dreamweaver." Is there some way
    to fix this so it works on both?
    Here's the school's website: www.smash.smmusd.org

    Unfortunately, the timeline function may not be the best way
    to do this.
    Notwithstanding Joe's comments about 508 compliance, there
    have been issues
    reported in the past regarding the use of timelines on Macs.
    It may be
    better to seek some 'banner rotation' scripts using Google,
    and replace the
    timelines with that script. Your volunteer may or may not
    know how to do
    that....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Joe Makowiec" <[email protected]> wrote in
    message
    news:[email protected]..
    > On 16 Jun 2007 in macromedia.dreamweaver, Mana Hale
    wrote:
    >
    >> A parent at the school where I teach has just
    created a website for
    >> us. She used Dreamweaver and photoshop to create it.
    There are some
    >> pages where there should be a looping slide show
    (that runs on its
    >> own). These slide shows work on PCs but not on Macs
    (it just stays
    >> on one photo on Macs). For the slide show she "just
    added a timeline
    >> to the jpg image, changing the imagesource every 60
    frames, that you
    >> can do in dreamweaver." Is there some way to fix
    this so it works on
    >> both?
    >>
    >> Here's the school's website: www.smash.smmusd.org
    >
    > I'd worry about accessibility/Section 508 issues before
    I worried
    > about slideshows. That page is all images.
    >
    >
    http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&url1=http%3A%2F%2Fwww.sma sh.smmusd.org%2F
    >
    http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=2&url1=http%3A%2F%2Fwww.smas h.smmusd.org%2F
    >
    > --
    > Joe Makowiec
    >
    http://makowiec.net/
    > Email:
    http://makowiec.net/contact.php

  • After uninstalling and downloading the latest Abobe Flash player, I can no lnger play youtube videos. I get the message "blocked plug-in". It works in Firefox, but not Safari.

    After uninstalling and downloading the latest Abobe Flash player, I can no lnger play youtube videos. I get the message "blocked plug-in". It works in Firefox, but not Safari?

    Frostbitblue,
    in Safari’s Preferences, select its Security tab, and make sure that its “Internet plug-ins: Allow Plug-ins” checkbox is checked.

Maybe you are looking for

  • The TV show could not be used because the original file could not be found

    "The TV show “Blah-blah ep.23” could not be used because the original file could not be found. Would you like to locate it?" I know this problem is listed (and unanswered) from quite a few users in the forums for song files, but I haven’t found any t

  • Incrediblely frustrated.

    Well, I just brought home my 5th gen 80 gb I-pod home today... and right away I made a stupid mistake. I couldn't find the directions (they blended in with the box... anyway) so I plugged it into my computer without having I-tunes already installed.

  • EJB redirection - lookup or inject defaults ?

    Hi, As a starting point: I have 2 layers in my app. Both layer contains stateless session beans. EJBs of Layer1 call EJBs of Layer2. EJBs of Layer2 can be customized by replacing some of them with custom implementations. The configuration of these cu

  • Flash Player Keeps Needing to be uninstalled and reinstalled

    Hello, Starting in late December, I would go to watch a show on various websites and would be told that I needed to download Adobe Flash Player, despite having been able to watch shows on the same website shortly before.  I would look at my installed

  • Can I replace iphone 3G battery with battery from a 2G iphone?

    A friend gave me a broken 2G that apparently has a fresh battery? My 3G battery lasts about 5 minutes. Can I put the 2G battery into the 3G phone? Are they compatible? Thanks for any help.