A Flash Developer Resource Site

Search:

Type: Posts; User: ricoshea

Search: Search took 0.02 seconds.

  1. Thread: XML Caching

    by ricoshea
    Replies
    1
    Views
    563

    I am having a problem with the following: I...

    I am having a problem with the following:

    I load an XML document into my flash movie, transfer it into an array, and at some point change the data...I then do a load variables command to an ASP...
  2. Replies
    0
    Views
    620

    I've got an interesting problem... I have a...

    I've got an interesting problem...

    I have a flash chat that does a:

    Load Variables ("ProcessChat.asp", 0, vars=POST)

    This asp file then logs a user in based on other variables from the flash...
  3. Replies
    1
    Views
    713

    Flash will not allow you to tell the movie clip...

    Flash will not allow you to tell the movie clip you are nested in to do something. The way to accomplish what you are trying to do is have your MAIN movie clip loop until a certain variable is set. ...
  4. Thread: rotation

    by ricoshea
    Replies
    4
    Views
    735

    look in the tutorial/example fla section of the...

    look in the tutorial/example fla section of the site.

    There are some great "slider" menu resources...these behave in the same way...the action scripting should be easy to modify...
  5. Make sure you have... swliveconnect=true in...

    Make sure you have...

    swliveconnect=true

    in your embed tag...for all versions of netscape...unfortuneatly, all versions of ie on the mac do not correctly run javascript/fscommands
  6. Replies
    2
    Views
    1,396

    Why don't you use the load variables command. ...

    Why don't you use the load variables command. That way your ASP can react like it had been called from a GET or POST form...If you are looking to pop a new window, try putting some javascript on the...
  7. Replies
    15
    Views
    4,545

    I recommend incrementing your index before your...

    I recommend incrementing your index before your go to and play...better coding practice, plus I'm not sure how flash interprets commands after a Goto statment..

    if (index < 2)
    Set...
  8. Replies
    2
    Views
    1,372

    In your first flash frame set one of the...

    In your first flash frame set one of the variables you are loading from HTML to ""
    (ie...Set variable "HTMLvar" to "")...I recommend the last variable, then you can be sure everything else has been...
  9. Export your flash movie with the FSCommand. ...

    Export your flash movie with the FSCommand.

    Then in your html page in the "FSCommand" section you can do something like the following:

    Movie1Obj.SetVariable("/flashvar",javavar);
  10. If you are trying to send FSCommands to your...

    If you are trying to send FSCommands to your Flash movie before it loads, it will crash your browser...

    Try setting a javascript variable on your html page like:
    flashLoaded = 0;

    Then in your...
  11. Replies
    2
    Views
    1,745

    Not entirely clear on your calls etc... But,...

    Not entirely clear on your calls etc...

    But, how about this...

    When you load your page (ie tmpfile.txt)...
    setup a random number generator...
    then when you load your page try...
    ...
  12. Replies
    9
    Views
    1,657

    You need to store the images in seperate...

    You need to store the images in seperate swfs...then load then as movies...ie...

    hat.swf
    ball.swf
    etc...
  13. Replies
    1
    Views
    6,174

    I program in ASP, and find it very easy to...

    I program in ASP, and find it very easy to interface with flash. Also, ASP is very easy to learn since it is uses VBScript which is a subset of Visual Basic...you can connect to your databases very...
  14. Replies
    2
    Views
    3,893

    Easiest thing to do is pop your page in a new...

    Easiest thing to do is pop your page in a new window using javascript and disable the toolbar...
  15. Replies
    6
    Views
    1,565

    Try putting your pictures in movie clips...then...

    Try putting your pictures in movie clips...then when a user types in a certain word "tree, mitchell, etc"...in actionscript do:

    if (varname eq "tree")
    load movie "tree"

    not exact...
  16. Replies
    4
    Views
    4,326

    If you are getting the variables in a movie clip,...

    If you are getting the variables in a movie clip, make sure you are setting global variables (_Level0/:MyVariable) and not variables local to the clip itself...then you can refer to them anywhere......
  17. Replies
    2
    Views
    3,876

    Try putting in another loop that does...

    Try putting in another loop that does nothing...set a high counter, that will create your delay...
    <EMBED src="/cgi-bin/ubb/Members/sigs/00000549.swf" quality=high WIDTH=400 HEIGHT=80...
  18. Replies
    19
    Views
    6,021

    That's nice, quick download to...did you...

    That's nice, quick download to...did you design?...
    <EMBED src="/cgi-bin/ubb/Members/sigs/00000549.swf" quality=high WIDTH=400 HEIGHT=80 TYPE="application/x-shockwave-flash"...
  19. Replies
    2
    Views
    2,212

    You can combine your movies by opening them all...

    You can combine your movies by opening them all in flash, then copy frames from each and paste into single movie. Your Library should update automatically.
    <EMBED...
  20. Replies
    6
    Views
    5,495

    You might be running into a weird problem I ran...

    You might be running into a weird problem I ran into...if you set any variables before your load variables command, they won't load...try loading your variables, then setting any additional variables...
Results 1 to 20 of 20




Click Here to Expand Forum to Full Width

HTML5 Development Center