I was using something like this for XML, but this gave me a really nice
idea.

I did find that Adobe had a much simpler version of the php file (two lines
of code), that performed the same task.

I decided to write an aspx page to perform the same task and to handle any
type of page information.  (A VERY slimmed down version of a reverse proxy
server).

So if anyone is looking for a similar solution, The link provided by Zeh is
fine, also here are some others.

A reverse proxy server in C# - perfect code to use as a blueprint or as-is.
http://www.codeproject.com/cs/internet/reverseproxy.asp

Adobe's scripts:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16520&sliceId=2

If anyone else out there still has problems, I'll try to answer any
questions.

Thanks for the help all..

Frbuer.

 

-----Original Message-----
From: Zeh Fernando [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 06, 2007 12:47 PM
To: [EMAIL PROTECTED]; [email protected]
Subject: Re: [Flashcoders] Bitmap.draw versus MovieClipLoader

> Is there a way to "proxy" image data?
> I know for XML, it's a simple matter of createing a Microsoft.XMLHTTP 
> object (in ASP/VBScript) and redirecting the information into the response
object.
> Anyone know the object for an image and/or other HTML page? (e.g.
> Microsoft.HTML?? )

You can 'proxy' any kind of http file. It's a simple script on PHP, ASP,
etc. For example, for a script that even forwards POST data,

http://xmlrpcflash.mattism.com/proxy_info.php

For images (or other type of data) you'd just need to change the
content-type.



Zeh

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to