PDA

View Full Version : Help With Header



Cory
July 24th, 2003, 10:36 PM
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

Meridian
July 24th, 2003, 11:42 PM
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 ;-)

I searched using - send data to flash from php

Cory
July 25th, 2003, 09:46 PM
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 (http://www.webref.info) Is An Idea Of What I Am Trying To Do In Flash (Note The Header Depending On The Page)

Thanks Again,
Cory

Cory
July 25th, 2003, 10:02 PM
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;
}