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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.