all groups > flash (macromedia) > july 2003 >
You're in the

flash (macromedia)

group:

Can we t.swf?name=yashika ?????


Can we t.swf?name=yashika ????? yashika
7/27/2003 8:58:19 AM
flash (macromedia):
for example

http://www.com/t.swf?name=yashika

and here we create a textbox named "dd"
then dd.text shows text "yashika"

Can we do like this???

Re: Can we t.swf?name=yashika ????? yashika
7/27/2003 10:46:41 AM
But,,Maybe you havent understand what I mean.
I want to find a way to Input the string(http://www.com/t.swf?name=yashika ) in the URL address bar of I.E. and I can get the swf with the parameter(yashika) showed there(in the textbox controll).
I do not want to use any mid-ware.Just type the string in the address box and I can get what I want.

Re: Can we t.swf?name=yashika ????? pellepiano
7/27/2003 11:26:52 AM
Actually you CAN do that without serverside scripts, just embed the swf with this javascript code and it will recieve any variable in the url string.

<script language="JavaScript">
document.write ('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" '
+'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" '
+'WIDTH=750 HEIGHT=500> <PARAM NAME=movie VALUE="knock.swf'+document.location.search+'">'
+'<PARAM NAME=quality VALUE=high>'
+'<EMBED src="knock.swf' +document.location.search+'" '
+'quality=high WIDTH=750 HEIGHT=500 '
+'TYPE="application/x-shockwave-flash"></EMBED></OBJECT>')
</script>


- Pelle Piano
Re: Can we t.swf?name=yashika ????? urami_
7/27/2003 5:20:39 PM

[quoted text, click to view]

not like that , to pass with URL you must use some middle ware, PHP or ASP or CGI ...
W/o scripts you can use object and embed tags

<PARAM NAME="MOVIE" VALUE="FILE.swf?name=yashika">
<EMBED SRC="FILE.swf?name=yashika">



Regards

urami_*



<lsym>

There's no place like 127.0.0.1

Re: Can we t.swf?name=yashika ????? urami_
7/27/2003 7:05:52 PM


[quoted text, click to view]

than you can't , flash does not take in such way parameters . It must have something that can serve that
parameter to it , sorry ......



Regards

urami_*



<lsym>

There's no place like 127.0.0.1

AddThis Social Bookmark Button