Preparing Files for Media Server

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default Preparing Files for Media Server

    Hello Experts!
    {b}We have created an SWF file in a program other than Flash. [/b] It pulls
    in some external videos that have been encoded as SWF files. What do we need to
    do to get the files ready for the Media Server? Do these external videos need
    to be encoded as FLV files? What about the main SWF that was created in another
    program? What needs to happen to it? The IT department has asked for the native
    FLA file-which we do not have. Just curious, but what we the IT folks do to the
    FLA? Any help would be greatly appreciated since I know so very little about
    the Media Server software.
    Thank you!!

    MoJo Greg Guest

  2. Similar Questions and Discussions

    1. Flash Media Server Temp Files
      Hi all, Maybe this topic has been asked and answered before. But I have not found relevant information on this issue. So there it is: I found...
    2. I?ve got a problem writing files on the server side withFlash Media Server 2.0.2 and 2.0.3.
      Hello, I?ve got a problem writing files on the server side with Flash Media Server 2.0.2 and 2.0.3. The same code was working fine with an older...
    3. Can you detail How create an application use StreamingMedia Server (Flash Media Server) for me?
      Can you detail the way to create an application use Streaming Media Server (Flash Media Server) for me? I installed Flash Media Server 2,...
    4. Flash Media Server (Where To Store .flv files)
      I am running the Beta of FMS. I have the software installed on C: and my wwwroot is on E: I need to use E: as my data drive. Is this possible? I...
    5. Preparing eps and ai files for PDF print publication--Illus. 9.x
      I have artwork with an embedded graphic that looks great until I convert it to a PDF. I have tried several profiles--US prepress, etc., and it...
  3. #2

    Default Re: Preparing Files for Media Server

    The video files need to be encoded as FLV, and the method by which they are
    loaded is completely different than loading an .swf file.

    The main .swf needs to contain code to establish a netconnection to the
    server, and begin a netstream over the netconnection. You can do this with the
    prebuilt components that ship with Flash and with FMS, or you can write your
    own code.

    Since you're new to FMS, I would suggest reading "Programming Flash
    Communication Server" (O'Rielly). It will give you a solid understanding of
    what you need to to.

    JayCharles Guest

  4. #3

    Default Re: Preparing Files for Media Server

    JayCharles,
    Thanks for that good bit of information!
    That has been most helpful with the problem.
    Kind regards,
    Greg
    MoJo Greg Guest

Posting Permissions

  • You may not post new threads
  • You may 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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139