Link to home
Start Free TrialLog in
Avatar of rimbaud
rimbaud

asked on

trying to understand flash codebase urls...

I have a few questions about Flash URL's (below).
Take for instance the following Flash codebase:

"http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"


I understand the version portion but I can't find information about the other directories.

Why is it always flash2?  Why not Flash 4 or 5 if that is the version you're using?

What is the cabs directory? I can find no documentation in Flash on this.

Also, why does it say active as a prefix to macromedia.com. I have seen a few different prefixes at different times.

----------------------
I've increased the points since these are several short questions.
ASKER CERTIFIED SOLUTION
Avatar of rootdir
rootdir

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rimbaud
rimbaud

ASKER

Just curious because I'm trying to find a way to make my web pages parse Flash files quicker. I saw other Flash URL's with something other than "ACTIVE" as a prefix to the macromedia domain and thought maybe there was something to that. But I guess you explanation is simple and correct.
Avatar of rimbaud

ASKER

Root,

Forgot to ask you in following up....why does my web pages that have flash even need to go to a Macromedia URL? If the Flash files are created by me locally and stored on our site, why is there a call to Macromedia active servers?
You are correct. You create flash files and if you are using these web pages yourself then ok. Because it's sure that you have flash plugin active in your browser.

   What happen if you published your web pages in your web site and somebody, who don't have flash plugin try to see your web page?.

   At this time above codebase redirect that user to macromedia site. Then he will able to install flash plugin on his browser and bingo....

   He will able to see your web pages.

Cheers