ASP with Flash
Hi,
I have an admin section for a property site that uses icons to represent details of the prop like Size, bedrooms, bathrooms, pool, etc..
I use Flash to enable a user friendly drag and drop function to place the icons. This then write the data posted into the db.
If necessary, I can get the asp page hosting the flash file to load info from the db on the property ref, I.e.
<%
GetPropRef = request("Property")
strSql = "Select * from Properties where PropRef like '" & GetPropRef & "'"
Etc..
%>
What I can't figure out is how to get the property reference posted in the url or on the page, into a parameter in Flash ??
Thanks,
C.
__________________
Cheers,
C.
Chris Ellis
Icon-Business Ltd
www.icon-business.net
[email protected]
|