This is a discussion on "Question from Jacob!" within the Web Page Design section. This forum, and the thread "Question from Jacob! are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Question from Jacob!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|
|
||||
|
Re: Question from Jacob!
Ajax would really be the only decent solution. It would look like a Flash site when you'd navigate it (loading spinners and whatnot), but it would be plain text. It just wouldn't be very smooth if JS was disabled.
|
|
||||
|
Re: Question from Jacob!
Yeah, but that would also be horrible SEO...lol. Come on Ryan I expect something really smart from you...lol.
|
|
||||
|
Re: Question from Jacob!
Ajax is the only solution (I can think of). But it's actually very simple with jQuery. I can do it in under 10 lines of Javascript...
If you have a template: (ie.: a part of the site that is common to every page) 1. put the flash player in there 2. create a div in which the content should be updated ('content div') 3. with javascript, fetch all links on the page and modify their behaviour so that: 3.a. Use ajax to fetch the content (only the content) 3.b. Use the response to update the content div. If you don't have a template (ie.: every page is completely different) 1. wrap the entire page in a div ('page div') 2. put the flash player outside this wrapper (or create it via javascript) 3. with javascript, fetch all links on the page and modify their behaviour so that: 3.a. Use ajax to fetch the entire page. 3.b. Use the response to update the page div. Send me a link!
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Last edited by spinal007; May 20th, 2007 at 10:31. |
|
||||
|
Re: Question from Jacob!
Quote:
Come on, Jacob... you should know better than to expect anything but the best from me |
|
||||
|
Re: Question from Jacob!
Honestly in this case just pop a new window with the player so it is always accessible. I think in this case since it will be user requested that is more than acceptable.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
||||
|
Re: Question from Jacob!
Yeah, I was thinking the same thing at first, but I don't like popups
|
|
||||
|
Re: Question from Jacob!
Then use an iFrame or something.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: Question from Jacob!
can you not use a php include? wouldnt that be better than an iframe? Just have the info where the links go to be in the incluse ad he can still have the music player where he wants to put it. Usually in a corner i hope. Better SEO no? Wi wi, poo poo, and all that french stuff.
|
![]() |
| Tags |
| media player, question |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hi, I'm Jacob! | JacobHaug | Introduce Yourself | 22 | Oct 21st, 2007 20:17 |
| here ya go jacob | razuel | Flash & Multimedia Forum | 6 | May 24th, 2007 14:59 |