hey,
i am trying to define a parameter/variable in my html file and pass it through to the embedded swf file:

Code:
  <param name="movie" value="index.swf?wmode=transparent&amp;index=XXX">
...
  <embed src="index.swf?wmode=transparent&index=XXX" width="200" height="910" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent" name="nav"></embed>
is there any method to read a part or the whole url?
e.g. www.website.com/XXX (oder www.website.com/#XXX)
..and then forwarding the XXX to the swf??
index=XXX

is something like that possible anyhow?