Flash/Access/ASP???
Flash/Access/ASP???
Out of context: Reply #8
- Started
- Last post
- 9 Responses
- AMFA0
actually you could do it a little differently.
although i would recommend asp.net, in asp you could:
dim flashID
flashID=request("ID")in your embed & object tags where your flash src is:
src="myswf.swf?ID="
that will create a variable in the _root of your swf file called flashid
then in your swf:
_root.gotoAndStop(flashid)hopefully newstoday doesnt strip my code