|
|
 |
Re: FN-FORUM: Javascript or PHP
date posted 20th March 2006 11:37
On 20 Mar 2006 09:19:35 -0000, Creative Digital Alliance
[EMAIL REMOVED] wrote:
>
> Hi all,
>
> Got a number of flash galleries, I want to have one html page, that
> has the same graphics and text in it, that I can load one of these
> flash files into by sending a variable with the URL. I am currently
> using the method below to add flash files to the site, anyone know how
> I can incorporate this into it?
>
> I've googled and there seem to be ways of reading an appended variable
> from the url using Javascript but I just don't have the knowledge to
> apply the principles to the script I'm using, or may be PHP is the way
> to go?
>
What method below? Anyway no need for conditional checks, just pass
the value straight to Flash like so ...
src=3D"navigation.swf?language=3D"
... assuming your URL looks like myfile.asp?language=3DENG
... I'm sure some kind person can translate to PHP. Also remember the
param value for IE.
hth
Paul
|
 |
|