I want to pass a variable by way of a querystring (or any way that's possible) from flash (actionscript) to vbscript. From there I want to save the variable into a MySQL database. I understand the vbscript part but how would I transfer a querystring from a flash program to vbscript?
i have sent a variable from a button in flash to reload the page that is shown. however i cannot even load the page atall unless i set the variable to be fixed in the asp code. the variable is called category in flash and is simply three numbers; the flash code on the button is
on (release) { var category="206";
getURL("hippylife_shop.asp", "_self", "GET");
} basically i need to be able to set a default value for the first time the asp code.
the below code successfully queries the database for the record with the correct username and password, and then displays the users age and email from the database.
what i need
at the moment the asp returns the details in the form of a sentence on the browser. however, i shall be exporting the retreived details into flash, so rather then the current way, i would like to declare the fields i have just loaded as something i can export out to flash..such as Response.write (age=myage which will be the flash text box name) or something like that. Code:
I currently have a form on a page that allows you to search a database for all information on certain states. From a drop down jump menu it passes that variable of which state you selected into an ASP query.
I am building a interactive map in Flash that I would like to replace the drop down menu. So when you rollover a state it lights up and when you select it it passes the variable into the ASP query. Does anyone know how to do this out of FLash?
a simple asp page named “download.asp”. Flash would pass a variable called “link”, which will contain a string.
This string would contain a url which the download.asp page would call to download. We need the “content type” to be set accordingly to trigger the specified content to be downloaded directly instead of displaying in the browser window (e.g. jpeg files).
I have an ASP project where I have users select or input values into a criteria page and then once they press "Submit" the ActiveX viewer displays the crystal report. All works fine and the criteria can be somewhat dynamic because the variables are used to build a SQL statement that is passed to the crystal report as the dataset. What I would like to do is create a variable on the Crystal report that will display the SQL statement or at least an English translation. This variable will be used to display the criteria of the report so end-users can see what criteria was used to generate the output of the report.
I'm dividing two variables and on some instances the results going to be a long decimal. I want the decimal to round up to only one pace tho. How could I do something like that? My coding looks like this.. Code:
<script language="JavaScript" type="text/JavaScript"> Dim UN Set objNet = CreateObject("WScript.NetWork") Set objUser = GetObject("WinNT://my domain/" & objNet.UserName ) UN = objNet.UserName & " (" & objUser.FullName & ")" </script>
How can I reference the VBScript Variable UN in my ASP code? <%=UN%> won't work because VBScript is on the client side and ASP is on the server side. If I have to post it on one page and read it on another, how do I do that?
I have the following code in an ASP page but it does not seem to allow a JScript to access VBScript variables. But if a VBScript accesses a variable in declared in a JScript TAG then it seems to work.
<SCRIPT LANGUAGE ="VBSCRIPT" RUNAT="SERVER" Dim tes test = 10 </SCRIPT><SCRIPT LANGUAGE ="JSCRIPT" RUNAT="SERVER"
I tried the search function but I can't really identify what this kind of issue would be called (Searching store variable comes back with hundreds/thousands of hits).
I am doing an update form which opens 2 SQL connections (its easier for me to do this cause I mess up joins to a significant degree, that and performance is not a big worry, eitherway).
<notes> Both connections are open, one is called rs, the other is called articlers. I have 2 databases (named database1, and database2), and I have two different SQL strings (SQL and articleSQL, the problem comes in the 2nd string and in storing a variable. Code:
I have a Function in VB Script that generates a signature. I assign the result to a variable and then need to do a hidden post to an ASP Page for further processing.
Basic functionality is I have a button upon pressing it -- It does the hidden post.
Code looks like this. Please assist with passing this stringToSign variable to the .asp page via hidden post. Code:
I want to use vbscript to run a script multiple times and save its results to a text file. I have practically wrote this script before but only using a sql command wrote in to the script. However, this is a lengthy sql file so can not be directly entered in to the vbs script,s o I would like to run it using sqlcmd.
I have tried Googling this problem but found very little information about it. Any discussions online that I have found show no code and assume you already know how to do it.
I have found this so far:
Set objShell = CreateObject("WScript.Shell") Set objScriptExec = objShell.Exec("sqlcmd -S "&WScript.Arguments(0)&" -i "&WScript.Arguments(1))
But how do I get hold of the results in to some kind of variable?
Is there a way I can assign a value of true or false to a VBScript variable? I have a function where I want to initiate a value of false: Would this work? Code:
I have created a Contact Form in Flash MX, However i want it to be able to send the message using ASP. Does anyone know where i can download or find information on how to do this?
The problem I am having is that when I click on a thumbnail from the flash movie, it pops up the asp page and then it is suppose to display the image and title. It is displaying the title only and not the image. I can view the properties and the image string is being passed through, it's just not showing the image. Is there some other code that has to be included in the asp page to display an image? I hope I explained it enough for someone to assist me.
Anyone ever work between Flash and ASP before? I'm trying to send a variable from a Flash movie to an ASP page and get the page to display the variable. I have a variable, test, in the root of the Flash movie. I've set up a button that has this script attached to it:
getURL ("newpage.asp","","post");
Then, I've written a simple ASP script as follows:
name = Request.Form("test") Response.Write (name)
This is just to test out the concept. According to a tutorial I read, this should work, but it doesn't seem to be.
I am looking for a way to put Flash files into HTML without the location of my flash file being shown in the HTML. I have seen this done before using ASP. Where the flash would be embedded, instead there is a line of code that runs a ASP file. Then the ASP file runs the flash from it's location on the HTML page where the ASP file is ran.
I'm not an ASP guy at all. I'm a flash guy. But I just don't want to put the location of my flash file where people can see it on that pages source code. This OR any other way of doing it is fine.
Anyone ever work between Flash and ASP before? I'm trying to send a variable from a Flash movie to an ASP page and get the page to display the variable. I have a variable, test, in the root of the Flash movie. I've set up a button that has this script attached to it:
getURL ("newpage.asp","","post");
Then, I've written a simple ASP script as follows:
name = Request.Form("test") Response.Write (name)
This is just to test out the concept. According to a tutorial I read, this should work, but it doesn't seem to be. I'm wondering if I'm missing a step.
I have a Javascript to detect whether a client's browser has flash installed, but as so many people are putting me off relying on Javascript, could you please let me know if you know how to detect whether a browser has flash installed using ASP.
I am trying to figure out how to pull random flash movies from a designated folder and display them. I have a script that works great for one instance, but I cannot seem to figure out how to make it work for 5 different instances.
Meaning I am trying to place this 5 times on a side bar, so I wanted to have 5 places it places flash files at random, 1 file per slot.
Here is the code I am working with. Any ideas how to modify it so I can use it 5 times on the same page? It works great for one spot, but I need it to work for 5 spots and cannot figure out how to make it work. Code:
Does anyone know how integrate Flash with serverside scripts (ASP,PHP,....)????Any website??tutorials?I've found few information about it.Anyway there are some interesting books but they stop at the point i need more info. They are "Flash 5 Magic with ActionScript"
This is more of a flash recommendation question than ASP related, but I use this forum a lot, so wanted to see if anyone can answer.My page header is flash. One the header is flash. It's about 500KB.Do you recommend keeping flash in the header so it loads on each page, or creating a second image to replace the header on all thesecondary pages.
If someone views the flash header once, do they download it each time for each page, or does it cache?My point is that I do not want to kill my bandwidth.
I don't think the text file is caching. The information in the text file is called upon manually by the user of the flash movie.Odd that the variable in which the text is stored doesn't clear once the page is revisited. Flash can't permanently store the information without having Shared Objects set up.
(And they are not set up) I don't understand how the text file could be cached since the user manually requests the information after the page has loaded. The text information is being loaded into a Flash variable. All commands within the Flash movie are referring to an ASP file which draws from the text file.The project is complex; so right now I'm focusing on using txt files. I'mnot a database guru yet.
i am new in .asp and i have a fair knowledge of flash . basically what i want to do is set some variables in .asp and view the data (variables) in flashi tried the Request.Write but i didn't work .
i am using the following code in hope of tryin to read in an array from flash. i m new to asp and hope you can help i think the syntax is wrong to be honnest
Dim santas 'amount of santas s Dim trees 'amount of trees Dim santa_array_x()