Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
Ayush.Jain #1
Get values from URL
Hi,
I am trying to develop a flash map where i need to show a value from the
current url into the text field in flash. The problem is I need only some
values from the url to be displayed in different text boxes.
Say the url is
[url]http://ayushjain.in/staticDefault.aspx?northamerica=168&southamerica=1 &europe=10[/url]
&africa=0
I want to display the value of "northamerica", "eurpoe" & "africa" in the text
boxes.
This should be done as soon as the swf loads in the html page.
Looking forward for help.
Thanks,
Ayush
Ayush.Jain Guest
-
read row values from datagrid and populate in new datagrid values from connected
Hello, i am new in asp.net and i am having a question: I am having a datagrid_1 in which i am showing the context of PatientDetails table.... -
ASP getting values
Hi, Lets say I connected to an Access database and created an sql and then created a drop down list. <% strSQL = "SELECT... -
how to get URL values into swf - pls help me
<PARAM NAME="movie" VALUE="Game.swf?action="<%Response.Write(sAction);%>" <PARAM NAME="quality" VALUE="high"> <PARAM NAME="bgcolor" VALUE="#FFFFFF"... -
Why don?t the location values in the Sprite Overlay agree with the values
I would expect the left,top,right bottom values for a sprite that appear underneath it on the stage when you click on it to agree with the l,t,r,b... -
Adding custom values and database values to DropDwonList
The other way is to create a DataTable, put the --None-- as the first Row, then read the datareader into the DataTable, and append the --other-- at... -
Raymond Basque #2
Re: Get values from URL
Assuming AS3, I can think of two ways:
1. Use the ExternalInterface class to retrieve that information from the
html document. Will require writing some javascript. See the example in
Flash help.
2. Append the query string to the flash url in the object/embed tag(s) -- or
use the FlashVars parameter, and then retrieve the values using
LoaderInfo.parameters (see Help). You can do this on the client side using
javascript -- or since your document is .aspx, on the server side when you
build the page/response.
Raymond Basque Guest



Reply With Quote

