Hi. I've been looking all over for a certain script, but I just can't find it! I've been pulling my ears out, and I can't learn PHP because I'm so busy with work and my life and my running websites (I'm going to teach myself it over the Summer). So, I was wondering if any of the you guys here can help me.
I'm looking for a certain script that does this. The script will be called URLshower.php for now. So, say I typed in:
--------------
httpsample://www.domain.com/URLshower.php?image=/images/something.gif
or
httpsample://www.domain.com/URLshower.php?image=/images/something.swf
(I added the sample part so it wouldn't turn into a link!)
--------------
I would like to be able to customize my PHP page for a background and such, with headers, and everything, but with an image or a Flash file to appear in the middle based on the path that is in the URL. It also might be good if I could somehow customize the size of the displayed file in PIXELS, especially when I'm dealing with Flash files. That way a small cartoon flash file might not appear big and blurry. Maybe like:
httpsample://www.domain.com/URLshower.php?image=/images/something.swf&size=100x300
I don't know if this would work better with ASP or PHP, because I know both might work, but I just put it in here because I couldn't make up my mind. I'd love any help out there.
-cazu

I'm looking for a certain script that does this. The script will be called URLshower.php for now. So, say I typed in:
--------------
httpsample://www.domain.com/URLshower.php?image=/images/something.gif
or
httpsample://www.domain.com/URLshower.php?image=/images/something.swf
(I added the sample part so it wouldn't turn into a link!)
--------------
I would like to be able to customize my PHP page for a background and such, with headers, and everything, but with an image or a Flash file to appear in the middle based on the path that is in the URL. It also might be good if I could somehow customize the size of the displayed file in PIXELS, especially when I'm dealing with Flash files. That way a small cartoon flash file might not appear big and blurry. Maybe like:
httpsample://www.domain.com/URLshower.php?image=/images/something.swf&size=100x300
I don't know if this would work better with ASP or PHP, because I know both might work, but I just put it in here because I couldn't make up my mind. I'd love any help out there.
-cazu

Comment