Slow Loading Portfolio Website
Jan 4, 2012
Somehow through tons of research I've been able to make myself a flash website which features my work. There is one big problem, my site loads really slow and I'm afraid I'm loosing all of my potential clients who probably won't wait for it to load.
Here's my website url: [URL]
I'm hosting with hostgator if that matters at all, I've also optimized the images.
View 3 Replies
Similar Posts:
Dec 19, 2010
I am building a website entirely out of flash. I know thats not a great idea, but it is not the biggest website in the world, however it does contain seven or eight .sws that take some time to load.When I test the website via a cable connection (T1), the speed of opening the website is not bad, but on DSL pretty slow.I dot want to turn people away from my site how can I make sure my flash site doest load that slow? Ie read somewhere that if you put all the .Ss into one master file it could make the site load faster.seen some flash websites that are big and their files load
View 2 Replies
Aug 8, 2010
using flash cs4 the overall website is looking and functioning fine but i want to add an image gallery.I downloaded one which included .fla .as xml and swf files but i dont know what to do with them in the sense of adding them to a particular page in my flash site..
View 2 Replies
Jun 17, 2010
I'm having an issue with the UiLoader, I think. I am using a UiLoader to show the portfolio section of my website. When I click on portfolio there is nothing there. Brought UiLoader to stage from the component panel> in the component inspector I set the source to Portfolio.swf> Test movie> it works great. In dreamweaver I draged the swf from the folder panel and placed it in a table> uploaded it to the site> go to the site, and there is no portfolio section. See the site here -> [URL]. I noticed when I made changes and uploaded to the web then went to the site I have to delete internet history files to get the swf to reload. What do I do about that? Off the top of my head I thought about changing the swf name everytime I make any changes, but I'm sure there is another way.
View 3 Replies
Sep 3, 2007
I am a young designer working on my portfolio website [URL]. Each TV (apart from a broken one) has a pop-up window which loads a section of work. This works fine with firefox but sadly the pop-ups dont load in IE. The script I used to load the pop-up can be found at: [URL].
View 1 Replies
May 2, 2011
I am developing a website in flash. In that I have created 4 to 5 timers. All the timers are running at a same time or many aspects.
Now my problem is, the functions or any movements based on the timer, is very slow. Where as when I put that timer in a separate file, the movements are faster.
Now I need all the timer should be faster at the same time, like I see the same speed in the separate file.
View 2 Replies
Apr 19, 2010
Why is it that the flash animation is so slow to upload to the site...Is this something I need to do or something to discuss with the server folks at Godaddy?
View 7 Replies
May 15, 2011
I have recently launched a site for a client which includes an interactive flash element on the home page but it takes a long time to load (10-30seconds). I have followed advice from others about keeping image small and link movies rather than embed but still slow, the swf file is about 7.9mb which i thought was ok for the size of flash file. Does anyway else know where I have gone wrong whether it be the embedding or some other area.
View 5 Replies
Nov 21, 2011
I have a Wordpress website located here: http:[url]....I'm trying to figure out why the page loads slow - I'm almost sure it has to do with Flash and size of images, plus rotating banner. I don't know how to edit or fix the problem though. So the question is: What is causing my website to load slow, and what EXACT steps can I take to fix the problem.I've already tried adjusting some of the browser ActiveX filters and other temp fixes, but that is not the proper solution. If this is a flash or image loading issue, can you tell me the EXACT step in how to edit these issues?
View 1 Replies
Jan 24, 2006
I'm loading XML cross domain and it works but it's really slow, or sometimes it never load...
Code:
system.usecodepage=false;
c = new XML();
t = new LoadVars();
[Code].....
how can i make sure that the XML is loaded everytime?! Sometimes I have to click the link in flash to reload the page that shows the XML to get the XML to load...
View 1 Replies
Apr 26, 2011
Just need a bit of guidance. This is my portfolio site My images are loading in very slowly. I'm loading them in with a UILoader component for more functionality and my code is below. Also the images look a bit distorted. Does anyone see anything wrong with the code or maybe my server godaddy account is running slow.
var myImage:String = "images/showcase.jpg";
var myRequest:URLRequest = new URLRequest(myImage);
showImg.scaleContent = true;
[code].....
View 1 Replies
Nov 17, 2009
This is really weird and I have no idea what could be causing this.I have this simple Flash site:
http:[url]....The main interface is loaded, and then it starts to preload a few external JPG images.The problem is that with IE it is taking about FOUR times (or even more) the time to load the same pictures with FF. In a slow connection such as a 128K the main interface takes the same time to load either on FF aswel IE - about 5-10 seconds. Then, it starts loading the external pictures - in FF it will take about 20 seconds more and in IE it will take about 80 seconds more. It is clear to me that the problem is not in the site loading itself, but in the contents loading. I can't see what in the browser could be interfering in the SWF, unless that the IE Flash plugin have some known (or unknown!) bug regarding to MovieClipLoader!
The only thing I can have in mind, is that I am not terminating the listeners in the onLoadComplete events, so theoretically they would be keeping the CPU busy even after the pictures finish to load (I spawn about 30 listeners, one for each picture). However, I doubt that this is the reason or else it would make FF slow down too, indeed? Also I noticed that when running the application in the authoring environment (control+ENTER) but loading contents from remote server, it have the same behavior as when loaded within IE (slow loading).
View 1 Replies
May 24, 2009
We have installed Flash Media Server on a Linux machine.It has 2GB of RAM,Fedora 9 with kernel 2.6.27.5-41.fc9.i686, the install required a few packages (compat-expat1 was one) to be installed before we saw the sample page. The sample page takes a few minutes to load and opening the page to connect to the admin console is about the same.
This is currently on our internal network while we try and see how it works. Are there any specifc TCP related kernel tuning parameters (eg in sysctl.conf) which need to be put in place over and above the out-of-box configuration. Any troubleshooting hints which might identify the problem. The install seemed ok nothing in /var/log/messages and checking to see what is running (ps aux | grep fms) I see
./fmsmaster -silent/opt/adobe/fms/Apache2.2/bin/httpd -f ./conf/httpd.conf -d /opt/adobe/fms/Apache2.2 -k start/opt/adobe/fms/fmsedge -edgeports :80,1935 -coreports localhost:19350 -conf /opt/adobe/fms/conf/Server.xml -adaptor _defaultRoot_ -name[code]....
but when we clear our browser cache and go to a page it is taking forever.It is taking about 5 minutes to open up the initial page, but when it is open the videos all seem to come through fine.The server previously had apache on it but I removed that copy and went with the version included with FMS.
View 3 Replies
Nov 15, 2009
I've got a basic dynamic XML gallery on my website and I noticed that thumbnails in the gallery do not load on slow internet connections. They load only when I enter the gallery for a second time. The debug flash player doesn't throw any errors. Is there maybe some loader property that allows longer timeout for the loader to finish loading?
View 3 Replies
Mar 25, 2011
I'm creating an application where the user uses the Arrow Keys to navigate around the menus and Spacebar to continue. On the first screen is the main menu that launches external swf's. (I have it as an exe). When I play the external swfs individually in the Flash Player.......the navigation is perfect and runs smoothly. But when I launch the external swf's through the first screen (menu).....the loaded swf becomes very slow/sluggish to react when I hit the Arrow Keys. (E.g. have to hit the arrow key 3/4 times before it moves). The frame rate in each fla is the exact same. I use the levels to launch the external swf. I have also used the "load into an empty movieclip" and the outcome is still the same. I'm using CS5.
View 5 Replies
Jan 27, 2006
In terms of performance, does loading .swfs into a flash movie have any implications. I've been experimenting with loading complex swfs into a simple movie and the complex .swf seems to perform a lot slower within the .swf than as a standalone. The host movie has no other funcitonality other than as a simple container. Is it in general terms better not to load .swfs into a movie but to code everything inside 1 movie ?
View 2 Replies
Sep 14, 2009
I have a very basic intro AS3 game. i have a base.swf, level1.swf, level2.swf, level3.swf and youwin.swf.
play the game in flash and it works perfectly! evertyhing loads the way it is supposed to.
i published it, uploaded it to my site, and it plays fine until youwin.swf is supposed to load at the end. i tested it on safari, firefox and opera. it works on opera but oes not play the youwin.swf like it should with the animation.
what are the possible causes for this type of occurrence? i have checked and double checked my code to make sure my variables are correct.[code]...
View 3 Replies
Apr 28, 2009
The problem: I have a Flash website and created the gallery for in in a seperate swf file. I now want to load this gallery into a movieclip once the playhead reachs fram 45. I have loaded the data successfully when the button is clicked, but that's as far as it goes. I try to add it to a movieclip (gallery_mc.addChild(loadGallery); )and recieve the error: "1067: Implicit coercion of a value of type flash.net:URLLoader to an unrelated type flash.display: DisplayObject.". I probably should mention that this code is on the timeline as well, so it isn't a matter of importing events.
View 2 Replies
Mar 11, 2010
Have a look at this:[URL]
and then this: [URL]
notice how it doesn't take any time to load on first URL, but on the second URL, it takes A LOT of time for the flash swf (header) to appear. Even when you change pages, it doesn't seem to get cached.
View 5 Replies
Mar 5, 2009
I am quite a rookie when it comes to action script soI made myself an advert from using some video and the filesize is obviously quite large (1mb). The problem is that the sitewhere the advert is to go only accepts file sizes up to 50kb. My plan is therefore to make a smaller version of the advertwhich just displays the company logo, but then loads the other .swffile from my website.Firstly is this possible....... and second how do I do itspell it out really simply as I always seem to get lost inall the gargon. I have been researching it a lot and the problem isthere seems to be a million different ways to do, but I haven't had
View 1 Replies
Jan 4, 2010
I am an interactive design student working on a flash portfiolio and . I can't figure out how to load a game I made in flash into my porfolio so that it loads after clicking on a button, becomes playable, then have a button to leave the game and go back to my portfolio. I'm working in Actionscript 2.0 because that's all my teachers will show me and I have minimal actionscript knowledge.
View 1 Replies
Sep 17, 2010
Im currently making website in flash. My problem is that I have some trouble with putting one of my games on my website ( Yes it is MY games, not stolen). I use the code:
ActionScript Code:
myGame_mc.loadMovie("myGame.swf");
The game shows up in my MC, But I cant play the game.
View 5 Replies
Feb 9, 2011
I have some video that's loaded in to the FLVPlayback component, the source of which is pulled from an XML file.On my own server, everything runs fine. On my clients server, the video is not loading. What could cause this to be happening?The pathing goes a little like this:main.swfvideos/movie.flvxml/data.xmlMain loads the xml file, then the xml file references the movie link and loads it into the FLVPlayback component.
View 2 Replies
Feb 2, 2009
I am building a web site in flash and want make an icon which appear the percent of loaded flash..
View 2 Replies
Jul 29, 2009
I've built a flash website for my client. I created the website, and it worked just fine. The client then came back with a few minor changes and additions. The only major addition was an intro animation, which I created in 3D / After effects.
Now, the website works when it's on my hard drive, but the minute I upload it, it suddenly stops at 3%. The loader dissapears, and nothing happens after that. I have tried deleting the additions, including the animation, and the updated menu. Same problem, only the point at where it stops loading becomes 5% instead of 3%. I have tried removing the preloader, and creating a shell.swf, which loads the file in using an external preloader. Same problem occurs. If I link directly to the file ie [url]... then nothing happens either (that link is for example purposes only). I have tried copying frames and pasting into a new flash file (main2.swf) and same problem occurs. Lastly, I tried removing the preloader, instead creating a simple test animation that loops until the file is loaded. Also just sits there and stops loading.
View 3 Replies
Jan 25, 2008
Say I load a movie clip "ball.swf", and I attach it to the scene. But then I change root frames, and need to reattach it (I DON'T WANT IT TO REDOWNLOAD!) and it needs to be external,Will the browser cache it, so it doesn't have to be redownloaded, when you call it to be attached?
View 2 Replies
Nov 5, 2009
I want to create a piece that allows a box to open that would hold say [URL]. The goal is to keep the user on the flash page but allow them to do a quick search without needing to leave the page. From what I can find though, flash can only render basic HTML. So far I have only found responses using As2 which gives me a slim hope but not much. I'm guessing this might be better achieved with javascript.
View 7 Replies
Mar 11, 2010
Have a look at this:notice how it doesn't take any time to load on first URL, but on the second URL, it takes A LOT of time for the flash swf (header) to appear. Even when you change pages, it doesn't seem to get cached. What could be the cause of this?
View 1 Replies
Feb 22, 2012
My site is [URL]. It has an index page to start which then, when clicked, takes you to the flash page. The trouble is that sometimes it doesn't load until the refresh button is pressed.
View 1 Replies
Mar 10, 2010
Have a look at this: [URL] and then this: [URL]. Notice how it doesn't take any time to load on first URL, but on the second URL, it takes A LOT of time for the flash swf (header) to appear. Even when you change pages, it doesn't seem to get cached.
View 5 Replies