Jump to content

PHp hybrid site


electricneil

Recommended Posts

Hi, im new to this forum,

 

Has anyone got any advice on building a PHP/Flash website (hybrid)

 

Basically i want the hedder to be coded using flash (actionscript) for the navigation, and an mp3 player.

And the main body to be coded using PHP so i can use PHP include function to grab html documents for the information etc in each section/page.

 

The main question is how do i get the mp3 player to continualy play when moving from page to page.

 

And also how do i get the flash navigation to communicate with the PHP so the web page dosent change but the content does, thus allowing the mp3 player in the hedder to continualy play without stopping/starting.

 

Any ideas? :)

Link to comment
https://forums.phpfreaks.com/topic/54288-php-hybrid-site/
Share on other sites

The main question is how do i get the mp3 player to continualy play when moving from page to page.

 

Probbaly not the most popular idea but, place it in a frame.

 

And also how do i get the flash navigation to communicate with the PHP so the web page dosent change but the content does

 

Flash communicates with php just as html does. By making either POST or GET requests to the server. Take a look at flash's loadVariables and related functions.

Link to comment
https://forums.phpfreaks.com/topic/54288-php-hybrid-site/#findComment-268400
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.