Note that there are some explanatory texts on larger screens.

plurals
  1. POHelp With Cross Domain Flash Variables
    primarykey
    data
    text
    <p>I have two flash movies <code>fl_base</code> and <code>fl_top</code>. <code>fl_base</code> contains ActionScript that pulls a string variable from a server and parses it out to determine the navigation menu of a site (the headers, subheaders, and the links to where each of those navigation items should point, as illustrated below).</p> <pre><code>Menu 1 --Sub Menu 1.1 --Sub Menu 1.2 Menu 2 -- Sub Menu 2.1 -- Sub Menu 2.2 </code></pre> <p><code>fl_base determines the order of the menus and submenus as well as the links</code></p> <p><code>fl_top</code> contains the graphical assets of the navigation (buttons, background, etc), and draws the actual UI.</p> <p>I'm running into an issue where the links (the getURL) will not work if the aforementioned string variable is pulled from a different domain. So, if <code>fl_base</code> and <code>fl_top</code> reside in <em>example.com</em> and the variable is pulled from <em>test.example.com</em>, then <code>fl_top</code>, while displaying the UI (menus, buttons, colors) will not allow the user to click on the link. I should note that the <code>getURL</code> is located in the <code>fl_top</code> movie.</p> <p>We have a <code>crossdomain.xml</code> that allows cross-domain access between flash movies.</p> <p>Can anyone enlighten me why this isn't working and if there is a solution, short of re-writing the flash movies (which has been decided is a no-go by the higher-ups)</p> <p><strong>UPDATE</strong></p> <p>I should also mention that I am using SWFObject 2.2 to load <code>fl_base</code> and that <code>fl_top</code> is called via <code>loadMovie</code> from <code>fl_base</code></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload