|
|
| I would like help with my site with the flash player, i want to update the song with from the "Musica" page, which is in the top frame, and the player is in the bottom frame ^ problem |
| I'd suggest not using frames :) |
| Frames == usually a bad idea |
| You're just going to give yourself a headache trying to solve that and make it work cross browser |
| But if i dont use frames then if someone goes to a new page the song restarts And i dont like it restarting |
| a popup might be a better solution As the player is really an independent component |
| Hmm... you may be right |
| Imho popups can be useful from time to time ... but again can't be relied on But you could do some nice stuff with divs and ajax to handle the play list too |
| What are those? |
| Divs == <div>s ... AJAX == Asynchronous Javascript And Xml |