I think there are probably three options:
- Load the link in as a flashvar and allow the Flash to open the URI
- Load the link into the Flash file using AJAX/AJAH and allow the Flash open the URI
- Just have the Flash file call a Javascript function that opens the URI
Is one of these methods better than the other(s)?
i.e.,
I'm working in a CMS, so each method requires a different process to edit/control the link. In #1, the editor needs to open the Flash node and add the path to a flashvar. In #2, the editor just needs to add the path as an anchor with a specific ID to a page (or XML). In #3, the paths could be stored in many different ways. The links aren't known when the Flash files are created, so they can't be embedded in the Flash. Is there a performance/efficiency/compatibility/good reason to use #1 over #2 or #3, etc?