Video plays on Root folder but not in Cgi-bin folder...Help!

Hello-
I just transfered my entire website content form one domain to another and for some reson my videos will not play on the new domain whereas they played correctly in the cg-bin folder of the old domain.  I do not understand why and need your help to figure it out since I am not a flash guy.
Here is the link to the videos that are not working correctly.  http://www.healthywaterlife.com/cgi-bin/d.cgi/phil/videos.html
My cgi guy says that all of the cgi is working correctly and he has stated that the problem lies within the code of the html.  So here is the html code for one of the videos...
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="605" height="350" id="FLVPlayer1">
           <param name="movie" value="FLVPlayer_Progressive.swf" />
           <param name="salign" value="lt" />
           <param name="quality" value="high" />
           <param name="scale" value="noscale" />
           <param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=http://www.healthywaterlife.com/videos/historyofkangenwater&autoPlay=false&autoRewind=fals e" />
           <embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=http://www.healthywaterlife.com/videos/historyofkangenwater&autoPlay=false&autoRewind=fals e" quality="high" scale="noscale" width="605" height="350" name="FLVPlayer1" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" />        
</object>
And yes, my server, codero, supports all of the cgi as the old domain worked well and was operating on the codero server.
Thanks for your help!

Are you sure that all the files have been uploaded?
The player.swf, the skin.swf, the actual .flv video file, and what about any javascript files used for Flash detection? So that could be as many as 4 files.
To test, paste the entire absolute address to each of those files directly into your browser address bar, like this:
http://www.healthywaterlife.com/videos/FLVPlayer_Progressive.swf
You should not see ANY file not found messages.
After verifying that each file exists on the server, then it's only a matter of correctly pathing all the Flash assets, and pathing includes correctly spelling file names (upper or lower case.. must be exact) as well using correct folder names.
To review Flash pathing:
Pathing issues
Almost always when it works on the local machine and not the server, it's a pathing problem.
You can put your Flash related files in whatever folders you want, they do NOT have to be in the root, they do NOT all have to be in the same folder. But if you have a problem and if sticking them all in the root folder works, then you know that the issue was a pathing problem.
Just remember that paths used in the .swf become relative to the Web page on which the .swf is placed, NOT it’s physical location.  So for example, if your .swf is in the flash/data folder and you use that .swf on a Web page in the root folder, you are in effect, removing that .swf from flash/data and putting it in root. So if the .swf is loading any related files (xml, images, video, etc), the path used inside the .swf to load the .xml file has to be relative to it's new location in root and then back down into flash/data. This is true even though when testing the .swf by itself, it can be inside flash/data and work just fine, since relative to it's location, the path is just fine, they are in the same folder. But if that same path is used when the .swf is placed on a page two folder levels up, the relative path has changed, the old "same folder" path will not work.
In fact if you are placing the .swf on a web page in a different folder than the .swf is stored in, and that .swf calls external assets, then direct clicking and opening of the .swf in it’s folder should NOT work! That’s because the paths to the external assets should be relative to the Web page and not the physical location of the .swf.
So just be sure that you use addresses relative to the final Web page locations (not physical file locations) and you can put the Flash related files in what ever folders you want.
Best wishes,
Eye for Video
www.cidigitalmedia.com
If that doesn't fix it, post a link. That really give us the best chance to help you.
Best of luck!
Adninjastrator

