homer.favenir Posted July 22, 2008 Share Posted July 22, 2008 hi, can php know if the page is finished loading? because i need to insert a progress bar i made in flash. when the page starts loading, the progress bar will be visible and when the page is done loading, the progress bar i made will disappear. please give me an idea. thanks Link to comment https://forums.phpfreaks.com/topic/115941-progress-bar/ Share on other sites More sharing options...
trq Posted July 22, 2008 Share Posted July 22, 2008 can php know if the page is finished loading? Nope, php runs server side. because i need to insert a progress bar i made in flash. Isn't the entire point of a flash progress bar to display the progress of a flash frontend loading? Link to comment https://forums.phpfreaks.com/topic/115941-progress-bar/#findComment-596112 Share on other sites More sharing options...
homer.favenir Posted July 26, 2008 Author Share Posted July 26, 2008 no, i will use the flash progress bar just a dummy. page load, progress bar and page done load. Link to comment https://forums.phpfreaks.com/topic/115941-progress-bar/#findComment-599877 Share on other sites More sharing options...
Third_Degree Posted July 26, 2008 Share Posted July 26, 2008 well, you could fake it. Use CSS to make everything invisible, display your progress bar, then after how ever long your progress bar takes, make the javascript show all your content by changing the css. Link to comment https://forums.phpfreaks.com/topic/115941-progress-bar/#findComment-599954 Share on other sites More sharing options...
JasonLewis Posted July 26, 2008 Share Posted July 26, 2008 well, you could fake it. Use CSS to make everything invisible, display your progress bar, then after how ever long your progress bar takes, make the javascript show all your content by changing the css. Why make them wait longer then they have to, pretty inconvenient. Link to comment https://forums.phpfreaks.com/topic/115941-progress-bar/#findComment-599959 Share on other sites More sharing options...
Third_Degree Posted July 26, 2008 Share Posted July 26, 2008 well, you could fake it. Use CSS to make everything invisible, display your progress bar, then after how ever long your progress bar takes, make the javascript show all your content by changing the css. Why make them wait longer then they have to, pretty inconvenient. Well thorpe already mentioned it's not possible, but the OP still wants it, so I'd tried to help. I agree it's a waste of time though. Link to comment https://forums.phpfreaks.com/topic/115941-progress-bar/#findComment-599960 Share on other sites More sharing options...
secoxxx Posted July 26, 2008 Share Posted July 26, 2008 why dont you just use a animated gif and some javascript. Link to comment https://forums.phpfreaks.com/topic/115941-progress-bar/#findComment-599982 Share on other sites More sharing options...
homer.favenir Posted July 26, 2008 Author Share Posted July 26, 2008 that is what im trying to do. ive made some searching on the internet but it doesnt give me an answer, Link to comment https://forums.phpfreaks.com/topic/115941-progress-bar/#findComment-599985 Share on other sites More sharing options...
secoxxx Posted July 26, 2008 Share Posted July 26, 2008 I can provide you with the nessecary files and script if you want. Email me Link to comment https://forums.phpfreaks.com/topic/115941-progress-bar/#findComment-599986 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.