Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-06-2004, 03:05 AM   PM User | #1
Metamorpheus
New to the CF scene

 
Join Date: Dec 2003
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Metamorpheus is an unknown quantity at this point
Question Dynamic Flash,jpg,text etc. script

Hello everyone.

You guys are great and I need more of your knowledge please.

Lets say you have diffrent flash files (5-6) and you have put them in a folder in the root folder.

I need a script that loads those files into a layer one after another in order.( for example when one file reaches the end the other one is loaded and loops.)

I also need to choose:

1.Number of times the file is looping before it loads the next file.
2.the folder the files are stored in.
3.link if clicked on it
+ things you think are helpful.

Can you ladies and gentlemen help me achieve this please because I am helpless my self.

Thank you everyone for their effort on this site.







Metamorpheus is offline   Reply With Quote
Old 01-06-2004, 08:23 AM   PM User | #2
Kor
Red Devil Mod


 
Kor's Avatar
 
Join Date: Apr 2003
Location: Bucharest, ROMANIA
Posts: 8,478
Thanks: 58
Thanked 379 Times in 375 Posts
Kor has a spectacular aura aboutKor has a spectacular aura about
As far as I know, javascript can not notice straight whether an external file was really loaded or not, without mention the rate of the downloading. Javascript can verify only if the HTML (or javascript) code was loaded.

Well, you can use a javascript cookie to download some external data and to store it on temporary cache (thus the posibility to verify the downloading range) but here are some dimention limit over which the cookie will be too big to worth working wioth...

Maybe is a better ideea to manipulate those external files using a server-side application.

If anyone knows much about this.....
__________________
KOR
Offshore programming
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
Kor is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:00 AM.


Advertisement
Log in to turn off these ads.