Similar Messages

  • Video plays properly in iTunes but not on AppleTV via Airplay

    I converted a few AVI files to MOV using Quicktime X and then imported the file into iTunes. The videos play just fine in iTunes, but they cannot be played on my AppleTV via Airplay. All the videos appear to load onto the AppleTV (control/play bar at bottom of screen appears), but one video does not play at all and the others only play audio. Again, they all play perfectly in iTunes.
    Video info:
    Kind: QuickTime movie
    Codecs: XVID, MPEG Layer 3
    Audio channels: 2
    Total bit rate: 1,422
    Thanks!

    Try Using Handbrake (free) to transcode to M4v or mpg4 files....... thay are supported by ATV2 nand will appear fine. .avi is an old compression scheme and is not suppoted on ATV2

  • Video Plays on local computer but not web

    My video which is a mp4 plays on my local computer fine but when I upload it to the web server godaddy to be specific it doesn't work in IE 9 but works fine in the other browsers. I have been trying to figure this out but I can't here is the web address for the site gologisticsusa.com

    pmsquillace wrote:
    I know this might sound like a cop out answer but I do not check in IE 9 yet because it is not fully used by everyone. I would just forget it and leave it till you can get a better answer.
    Eh, what? By that reckoning you shouldn't be testing on ANY browser as none of them are "fully used by everyone". You should be testing on EVERY browser available to you - most errors can be fixed with proper coding.
    In this instance, it looks like you are trying to use the HTML5 <video> tag, but it has not been properly used. As such it doesn't work in FF and/or some IE. IE will show mp4 files but only if the encoding is correct - H.264. if it's in this format, you may need to set the MIME types up on the server. FF uses OGG or OGV for their video so you should look into FireFogg to convert it.
    To set up the HTML5 <video>, it should look something like the below:
    <video id="movie" width="200 height="200" preload="auto" autobuffer autoplay controls>
      <source src="videos/INSERT_FILE_NAME.webm" type='video/webm; codecs="vp8, vorbis"' />
      <source src="videos/INSERT_FILE_NAME.ogv" type='video/ogg; codecs="theora, vorbis"' />
      <source src="videos/INSERT_FILE_NAME.mp4" />
    <!-- Include Flash fallback here if you like -->
    </video>
    You can include a flash fall back file afterwards for all browsers that don't support the HTML5 video tag -  such as olde IE.
    Check this link for a more in-depth look at how to do it: http://diveintohtml5.info/video.html

  • Downloaded a movie (mpeg-4) from youtube and I only have audio and no video.  it plays on another pc but not this one.  please help.

    Hi,
    I downloaded the latest free version of quicktime.  I am trying to play a movie (mpeg-4) that was downloaded from youtube.  It plays fine on my other pc, but I only get audio and no video when I open it on this pc. It shows up like static lines on a tv that has bad reception.  Can anyone offer some suggestions please?  I need to play it on thislaptop computer as I require it for a school presentation.  Thank you.

    It plays fine on my other pc, but I only get audio and no video when I open it on this pc. It shows up like static lines on a tv that has bad reception.
    Open your QuickTime control panel (either via the Control panels, or by going "Edit > Preferences > QuickTime Preferences" in the Quicktime Player). In the Advanced tab, uncheck Enable Direct3D video acceleration:
    ... and click OK. Quit and restart the QuickTime Player prior to checking to see if the settings change has had any effect.

  • Video plays fine in iMovie but not in Web Gallery ?

    Hi
    I managed to import some small video clips to iMovie 08 using Streamclip (converting to .dv files).
    The movies play fine in iMovie - no problems. However when I publish to Mac Web Gallery (I only published "mobile" size), one of the videos always hangs at the same point. The clip starts playing but you can see the clip stop loading and then it stops playing at the exact same point about 3 minutes in.
    The Web Gallery says the clip is 4mins 36secs long but it never plays it in full. I've removed from Gallery and republished. I've also deleted the project and started from scratch. Both have failed to cure it.
    Also tried it in Firefox 3 and Safari - same result.
    Why is Mac Web Gallery struggling to play all the clip?
    Thanks for any input!
    Martin

    Which version of iMovie?
    If you are on version 8.0.6, this is probably due to the use of speed changes like fast motion or slow motion.
    If you have speed changes in your project, you need to stick to the pre-set tick marks of 25%, 50%, 100%, 200%, 400%, 800%, etc. If you use a custom percent like 58% or 139%, you will get weird audio behavior in your final product.

  • Video plays on iPhone 3G, but not iPhone 2G or iPod Touch 1st Gen

    Hi all,
    We're creating videos to be played on iPhones and iPod touch's. The videos are working fine on my iPhone 3Gs but won't play on my iPod touch 1st gen or a 2G iPhone. I've had a look and the supported video list is exactly the same on all iPhones and iPod touch's so I'm at a bit of a loss.
    The video in question is here if anyone fancies testing it themselves:
    http://media.som.cranfield.ac.uk/vod/ki/topic/The%20Economic%20Downturn/0015/toy otaht.mp4
    Anyone else hit this before??
    Cheers,
    Luke

    Hello iFixItMan,
    Have you had a look at this article related to potential driver issues on Windows PC? Have you tried using a different cable?
    http://support.apple.com/kb/ts1538
    What happens if you try to place the iPod into *Recovery Mode* using the instructions provided in this Apple support document on either of the machines?
    http://support.apple.com/kb/ht1808
    B-rock

  • Video works with one friend but not another?? please HELP!

    my ichat video isn't connecting with my friend christina. we've taken turns calling each other and my computer keeps saying "no data has been received in 10 seconds" i can hear the ringing and then when we go to connect thats when the message comes up and cancels the call. at the same exact time my other friend sam was online so to test out my video chat i called her. & it worked. christina also connected with sam separately & that worked. then we tried a conference where all 3 of us could chat, and sam started it and invited both of us. it worked and we could all talk & see each other. however for some reason i can't connect to just christina. what's going on?

    Hi,
    Welcome to the    Discussions
    iChat can have several messages on a failed chat.
    The "No Data for 10 Secs" one only appears on chats that connect (even if you don't see the Video)
    Basically it point to an issues between iChat at the Internet.
    The same Result can be achieved by pulling the Ethernet cable out or turning the Airport card off or powering down the modem or router.
    So we have to look at what can produce a similar break in the Internet connection without the drastic steps above.
    Some modem and router have "protection" features that will do this.
    Denial of Service (DoS) tries to make sure any data that come to your Computer does so at a rate it can handle.
    It was originally designed to protect Web Servers from "attacks" where too many requests coming to frequently used to bring servers and their Internet connections to halt.
    So Dos is threshold based,. It will cut any port that it thinks there is an "Attack" on.
    Video chats can send lots of data.
    These thresholds that are preset in the device tend to be set at Web page streaming speeds (allowing for multiple requests on popular servers) - but also at older Internet Speeds.
    Modern Speeds and things like iChat Streaming two way Video can mean that certain Buddies can send you data faster than the threshold is set for particularly with iChat 5.
    Stateful Packet Inspection (SPI) works differently but can only process a certain amount of data and will cut the port that is causing it to be overloaded making it Threshold based as well.
    There is no way to change the thresholds involved so the best course of action is to Disable the feature.
    So the Speed Sam has to send you Video may be lower than that of Christine and not bump into the threshold.
    If Sam is the Host then it the Speed of that Internet Connection that governs how fast Data is sent to you.
    One solution is to cap iChat in iChat > Preferences > Audio/Video Menu to 500kbps on the all Buddies involved.
    If this solve the issue between you and Christine then you can move on to your Modem or router.
    8:16 PM Sunday; June 6, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
    Message was edited by: Ralph Johns (UK)

  • 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.

  • Songs playing on one computer, but not on others.

    I use my iPod on three different computers (Home/Work/brand new laptop). I recently upgraded my iPod from original 80gb to new Classic 160gb. Before I purchased my new iPod, I transferred my whole library (about 50gb)from my iPod onto my new laptop(using transfer software). Then when I purchased my new iPod I synced the whole library to the iPod. The problem is that when ever I connect my iPod to my work or home PC some songs have an exclamation mark next to them (and they don't play). So when I went to replace the "exclamation marked" songs from the laptop (where the whole library exist), I had NO exclamation marks. So my question is why do the songs play on one computer but not the others? Please help!

    It looks alot like the problem we had when we couldn't resolve the CUPS server FQDN.  But the desktop and laptop are on the same subnet and use the same DNS servers.  I can ping the CUPS server by FQDN from the command prompt on both
    2010-02-11 14:57:46,319 [0x000016f4] INFO  LCWabiAccount - (WABIMSG_ACCTINFO) acct SLOT 0 - CUPS (@) (0x0186a368), instance=54, proxy=BC-IPT-UPS.:5060(TCP), reg=false, pres=true, SL=false, KPML=false, CiscoKeepAlive=false
    2010-02-11 14:57:46,319 [0x00001394] WARN  LCIsuaLog - (WABIMSG_SDKMSG) CSuaCallControlManager.Singleton.Asynchronous::CProxyRegistrationHelper::RegisterWithNextProxy[2852] - Order of routing attempt: :5060(TCP)>. Attempting to register to
    2010-02-11 14:57:46,319 [0x000016f4] INFO  LCWabiSinks - (WABIMSG_REGSTATE6) *********   CUPS (@) (slot 0) REGISTER STATE:  Registering...    *********
    2010-02-11 14:57:49,787 [0x000016f4] INFO  LCWabiAccount - (WABIMSG_ACCTINFO) acct SLOT 0 - CUPS (@) (0x0186a368), instance=54, proxy=BC-IPT-UPS.:5060(TCP), reg=false, pres=true, SL=false, KPML=false, CiscoKeepAlive=false
    2010-02-11 14:57:49,787 [0x000016f4] ERROR LCWabiSinks - (WABIMSG_REGSTATE11) *********   CUPS (@) (slot 0) REGISTER STATE: FAILED!! code=503, reason=Service Unavailable   *********
    2010-02-11 14:57:49,787 [0x00001394] ERROR LCIsuaLog - (WABIMSG_SDKMSG) CSuaCallControlManager.Singleton.Asynchronous::CProxyRegistrationHelper::onFailure[3561] - Failed to register! error-code: 503, msg: 'Service Unavailable'. Retry in 20 second(s).
    I swapped out the username for and the domain with to protect the innocent.  Or maybe the guilty; we will see.  From the command prompt I can ping BC-IPT-UPS. and I get a response from the CUPS at the correct IP address.

  • I canot change an .img (video) file to a .mov file. It ends in .img no other endings. It plays on my computer but not on my blue Ray player TV. It came from Finalcut Pro as a home movie. Any help?

    want to change .img to .mox or .avi but won't convert. It is a movie from Finalcut pro 10.1.3 as a home video. I am on IMAC 10.1.1 yosemity. I have tried 3 different video convcerters. It plays on my computer but not recognized by blue ray player on TV. - Roger

    Julie O wrote:
    I just purchased the MPEG2 component but it can't be installed on Yosemite using the installer. Do you have to manually drop it into a certain area folder?
    Have you followed the instructions on the Square5 website>MPEG Streamclip for Mac>Lion/Mountain Lion and MPEG2 Playback Component?
    Russ

  • I bought an HD video off itunes, it will play on myIpad mini but not on my HD computer. When i try to download it to my Computer, it says my Computer isn't HD, but it is! its a Dell XPS 1330 with HDMI.....

    i bought an HD video off itunes, it will play on myIpad mini but not on my HD computer. When i try to download it to my Computer, it says my Computer isn't HD, but it is!  and the oiption it gives me is to rebuy an SD version.......BS!!!      my laptop plays HD! its a Dell XPS 1330 with HDMI.....how can i get this HD Ted movie to play on my laptop, as my mini pad has no HDMI cable to plug into my TV.

    Did you manage to get it working mine disappeared after I while I managed to download it but now my laptop/iTunes won't recognise my iPhone!

  • Using QuickTime Pro with an .mpg movie, why can I only get it to play from the beginning, but not from any other point in the video?

    Using QuickTime Pro with an .mpg movie, why can I only get it to play from the beginning, but not from any other point in the video? How can I fix this?
    Baffled in SB

    What format of MPG is this?  Is this an MPEG1 or MPEG2 video?  How was the video created?

  • Embedded Flash videos play on 32 bit Win7, not on 64 bit Win7, IE9 32 bit

    Hello,
    I have two PCs.  One is running 32 bit Win7 SP1, the other 64 bit Win 7 SP1.  Both have IE9 32 bit and the latest version of Flash 32 bit, 10.3.183.7.  This page http://www.iorr.org/talk/read.php?1,999739 and others at iorr.org have embedded YouTube Flash videos.  On the 32 bit machine, they play fine on both Admin and Standard accounts.  On the 64 bit machine, the embedded videos are only visible on the Admin account.  Standard accounts show an empty box with a broken icon symbol where the video should be.  (Note:  not trying to use IE9 64 bit.)
    I've spent a couple hours uninstalling and reinstalling Flash trying to see the videos on a Standard account on the 64 bit PC.  Nothing works.  Any suggestions?  Note that normal Flash videos work fine on the 64 bit PC Standard accounts.  Only embedded videos fail.
    During this exercise, I noticed that the 32 bit PC has the Flash Player Control Panel under Control Panel->System and Security.  The 64 bit PC does not have it there, but I can manually bring it up from a CPL file in the SysWOW64 folder.  Not sure if that's part of the problem or a different problem.
    Thanks for your time.

    I spent hours and hours on the same problem. My computer has a slightly different configuration. I am using Win7 32 bit, but experienced the same problems. Embedded Flash is working under Admin account, but not under other accounts. Many de-installs and re-installs, but nothing seemed to help. Until I found this internet post:
    http://superuser.com/questions/244316/embedded-video-is-not-shown-in-internet-explorer-9-r c-or-beta
    The solution offered in that post solved all my problems. Hurray!!!
    Solution:
    * Open REGEDIT
    * Find the following key:
    HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/x-shockwave-flash
    * Delete the key
    * Re-install flash
    * Problem solved (in my case)
    In the replies of the above mentioned link another solution was given (in stead of deleting the key)
    * Right click the above mentioned key
    * Change the access rights and allow all users read access to the key (did not check this myself)
    In order to keep the solution safe in this thread, please find a copy of the info in the link above here:
    In IE 9 RC or in beta, the embedded video is not shown in the web page. I verified the security settings in "internet options". Did not find any issue. Please find the screen shot below. I am able to view the flash videos in Youtube. But, for some reason, in some sites the embedded video is not shown.
    I don't have this issue with Firefox.
    UPDATE:
    I am able to see view the embedded video in Admin account. But not able to view it in Standard account.
    UPDATE:
    As it works as administrator, use Process Monitor and filter the Status on ACCESS DENIED.
    This allows you to troubleshoot what key the iexplore.exe process can't access.
    @TomWij, Thanks for the suggestions. The Process Monitor hint helped to nail down the issue. When run with standard privileges, it is getting "ACCESS DENIED" for reading the key
    HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/x-shockwave-flash. 
    When I elevated the privilege to Admin account, it did not have any issue. Then I uninstalled flash, deleted the registry key and then installed flash again. Now, I am able to view the embedded video in standard account.

  • Videos won't play in Safari. Notice says, "You need to upgrade your Adobe Flash Player to watch this video." I have downloaded it, but no change. All videos play OK in firefox, but I like the controls in Safari better and want to stay with it.

    Videos won't play in Safari. Notice says, "You need to upgrade your Adobe Flash Player to watch this video." I have downloaded it, but no change. All videos play OK in Firefox, but I like the controls in Safari better and want to stay with it.

    Try deleting Flash cookies.
    Flush.app – Flash Cookie Removal Tool For OS X | MacHacks.TV
    If that doesn't help, UNinstall the old Flash plugin first, then reinstall new.
    Troubleshoot Flash Player | Mac OS
    Then restart your Mac.

  • TS2610 My project plays on any Mac but not on my dvd player.  Please advise.

    My project plays on any Mac but not on my dvd player.  Please advise.

    Unfortunately that didn't do the trick.  For the life of me I can't figure this one out.  However, if I author it using iDVD (with the same media) it works?  I'd make do with IDVD if I could get rid of the Apple logo in the lower right corner. 

Maybe you are looking for

  • Can I install 2 separate Mozilla Firefoxes on my PC, with separate cookies, bookmakrks and everything?

    Hello. My question is: Can I install on my PC two separate versions of Firefox, with separate cookies, history, options and everything? Why do I need this: I'm using firefox as my main webbrowser, for e-mail, facebook, many different forums and so on

  • Adf Mobile selectOneChoice Problem

    Hi, i have a data control which is created from a wsdl with find operation and it returns a list to selectOneChoice.There is a no problem up to there . Problem starts with other selectOneChoice, thats like first one but one difference is it accepts a

  • Editing the BW Frontend User Role Menu

    Hi All, I am struggling to identify where it is possible to modify the front end role menu on the web. We currently have a web page which launches once the user as logged in. It displays our company logo in the left hand corner and then shows (user s

  • What's lost when you reconfigure Enterprise Manager?

    Hi all, Going straight into the questions: What's lost when you reconfigure a EM? And, What's stored in the EM Repository? Configuration: Windows 2003 Server Enterprise, Oracle 10g release 2 All of the EM consoles stopped working after we changed the

  • Calendar object question

    Hi, I have a Calendar object. Calendar currentDate = Calendar.getInstance();I'm setting the object to: java.util.GregorianCalendar[time=1049956535186,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="Europe/Berli