FLVPlayback Problems

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rrocket
    New Member
    • Aug 2007
    • 116

    FLVPlayback Problems

    I cannot seem to get my video to show up when I upload the parts to my website. It looks like when I test it from the Flash IDE, but nothing comes up when I move the files over to the site. Is there something I have to add to the actionscript? I am currently doing to in AS 2.0, but it really does not make a difference what I use and if someone has some insight on how to get this to work in AS 3.0 I am open.

    I made the FLV file, dragged the FLVPlayback Component to the stage and moved everything over to my site. Am I missing something? Absolutely nothing comes up.

    I have tried to copy the original html file made when I published, but it does not work on the site either. I tried using the URL and file path to the FLV file, but nothing seems to work. I have checked countless sites and nothing has helped me to sort this out....

    Thanks.
  • preservedmoose
    New Member
    • Jun 2008
    • 1

    #2
    I am having this same problem on a Linux server. I will let you know if I find a solution.

    Comment

    • yogeshpuri
      New Member
      • Jun 2008
      • 1

      #3
      Hello

      Some of the points you can check is

      1. Are you uploading the skin swf file along with the flvplayer swf
      2. The flash file and video need to be on same server and if both are on different server use System.security .allowDomain("* ")
      3. Make sure the filenames are correct / Linux servers may not allow you with a case sensitive mistake.

      Comment

      Working...