Play SWF/F4V Movie Not Working

I am stumped when trying to play a SWF file (F4V) on an html or asp page.  I have uploaded the files to our test server as well as production.  The page (ASP or HTML) loads and shows the placeholder along with the movie image and the play button.  However, nothing happens when I click play. Nothing at all.  The movie should start on load.  You actually see the pause button at this point.
The movie is a company video saved down from DVD to F4V format.  I can use the File:// command and point the network path and the movie plays just fine in Safari and FireFox (assuming HTML here). However it does not play in IE8 using the File:// command line.  Using the URL path the movie does not play at all in any browser.  I can right click on the SWF file in Windows Explorer and it plays fine.
From this I assume my movie works, and can be played from the HTML file (as long as I use the File:\\ path, but not the URL.
My file structure (relative path) looks like this:
/galleries/All_I_Want_For_Christmas
     All_I_Want_For_Christmas_Video.swf
     AuthoredContent.xml   (has relative paths to the sources folder content)
     Movie_2010_christmas.asp
     Movie_2010_christmas.html
     /Sources
          PGC_Dpgc Ba_1.png
          PGC_Dpgc Bn_1.jpg
          PGC_Dpgc Bs_1.jpg
          PGC_Dpgc_1.jpg
          PGC_Epgc_entryPoint_Ebp_1.f4v
My paths appear correct in my html/asp code and my object looks like this:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="640" height="480" title="All I Want For Christmas">
          <param name="movie" value="galleries/All_I_Want_For_Christmas/All_I_Want_For_Christmas_Video.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <embed src="galleries/All_I_Want_For_Christmas/All_I_Want_For_Christmas_Video.swf" quality="high" wmode="opaque" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="640" height="480"></embed>
</object>
Any suggestions would be appreciated.  Thanks in advance.

hi,
yes to both.
i found out that i have downloader eccellorator plus
installed, this was causing the download box to appear.
how am i able to find out if they have this and stop it from
being used?
or is there another way to have the video file play without
having this happen to other visitors who may not have turned off
their downloader program.
thanks

Similar Messages

  • Sym.play("loop"); This is not working

    Please'm having problems with the LOOP. 've Followed several tutorials but the file does not end LOOP function. You guys could send me a link where I can get a solution to this problem?
    // play the timeline from the given position (ms or label)
    sym.play("loop"); This is not working (sorry for the english: Translate)

    sym.play("loop"); will move the root timeline playhead to the "loop" label, and play from that "loop" label.
    If you want to loop a section, for example, you could put a label called "loop" at 1 second, and then at 3 seconds, add a timeline trigger that has the code sym.play("loop");

  • Assigned F key to play an action does not work. Why? Using cs6  iMac and wireless key board

    Assigned F key to play an action does not work to play the action on an image. When the F key is selected it seams to control computer attributes rather than the play action assigned in photoshop. Why? Using cs6  iMac and wireless key board.
    Is this a possible preference setting in mac or is it a setting in cs6 photoshop ? Help and knowledge will be appreciated.

    *** Moderator Action ***
    This networking question has been moved from the Solaris 10 discussion space,
    to the Solaris Networking discussion space, for closer topic alignment.
    Whereas there may be IPV6 nuances specific to your Solaris 10 environment and to the hardware, this appears to be a discussion that may be more global in effect.

  • SWF Files do not work in Firefox. My sites work fine in Explore & Safari? Why is this? I have updated all my plugins, reinstalled yet still nothing?

    SWF Files do not work in Firefox. My sites work fine in Explore & Safari? Why is this? I have updated all my plugins, reinstalled yet still nothing?

    Can you post a link?
    Does that only happen on that website or do you have that problem with all Flash content?
    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • All my movies not working anymore since download the new version OS X 10.9.4

    all my movies not working anymore since download the new version OS X 10.9.4

    Hi Jeff,
    In Safari I get this error message: Safari can't open "aam://SAP...[link of the download]" because OS X doesn't recognize internet address starting with "aam:". I thought it was a browser issue (I can't click the download button in Chrome) so downloaded FireFox but it also gives me an error message saying: Firefox doesn't know how to open this address because one of the following protocols (aam) isn't connected to any program or allowed in this context.
    I don't have Creative Cloud Membership, I received a CD with Photoshop Lightroom 5 with my new camera from Samsung. Because my MacBook Air doesn't have a DVD drive I figured I should download it. Couldn't find Lightroom 5 in the Appstore so I figured I should download a trial version and simply add the key from the DVD. Unfortunately I can't even download the trial version due to these error messages.
    Hope you can help!
    Thanks,
    Ivana

  • Movie not working in ie6 or ie 5.5

    I am using the following to embed a player but it seems in
    some ie6 and on ie 5.5 its not working. It is fine in firefox and
    in ie7 and 8 beta
    <script language="JavaScript" type="text/javascript">
    <!--
    if (AC_FL_RunContent == 0 || DetectFlashVer == 0) {
    alert("This page requires AC_RunActiveContent.js.");
    } else {
    var hasRightVersion = DetectFlashVer(requiredMajorVersion,
    requiredMinorVersion, requiredRevision);
    if(hasRightVersion) { // if we've detected an acceptable
    version
    // embed the flash movie
    AC_FL_RunContent(
    'codebase', '
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
    'width', '550',
    'height', '250',
    'src', 'promoArea',
    'quality', 'high',
    'pluginspage', '
    http://www.macromedia.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'transparent',
    'devicefont', 'false',
    'id', 'promoArea',
    'bgcolor', '#ffffff',
    'name', 'promoArea',
    'menu', 'true',
    'allowScriptAccess','sameDomain',
    'allowFullScreen','false',
    'movie', 'promoArea',
    'salign', ''
    ); //end AC code
    } else { // flash is too old or we can't detect the plugin
    var alternateContent = 'Alternate HTML content should be
    placed here.'
    + 'This content requires the Adobe Flash Player.'
    + '<a href=http://www.macromedia.com/go/getflash/>Get
    Flash</a>';
    document.write(alternateContent); // insert non-flash
    content
    // -->
    </script>
    <noscript>
    // Provide alternate content for browsers that do not
    support scripting
    // or for those that have scripting disabled.
    Alternate HTML content should be placed here. This content
    requires the Adobe Flash Player.
    <a href="
    http://www.macromedia.com/go/getflash/">Get
    Flash</a>
    </noscript>
    Any ideas

    Hi Dhiraj,
    When you click on the Log off button, do you see any yellow triangle icon (Something like warning) coming at the bottom left of the browser?
    If so then you are experiencing a Javascript error with your browser. If you click on that icon a pop up should come up with the exact error.
    If you get the error I mentioned I would recommend you to change the security settings of the browser to meduim or low.
    Also if you go to internet properties->Security->Trusted Sites->Sites button,
    You can try adding the URL of the Portal that you are using like :http://mysapportal
    See if this works.
    Thanks
    Avik
    Edited by: AVIK SANYAL on Aug 13, 2009 4:45 AM

  • Swf playback controls not working correctly

    Hello all -
    When I publish the Captivate project that contains a swf file
    and an audio file everything plays well until I use the controls.
    Stop/pause works fine,but when I use rewind or ff etc the swf file
    will not rewind nor start over.
    Any help would be appreciated
    Thanks
    Rick

    Uninstalling Glimmerblocker fixed the problem of Safari being able to access all web sites.  One of the other many procedures I did must have solved the issue of the apps not launching.

  • Itunes movie not working

    i purchased the "hancock" movie recently, it does not work in my iphone and so with my pc laptop, it stops all the time. also, do we have a video to use at the old iphone? i feel like i need to know more about this. manual doesn't explain that much information.
    thanks,
    luisa

    I have solved the issue!
    There are a bunch of problems with the home.js. I will let whoever is responsible for this to fix the rest. It is pretty sad that this was released like this. It looks to be a copy and past from other extras, and then they tried to add a pretty background video, and failed horribly.
    Look for the following in the home.js file
    homeController.viewWillAppear = function() {
              if (!IS_APPLE_TV && videoLoaded == false) {
                        var new_elem = document.createElement("video");
    Change it to:
    homeController.viewWillAppear = function() {
              if (!IS_APPLE_TV && videoLoaded == false) {
                        document.getElementById("mm_div").style.top = "0px";
                        var new_elem = document.createElement("video");
    Essentially the problem is iTunes does not support, or can't handle the following:
    document.getElementById("loopVideo").play();
    Which would never allow the conditional to work for bringing up the menu. If I had more time to fix the nice display issue I would, but there are people who get paid to do this, and I paid for this movie.
    Enjoy

  • Swf file does not work from InDesign

    I am not sure if this is a Flash or InDesign question, so i will post on both..
    I am trying to embed an “animated” swf file (that was created in flash) into an InDesign layout and then export the InDesign layout to swf. in the resulting html file my navigation works ok but the swf file does not play “animate” when viewed in html or flash. It only shows up as a graphic. 
    I have tried exporting the ID file to xfl and bringing it into flash but then none of my animation works. What am I doing wrong?
    any help would be appreciated.
    thanks
    mattG

    You´re doing nothing wrong. SWF export of InDesign CS4 doesn´t support any media files. You can place videos, sounds and animations into indesign layout, but if you export to SWF, they won´t work in resulting SWF. They work in interactive PDF.
    And you can export your basic layout to Flash CS4 by using XFL export and import those media elements in Flash, but that may be quite a job. I have been strugled a lot with that method. My files used to go really messy when I open them in Flash.

  • Rented movies not working

    I just recently rented a movie on iTunes but when I tried to play it, it wouldn't work. I thought maybe it was a problem with iTunes, so I tried playing it in Quicktime but it still didn't work.
    Then I noticed the rented movie wasn't showing up on my 'Purchased Items' list and that the cost of the movie hadn't been deducted from account. It is still listed under my 'Rented Movies' category, though. Is there something I can do to fix it...?
    Message was edited by: RaDiGir

    I have 4-5 mbps for Downloads.  It works fine when opening websites and downloading large files from the Internet.  I have set-up my IP to "automatically" as you suggested, even though I believe this was the default setting.
    I changed the resolution in Settings > Itunes Store > Video Resolution from 1080p to 720p.  Then I rented again "Salmon Fishing in the Yemen", (but now using HD 720p) and I get exactly the same error. 
    Then I changed it to Standard Definition and now is working.  Basically what I have found out is that if I rent movies in HD 1080p or HD 720p it will simply not work. 
    I believe 4-5 mbps is very fast internet connection, so the errors above should not be appearing.
    Feedback for Apple TV developers is to show estimated time for full downloads when using 1080p or 720p so the user can understand what is going on. Very frustrating as I just bought the Apple TV for watching HD movies. I have a 55" HD Sony Bravia tv ready to be used... !!! 

  • SWF/Flash hyperlink not working in iweb

    Hi guys,
    Really really stuck with this one...
    I have a flash file of which i have placed wihin my iweb site (the flash file shows and operates perfectly)
    However - the SWF's hyperlink will not work within iweb.
    The flash file itself is fine and the nyperlink within it works perfectly when opened within a browser.
    Here is the code below - if anybody has any help I would be so grateful.
    <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/ flash/swflash.cab#version=6,0,40,0" border="0" width="800" height="600"><param name="movie" value="http://droprecords.net/drop_records/drop_circle_1_CS5_network.swf"><param name="quality" value="High"><embed src="http://droprecords.net/drop_records/drop_circle_1_CS5_network.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="400" height="200"></object>

    I've tried about 5 different codes now and although they all show the flash button - none of them allow the hyperlink within it to work properly.
    So frustrating.
    The closest one was this one;
    <iframe src="http://droprecords.net/drop_records/drop_circle_1_CS5_network.swf" allowtransparency="true"  width="400px" height="200px" frameborder="0" </iframe>
    But that opens up the link insiade a small iframe window instead of the full external window.
    ARRGGGHHHH

  • SWF file is not working in Portal PROD System

    Hi All,
              We have written custom mxml script in Adobe Flex 3 which displays the list of applications stored in the DB. Then we have posted that .swf file into our Portal KM and then we have created one URL iView with the location from KM.
    These days we are facing issue like the output of the script is not working means the applications are not listed on the portal prod system.
    Whenever the issue arieses we are requested to upload the file once again into KM and it works after the upload been done.
    We are not sure what could be the reason for this issue and I request any one to assist us to resolve this issue.
    Please let me know if you need more info on this issue.
    Thanks in advance.
    Best Regards,
    Vijaykumar K.

    Hi Vijay,
    I belive this should be a portal issue, anyways let me give it a try.
    I never worked on flex in SAP but did similar stuff in portal content development.
    Do you have any traces in that development..?
    Did you check any messages being loged in portal...?
    Check if there is any issue with the file like couldn't recognise a resource from KM which is required etc.
    Cheers,
    Sai

  • Play Button/Space Bar not working. . .

    Hello. . . I'm having difficulty navigating through clips that are in my timeline. The play button is not working. I've tried trashing my preferences several times, to no avail. . . any help would be greatly appreciated.

    This issue has been observed before and can be due to an audio card  or tablet driver issue.
    Try Un enabling these drivers one by one in devices control.

  • Movie not working properly-very slow

    Hi,
    I just opened up a file with a movie in it. If I click to play it, the app stops responding for quite awhile, during which maybe one or two frames will play. I'm not sure if this has anything to do with my recent installation of iWork 06, but I thought I should mention it.
    Has anyone had this problem, and do you have any hints?
    Anneliese

    You didn't give us a url to your website. Are you using AS2 or AS3? If you're seeing alpha characters instead of the webding characters that you expect, then you don't actually have the webdings font embedded or used properly.
    Can you show the code that you are using, or the settings in the Properties window, for the embedded font(s)?

  • Cp6 + AS3 swf : "target == stage" not working

    Hello,
    I've done a SWF where I want to reset stage when clicking outside objects.
    The SWF alone works perfectly but does not inside Captivate.
    I did a simplified version :
    mc.visible = false;
    stage.addEventListener(MouseEvent.CLICK, clickOutside, false, 0, true);
    function clickOutside(e:MouseEvent):void
              if (e.target == stage)
                        mc.visible = true;
    The line :   if (e.target == stage)
    does not work anymore.
    Does importing SWF in Cp adds another level (stage is Cp scene, the SWF parent) ?
    Thanks.

    The captivate slide is the object capturing the event. Why don't you use an invisible button or transparent movieclip to capture the event? Then check if e.target.name == instance name.

Maybe you are looking for

  • I WILL NEVER BUY A SAMSUNG PHONE AGAIN. NEVERRRRR......

    I have been with VERIZON for so many years now. I am happy with the service they provide. They're pretty good with having signal almost everywhere I go. But this Froyo update for the FASCINATE thing has been going on for so long. It is very upsetting

  • How to remove Blank Fields in Reports ASAP

    I have a bugging problem. I have Reports 6.0 in which My address section 5 Fields of address one below the other. Report runs perfectly But when I have Address of only three lines then the middle lines are left empty. How can I shift the lines below

  • What's the FPGA step size and how to calculate it?

    Hi there, I inherited an vi with problem in it. It's basically reading the binary file then display it. So the vi reads the binary file by using Read From Binary File, the output data from this function then sends to FPGA after multiply a number (327

  • HP DL380 3G - booting error

    Hi, i am trying to instal MS Server 2008 R2 on the server stated in the subject and i am getting error about iSCSI device - not supported. Does anyone have any idea where might be a problem? I am a begginer, student if IT. 

  • Some font weights don't show up in Illustrator drop-down menu

    This problem is happening with more than one font (on a Mac, OS10.6.6, CS5), but as an example: I have the Futura font family, all weights from Light to Extra Bold Oblique, in my Fonts folder in my Home Library folder.  When I select type, and choose