Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
[Ideas]
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Jaden" data-source="post: 417599" data-attributes="member: 51705"><p>I don't see what you would modify in the SWF to make the clothes "load faster" unless you're going to keep the loading bar until every clothing SWF is loaded (only way I can see it being done).</p><p></p><p>There are more logical approaches to making your flash content load faster on your website and one of them is to just use a web server (something like nginx) to cache static web content like SWF's and boom, faster load?</p><p></p><p>I just can't see what you would change in the habbo swf to make the flash content "load faster" because at the end of the day if your server (network speed, etc) isn't the contention (say you're using an nginx server to host cached flash content) then it'd be a problem at the user-end and their network speed, etc (which is still your problem ig.). </p><p></p><p>I do notice how Habbo does load multiple clothing swfs at a time, and if you read the thread I linked below it's pretty clear that SWF files aren't really anything lightweight and go through many transitions in the loading process. I see newer hotels adding a bunch of custom clothing and it just slows their whole client down (they're NOT caching as well).</p><p></p><p><a href="https://stackoverflow.com/questions/7096824/how-does-a-browser-load-a-flash-file-swf?rq=1" target="_blank">https://stackoverflow.com/questions/7096824/how-does-a-browser-load-a-flash-file-swf?rq=1</a></p><p></p><p>My advice:</p><p>Use a web server that'll cache your flash content.</p><p>Cut back on custom clothing unless you're putting it in the catalogue, because then it won't be loaded until a user is wearing it, or a user reaches its cata page.</p></blockquote><p></p>
[QUOTE="Jaden, post: 417599, member: 51705"] I don't see what you would modify in the SWF to make the clothes "load faster" unless you're going to keep the loading bar until every clothing SWF is loaded (only way I can see it being done). There are more logical approaches to making your flash content load faster on your website and one of them is to just use a web server (something like nginx) to cache static web content like SWF's and boom, faster load? I just can't see what you would change in the habbo swf to make the flash content "load faster" because at the end of the day if your server (network speed, etc) isn't the contention (say you're using an nginx server to host cached flash content) then it'd be a problem at the user-end and their network speed, etc (which is still your problem ig.). I do notice how Habbo does load multiple clothing swfs at a time, and if you read the thread I linked below it's pretty clear that SWF files aren't really anything lightweight and go through many transitions in the loading process. I see newer hotels adding a bunch of custom clothing and it just slows their whole client down (they're NOT caching as well). [URL]https://stackoverflow.com/questions/7096824/how-does-a-browser-load-a-flash-file-swf?rq=1[/URL] My advice: Use a web server that'll cache your flash content. Cut back on custom clothing unless you're putting it in the catalogue, because then it won't be loaded until a user is wearing it, or a user reaches its cata page. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[Ideas]
Top