Broken Links in SWF

I’ll apologize for the lengthy post ahead of time but I wanted to be as thorough as possible. I feel like I’ve tried almost everything. As a quick background My video contains multiple basic buttons each with their own up, over, and down state, as well as, hit box. Each buttons is suppose to go to a URL link. I’m trying to insert the .swf into SharePoint, however, I’m having the problems with the links not working. My AS3 is as follows for the swf:

[SIZE=2]BackgroundLink.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage_4);[/SIZE][SIZE=2]
function fl_ClickToGoToWebPage_4(event:MouseEvent):void[/SIZE][SIZE=2]
{[/SIZE][SIZE=2]
 navigateToURL(new URLRequest("[/SIZE][SIZE=2][https://eim.amc.af.mil/org/60mss/airmanleadershipschool/build%sites/background.aspx[/SIZE][URL="https://eim.amc.af.mil/org/60mss/airmanleadershipschool/build%25sites/background.aspx"]](https://eim.amc.af.mil/org/60mss/airmanleadershipschool/build%25sites/background.aspx)[SIZE=2]"), "_self");[/SIZE][SIZE=2]
}[/SIZE][SIZE=2]
ContactInfoLink.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage_5);[/SIZE][SIZE=2]
function fl_ClickToGoToWebPage_5(event:MouseEvent):void[/SIZE][SIZE=2]
{[/SIZE][SIZE=2]
 navigateToURL(new URLRequest("[/SIZE][SIZE=2][https://eim.amc.af.mil/org/60mss/airmanleadershipschool/build%sites/contactinfo.aspx[/SIZE][URL="https://eim.amc.af.mil/org/60mss/airmanleadershipschool/build%25sites/contactinfo.aspx"]](https://eim.amc.af.mil/org/60mss/airmanleadershipschool/build%25sites/contactinfo.aspx)[SIZE=2]"), "_self");[/SIZE][SIZE=2]
}[/SIZE][SIZE=2]
EventsLink.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage_6);[/SIZE][SIZE=2]
function fl_ClickToGoToWebPage_6(event:MouseEvent):void[/SIZE][SIZE=2]
{[/SIZE][SIZE=2]
 navigateToURL(new URLRequest("[/SIZE][SIZE=2][https://eim.amc.af.mil/org/60mss/airmanleadershipschool/build%sites/events.aspx[/SIZE][URL="https://eim.amc.af.mil/org/60mss/airmanleadershipschool/build%25sites/events.aspx"]](https://eim.amc.af.mil/org/60mss/airmanleadershipschool/build%25sites/events.aspx)[SIZE=2]"), "_self");[/SIZE][SIZE=2]
}[/SIZE][SIZE=2]
InstructorsLink.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage_7);[/SIZE][SIZE=2]
function fl_ClickToGoToWebPage_7(event:MouseEvent):void[/SIZE][SIZE=2]
{[/SIZE][SIZE=2]
 navigateToURL(new URLRequest("[/SIZE][SIZE=2][https://eim.amc.af.mil/org/60mss/airmanleadershipschool/build%sites/instructors.aspx[/SIZE][URL="https://eim.amc.af.mil/org/60mss/airmanleadershipschool/build%25sites/instructors.aspx"]](https://eim.amc.af.mil/org/60mss/airmanleadershipschool/build%25sites/instructors.aspx)[SIZE=2]"), "_self");[/SIZE][SIZE=2]
}[/SIZE][SIZE=2]
StudentsLink.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage_8);[/SIZE][SIZE=2]
function fl_ClickToGoToWebPage_8(event:MouseEvent):void[/SIZE][SIZE=2]
{[/SIZE][SIZE=2]
 navigateToURL(new URLRequest("[/SIZE][SIZE=2][https://eim.amc.af.mil/org/60mss/airmanleadershipschool/build%sites/students.aspx[/SIZE][URL="https://eim.amc.af.mil/org/60mss/airmanleadershipschool/build%25sites/students.aspx"]](https://eim.amc.af.mil/org/60mss/airmanleadershipschool/build%25sites/students.aspx)[SIZE=2]"), "_self");[/SIZE][SIZE=2]
}[/SIZE][SIZE=2]
ShirtsLink.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage_9);[/SIZE][SIZE=2]
function fl_ClickToGoToWebPage_9(event:MouseEvent):void[/SIZE][SIZE=2]
{[/SIZE][SIZE=2]
 navigateToURL(new URLRequest("[/SIZE][SIZE=2][https://eim.amc.af.mil/org/60mss/airmanleadershipschool/build%sites/shirts.aspx[/SIZE][URL="https://eim.amc.af.mil/org/60mss/airmanleadershipschool/build%25sites/shirts.aspx"]](https://eim.amc.af.mil/org/60mss/airmanleadershipschool/build%25sites/shirts.aspx)[SIZE=2]"), "_self");[/SIZE][SIZE=2]
}[/SIZE][SIZE=2]
[/SIZE]

I have a standalone laptop with no network connection (iexplorer 9) that has my adobe suite on it. I have to do my adobe work here then transfer the files via external hard drive to 2nd networked computer. From that computer I can upload them into SharePoint. Here is what I have tried so far:

On the standalone computer if I publish the .swf as “local only” the links in the actual .swf flash file do not work, however, the links in the .html file appear to work. It opens the browser with a flash security popup. Even if I add the domain of the link and the local location of the file to the trusted folders section I still get the security popup. Since the standalone has no network access it’s a null point anyway. If I publish the .swf as “network only” the .swf links appear to work since it opens a browser window, however, now the .html links no longer work.

When I transfer the files to the networked computer (iexplorer 8) I nothing works. It does not matter if I use the .html or the .swf file from either the local or network only publishes, the links do not open the URL. I’m pretty sure this is where my problem lies as if I can’t get it to work on this computer prior to uploading, I significantly doubt it would work in SharePoint. Just in case, I uploaded them anyway.
I attempted to to load both the .swf then the .html file into a page viewer webpart and the URL links don’t work. I then attempted to load both the .swf then the .html file into a form web part using the following code (again, links don’t work):


<object type="application/x-shockwave-flash" data="https://eim.amc.af.mil/org/60mss/AirmanLeadershipSchool/build%20images/Button.swf" width="668" height="500">
<param name="movie" value="https://eim.amc.af.mil/org/60mss/AirmanLeadershipSchool/build%20images/Button.swf" />
<param name="wmode" value="transparent">
<param name="flashvars" value="xmlDirectory=https://eim.amc.af.mil/org/60mss/AirmanLeadershipSchool/build%20images/Button.swf;xmlFileName=https://eim.amc.af.mil/org/60mss/AirmanLeadershipSchool/build%20images/Button.swf;picDirectory=/flash/images/"/>
<!-- begin alternative Content -->
<div id="homeFlash">
…  
</div>
<!-- end alternative Content -->
</object>

Finally I tried to load both the .swf then the .html file into a content editor web part with the following code:

<object classid="clsid:clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="660" height="500" id="Button"> 
<param name="movie" value="Button.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">
<embed src="https://eim.amc.af.mil/org/60mss/AirmanLeadershipSchool/build%20images/Button.swf" 
quality="high" bgcolor="#FFFFFF" width="660" height="500"
name="Button.swf" align="" 
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> 
</embed>
</object>

Again, no luck. Any help you guys can provide would be significantly helpful. Thanks in advance!