Skip to main content
Inspiring
January 24, 2014
Answered

Making a preloader - can I stream a swf movie?

  • January 24, 2014
  • 1 reply
  • 516 views

Hi there,

Potentially stupid question. I have a large piece of software (a game) that I would like to preload by playing a movie. The movie can be designed in Flash Pro, and thus can be a swf. The perk of this is that the file size can be pretty small compared to most movies (and it'll scale). However, I would very much like this movie to stream so it can start playing right away. Is this possible? Or to do so would require to convert it to an FLV or F4V file?

Thanks.

This topic has been closed for replies.
Correct answer kglad

swfs stream, by default.  the only thing that delays the first frame from loading are embedded fonts and objects exported in frame 1.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
January 24, 2014

swfs stream, by default.  the only thing that delays the first frame from loading are embedded fonts and objects exported in frame 1.

Zen SevenAuthor
Inspiring
January 24, 2014

Well I'm glad I asked for confirmation! I did a follow up search and it looks to be correct. Funny how the word "stream" is not mentioned in the SwfLoader reference.

kglad
Community Expert
Community Expert
January 24, 2014

it's actually more correct to say the swf progressively downloads rather than it streams.