Linking into flash
Out of context: Reply #2
- Started
- Last post
- 8 Responses
- enjine0
not really a one sentence way of how to describe doing this. it's all about how you architect your application. if you architect it in a way that it can take something like an ID or a keyword which can be used as an argument in a function that displays that particular content, then you can just use a GET variable in the URL, write a javascript function to communicate it to flash, flash runs the display function with the argument.
you need to be decently experienced with building flash apps to do this effectively though.
here is an example of how i did it on my site:
http://mechanical-bull.com/index…
http://mechanical-bull.com/index…
http://mechanical-bull.com/index…
it's all the same file, but the keyword provided through the checkIt variable lets the flash app know what project to display.
dunno if this helps, but best of luck getting it to work out for you