Help With Header

I Need Help.

I Am Making a Header That Will Be Using Tab Links. This Header Will Be Included In Php Pages.

I Need A Way For Flash To Know Which Page It Is On So The Tabs On The Page Will Respond Differently.

Any Suggestions Would Be Nice

Hi Cory, Try this

Try this http://www.kirupaforum.com/forums/showthread.php?s=&threadid=597&highlight=send+data+to+flash+from+php

Also, don’t forget to use the old search function at the top :wink:

I searched using - send data to flash from php

I Have Searched For This Subject On This Site And Others With No Luck On My Particluar Problem.

I Need A Way For Flash To Detect Which Page I Am On. The Problem With loadVariables Is That You Need To Specify Where To Load The Vairables From. This Flash File Will Need To Load The Variables From Different Files Depending On Which Page It Is On So That It (A Flash Header) Can React Differently.

Is There A Flash Function That Gets The Current Page From The Url?

Here Is An Idea Of What I Am Trying To Do In Flash (Note The Header Depending On The Page)

Thanks Again,
Cory

Okay…I Spent Hours Trying Different Things, And The Solution Is Way Easier Than I Thaught.

if (_root._url == “this.url”) {
Do This;
}
else {
Do That;
}