A Flash Developer Resource Site

Search:

Type: Posts; User: lebplaya

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    551

    ok, i have a quote section in my flash movie...

    ok, i have a quote section in my flash movie which I would like to update every so often but i would like to do this using a text file and not the actual .fla file. I can do it by pulling in...
  2. how do i tell the flash file to associate with...

    how do i tell the flash file to associate with the server in receiving information like the last modified date... remember, this date has spaces so i can't switch from JS to flash variables and I...
  3. how do i tell the flash file to associate with...

    how do i tell the flash file to associate with the server in receiving information like the last modified date... remember, this date has spaces so i can't switch from JS to flash variables and I...
  4. i know this has been posted before but it didn't...

    i know this has been posted before but it didn't really help my situation ...

    Im getting an error after this saying "theMovie is not an object"? whats wrong? thanx

    var InternetExplorer =...
  5. Still working on this flash file ... its killing...

    Still working on this flash file ... its killing me. I got all the cookies to read and process fine but now I have a Netscape problem.

    ------------------------------
    My cookie's value is "true"....
  6. Replies
    1
    Views
    830

    var InternetExplorer =...

    var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
    var theMovie = InternetExplorer ? window.intro : window.document.intro;
    WM_setCookie('cookie', 'false');
    var info =...
  7. Replies
    10
    Views
    787

    sorry i took so long . im trying to figure this...

    sorry i took so long . im trying to figure this out. ok, ive come to this point ...


    var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
    var theMovie = InternetExplorer ?...
  8. Replies
    10
    Views
    787

    still no work ... could this be the error? the...

    still no work ... could this be the error?

    the line i am recieving the error on is the same line which transfers the variables to flash ... here is the first flash frame it hits ...

    If (switch...
  9. Replies
    10
    Views
    787

    sorry .... it gives me an "Object doesn't support...

    sorry .... it gives me an "Object doesn't support this property or method" error
  10. Replies
    10
    Views
    787

    doesnt work?!? any other suggestions? :(

    doesnt work?!? any other suggestions? :(
  11. Replies
    10
    Views
    787

    var...

    <SCRIPT language=javascript>

    var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
    var theMovie = InternetExplorer ? window.ourMovie : window.document.ourMovie;
    ...
  12. Replies
    3
    Views
    755

    transfering variables --- HELPPPP

    <SCRIPT language=javascript>

    var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
    var theMovie = InternetExplorer ? window.ourMovie : window.document.ourMovie;
    ...
  13. Replies
    1
    Views
    588

    hi, im kinda in a rush to get this done . I've...

    hi,
    im kinda in a rush to get this done . I've been working on this script for days. Ive been able to read and rearrange cookie and import the variables into flash .... I got a real simple question...
  14. Replies
    1
    Views
    587

    I've been working on this script for days ......

    I've been working on this script for days ... here it is

    I have an intro which is like 20 secs long. At the end of the 20 secs, the menus pop up and the movie stops. When they make their...
  15. Im trying to a make an animated mouse trail which...

    Im trying to a make an animated mouse trail which runs the whole movie .... I can make one for the first 3 frames because it keeps looping (from frame 3 > frame 2) .... I need to run this script...
Results 1 to 15 of 15




Click Here to Expand Forum to Full Width

HTML5 Development Center