A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: stream over network?

  1. #1
    Senior Member
    Join Date
    Dec 2000
    Location
    Sleeping rough in the kindom of Lurk
    Posts
    139

    stream over network?

    I'm working on a project that will be delivered on CD and potentially over a network.

    I have a standalone holder SWF that loads each section into itself. I know on a CD it has to load the whole movie before playing but is it the same for a network?
    I want to put a preloader in each section as they are quite large and I'm just wondering will the preloader work when it's on the network or would I have to embed it in HTML?

    I'm reading through the FAQs as I post this but would really appreciate the help.

    Thanks in advance

  2. #2
    Lifetime Friend of Site Staff Northcode's Avatar
    Join Date
    Dec 2000
    Location
    Whitehorse YT
    Posts
    3,766
    The file has to be streamed (from a web server) for Flash to get the byte counts to make preloaders and such stuff work. The only way to get this to work on a network or local file system is to request the files through a web server.

    If this is for an intranet you can make all the file requests through a copy of personal web server (on the local machine) or a central web server like IIS or Apache that isn't actually on the net, just used to serve up files inside the company.
    Last edited by Northcode; 08-22-2003 at 05:45 PM.

  3. #3
    Senior Member
    Join Date
    Dec 2000
    Location
    Sleeping rough in the kindom of Lurk
    Posts
    139
    Thanks for the reply. Not sure what type of network they have set up at the moment.

    Thanks

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center