Hi,
I know when passing vars to an AS3 movie you can use the query string like
mymovie.swf?Var1=something&Var2=something_else
but what about passing them via the URL?
I know that YouTube does this, there embed SWFs are
http://www.youtube.com/v/v3xYkyw86QM
with the red bit being the video URL. The server is Apache so it isn't something to do with FMS or any other Flash server
and it can't be done with rewrites like you normaly would because its client side
How can I do this with my flash movies?
Thanx,
Sam Rudge

Member Avatar for rajarajan2017

Utilize the javascript to extract the path from the url and pass it to the flash and get the value from "external interface"

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.