friendlygiraffe Posted November 15, 2012 Posted November 15, 2012 I'm loading a SWF using SWFLoader that's over 50mb It seems to freeze when publishing from Flash Builder, but works fine when viewing the swf in a browser Is there a maximum size problem thats causing this?
Carl Posted November 15, 2012 Posted November 15, 2012 The browser only has to load that data. Flash Builder needs to process and compile all that data. Big difference. 50mb is a VERY large swf. I don't know of any maximum file size. I think you are just asking a lot of the compiler. Certainly not anything related to SWFLoader. It would probably make sense and save you a lot of time to segment your content into multiple swfs. Just my 2 cents.
friendlygiraffe Posted November 15, 2012 Author Posted November 15, 2012 The browser only has to load that data. Flash Builder needs to process and compile all that data. Big difference. 50mb is a VERY large swf. I don't know of any maximum file size. I think you are just asking a lot of the compiler. Certainly not anything related to SWFLoader. It would probably make sense and save you a lot of time to segment your content into multiple swfs. Just my 2 cents. It is a bit too large, because it's an FLV embedded in a swf timeline. I had to do it that way as I needed control the framerate with actionscript I guess I'll have to compress the video a lot more
GreenSock Posted November 15, 2012 Posted November 15, 2012 Yeah, I'm not aware of any file size limitation either.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now