Please support our PHP advertiser: Lunarpages PHP Web Hosting
![]() |
•
•
Join Date: Oct 2005
Location: Harare, Zimbabwe
Posts: 34
Reputation:
Rep Power: 4
Solved Threads: 2
i have a website and it have a flash banner. the problem is that every time i open a link the banner will have to reload again.
is there any way that i can use on my links so that when the link is clicked it will include a page (for axample information of about us, services) in the contents part of the page (below the banner) without making the banner to reload just like what frames do
is there any way that i can use on my links so that when the link is clicked it will include a page (for axample information of about us, services) in the contents part of the page (below the banner) without making the banner to reload just like what frames do
If you find this useful you can add to my reputation
•
•
Join Date: Nov 2007
Location: Bangalore, India
Posts: 3,098
Reputation:
Rep Power: 9
Solved Threads: 240
umm..As far as I know, you cant do that without using frames. Even if you use include or require, whenever the page is loaded, it will include the banner page again. Lets see if someone has a solution for this !
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
*PM asking for help will be ignored*
*PM asking for help will be ignored*
•
•
Join Date: Nov 2007
Location: Las Vegas, Nevada
Posts: 83
Reputation:
Rep Power: 2
Solved Threads: 14
you could use ajax to load the contents of a page into a div layer, but that is about the same approach as using frames, with more work.
You could try and get fancy with some actionscript to write session or cookie data from within the flash at increments of the timeline. You could use that session/cookie data on subsequent pages to start the flash where it left off, or have it not play at all if the data is set. This would require some server side scripting and some knowledge of actionscript so that you could get the flash to interact with the script.
For what it's worth, I usually just use frames...If SEO is a concern however, you may want to avoid using frames. Another approach is to just use a static image banner on all the pages after the first.
You could try and get fancy with some actionscript to write session or cookie data from within the flash at increments of the timeline. You could use that session/cookie data on subsequent pages to start the flash where it left off, or have it not play at all if the data is set. This would require some server side scripting and some knowledge of actionscript so that you could get the flash to interact with the script.
For what it's worth, I usually just use frames...If SEO is a concern however, you may want to avoid using frames. Another approach is to just use a static image banner on all the pages after the first.
•
•
Join Date: Jan 2008
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
can you help for my school project.. . ??? Its all about a program that will compute for CPU scheduling with CPU gantt chart in Operating System subject.. from what language can I do it easier?? Is it in Visual Basic or in Flash 8 using actionscript?? Can you help me guys??? I need your help guys. . Thanks in advance. . I will wait for your suggestions. .
•
•
Join Date: Feb 2008
Posts: 12
Reputation:
Rep Power: 1
Solved Threads: 1
I've got a few suggestions
1) As Nav33n suggested , you could make use of frames.
2) With the exception of Frames, you could look into Layers, however Layers react differently with Mozilla and IE
3) if your banner does not have any other functionality(onClick etc, links) , and its used only for cosmetic purposes , I suggest you convert it to a gif format. It loads a lot faster.
1) As Nav33n suggested , you could make use of frames.
2) With the exception of Frames, you could look into Layers, however Layers react differently with Mozilla and IE
3) if your banner does not have any other functionality(onClick etc, links) , and its used only for cosmetic purposes , I suggest you convert it to a gif format. It loads a lot faster.
web_lock
--------------------------------------------------------------------------------------
God created the world out of atoms, I intend on creating mine out of 1's and 0's
--------------------------------------------------------------------------------------
God created the world out of atoms, I intend on creating mine out of 1's and 0's
•
•
Join Date: Dec 2007
Location: Bangalore,India
Posts: 129
Reputation:
Rep Power: 2
Solved Threads: 1
•
•
•
•
i have a website and it have a flash banner. the problem is that every time i open a link the banner will have to reload again.
is there any way that i can use on my links so that when the link is clicked it will include a page (for axample information of about us, services) in the contents part of the page (below the banner) without making the banner to reload just like what frames do
did you try header().
![]() |
Similar Threads
Other Threads in the PHP Forum
- Lost browser links,internet options etc...toolbar (Web Browsers)
- Loader.EXE and IEDLL.EXE errors (Web Browsers)
- IE-links won't always work and will not "open in new window" (Web Browsers)
- Takeout Links Section (DaniWeb Community Feedback)
- general links board? (DaniWeb Community Feedback)
Other Threads in the PHP Forum
- Previous Thread: Administrator's Page Security Settings With PHP
- Next Thread: Add a Link into PHP web page...How To??
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Linear Mode