Results 1 to 4 of 4

Thread: Flash Video
      
   

  1. #1
    Bill Shaw is offline Private
    Join Date
    Jan 2010
    Posts
    1

    Question Flash Video

    I have been designing my new website using Adobe Flash because I wanted to include some short high quality video clips with small file sizes which people could easily and quickly access.
    The new website has been uploaded and is working well except - the videos wont play.
    I have converted the files in flash to a HTML instruction file and embedded swf file as Adobe suggests and they work fine on my PC in Internet explorer.
    Has anyone any ideas how I can get them to work?

    My domain name is www.specialoccasiondvd.net

    Bill

  2. #2
    mrmagoo144's Avatar
    mrmagoo144 is offline Brigadier General
    Join Date
    Feb 2007
    Posts
    1,369

    Default Re: Flash Video

    not sure wht you did but all you have to do is use the swf tool on left side and embed the video from your hard drive. if the file is very big you may want to ftp the video to the server first then link it. if you check my site i have a ton of videos there and all play on demand.
    good luck

  3. #3
    Alien Dude's Avatar
    Alien Dude is offline Lieutenant Colonel
    Join Date
    Apr 2008
    Location
    The Dark Side
    Posts
    562

    Default Re: Flash Video

    Depending on what flash version your using check the action script for the onrelease command for the buttons. if the video is external to the flash itself then you should show this in the URL ie:

    on (release) {
    PlayThis.play();
    }

    Enter the url between the () corectly.
    or you can male it go to frame ie:

    on (release) {
    PlayThis.gotoAndPlay(Frame number goes here);
    }

    this may be different depending on the version.

  4. #4
    stephenz is offline Private
    Join Date
    Apr 2009
    Posts
    3

    Default Re: Flash Video

    If you flash video has been uploaded to your server, you can check the path and file name of it if they are correct.
    What code did you use to embed Flash? You can tell us and we can check.
    You can also check Moyea Web Player, which is a quick solution to create custom Flash video player for website to stream flash video online.
    [SIGPIC][/SIGPIC]
    DIY flash video player for website

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49