Link to home
Start Free TrialLog in
Avatar of navtarainc
navtarainc

asked on

PHP Flash database integration

Following is a PHP code. When hardcoded with folder and file name it works. See below:

i m facing a problem to pass the swf name which is database driven to flash pre loader.
as here in the above code
$FirstImageF = "1016/1016-001.swf"; is working but
$FirstImageF = $foldar_name1[0]."/".$planswfname1[1]; is not working
ASKER CERTIFIED SOLUTION
Avatar of emphaticDigital
emphaticDigital

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Roonaan
Roonaan
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial