awade
April 27th, 2005, 07:32 PM
I'm creating an art/design portfolio for myself and have worked out the basic structure and I had thought that i figured out how I was going to populate a flash movie with dynamic images. It worked fine on my local computer. When I uploaded it to my hosting server it had a few problems. It seems to work but it also shows extra code and I'm not sure where it is coming from.
Here's the link...
http://www.awade.com/portfolio
The extra code is the garbled text that seems out of place.
The image to the right is called through the URL and generated in flash. The main content is also determined by the URL (through PHP) and generated. I'm not sure if it's showing an error or if it's something else.
I'm using <?php print $_GET['value'];?> to pull the "value" from the URL and feed it to flash which pulls in the appropriate movie. I'm also using php to pull in the main content which is also determined by the URL.
Any help would be appreciated.
Here's the link...
http://www.awade.com/portfolio
The extra code is the garbled text that seems out of place.
The image to the right is called through the URL and generated in flash. The main content is also determined by the URL (through PHP) and generated. I'm not sure if it's showing an error or if it's something else.
I'm using <?php print $_GET['value'];?> to pull the "value" from the URL and feed it to flash which pulls in the appropriate movie. I'm also using php to pull in the main content which is also determined by the URL.
Any help would be appreciated.