
Welcome Guest
|
#1
|
|||
|
|||
|
I have the following javaScript set up pull a simple id# from a query string, and to pass it over into a varible in my SWF file. However it does not seem to work on IE Mac. Is this just a case of MS sucking, or is there browser specific syntax I should be aware of? On IE it seems to choke on the line where it calls the SetVariable method. Thanks! =Jed
function getid() { var idloc = window.location.search; var id = idloc.slice(5); window.document.movieDT.SetVariable("uid", id); document.write(id); } |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New Flash Builder 4.6 is now available for download | FlashMove | Flash Builder |
0 | 12-05-2011 01:35 AM |
| NONE of the Flash embed methods working right with IE (activeX problems) | iblokh | Client Side | 4 | 01-19-2008 10:31 AM |
| Help with Showing/Hiding DIVS from within Flash | MartyBelfast | Client Side | 5 | 05-06-2007 05:20 PM |
| Flash Video MX 1.8.15 released | gooogle | New Softwares | 2 | 06-01-2006 07:57 AM |
| Help support the Flash movement. | clint317 | General Flash | 4 | 08-19-2004 12:26 PM |





