Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 6th, 2003, 07:18 AM
Authorized User
 
Join Date: Aug 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ells228
Default 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]
 
Old August 6th, 2003, 02:41 PM
Authorized User
 
Join Date: Jun 2003
Posts: 42
Thanks: 0
Thanked 0 Times in 0 Posts
Default

In Flash you can use loadVariables(filename,levelnumber), where filename is for example an .asp page that Response.Write name/value pairs. For example: Response.Write("var=value"). If you load the variable in the _root movie you can reference them as _root.var etc.

Regards,

Gerhard Wentink

Gerhard Wentink





Similar Threads
Thread Thread Starter Forum Replies Last Post
asp variables + flash Adam H-W Flash (all versions) 0 July 16th, 2007 11:47 AM
Flash and ASP integration rajasekar_karthik Classic ASP XML 0 July 19th, 2006 07:01 AM
Flash at ASP.NET jessiang General .NET 2 January 16th, 2006 06:12 AM
flash animation in asp.net mistry_bhavin Classic ASP Basics 1 October 29th, 2004 04:07 AM
asp flash access kobalt7 Classic ASP Databases 3 May 21st, 2004 03:01 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.