A Flash Developer Resource Site

Search:

Type: Posts; User: GooseBump

Page 1 of 18 1 2 3 4

Search: Search took 0.19 seconds.

  1. Replies
    1
    Views
    391

    nm solved it

    nm solved it
  2. Replies
    1
    Views
    391

    variable logic question

    SOLVED

    I have a variable and I want to see if it is the same as a variety of options. I tried an elaborate and/or string and it failed see below:


    if (_root.whichport<6 or (_root.whichport>8...
  3. Replies
    2
    Views
    469

    Flash8 Import Variables from .txt as Number

    I'm trying to import some variables set up in a .txt file. However the variables that I would like to behave like numbers are not doing so.

    I have a variable in the text file called...
  4. Replies
    3
    Views
    812

    CS3 Thanks that worked great!

    Thanks that worked great!
  5. Replies
    3
    Views
    812

    CS3 AS 2 onPress Startdrag issue.

    I wondering if there is a way to cancel a button's onPress action.

    For example on my button I have the following:

    on (press) {
    startDrag(this, false, 384, 2.5, 384, 70.5);
    }
    on (release) {...
  6. Replies
    2
    Views
    697

    [F8] Imported Variable issue

    I've imported a variable that is:

    &myVar=0

    However when I go to do stuff with it say:

    myVar = myVar+1;

    I get results as if it were a string.
  7. [8] Saving Variables from Flash Projector

    Is there any way, like the old Flash 5 fscommand("save", "file.txt") method for exporting variables from a flash projector to a formate that can be imported later without using any 3rd party...
  8. Replies
    2
    Views
    711

    I figured it out. ...

    I figured it out.



    _root["whichVar"+_root.myVar1]


    sorry for the trouble!
  9. Replies
    2
    Views
    711

    Dynamic Variables

    I've asked this before but miss placed the file I used it in and can't find the old post.

    I'm trying to set the value of a variable that I get the name of dynamically.



    var myVar1 = 1;
    var...
  10. Replies
    1
    Views
    487

    Dynamic Paths... RESLOVED

    I've done it before, I can't find the files that I did it in to save my life and I'm going crazy here.

    Basically it's very simply. I'm trying to tell a movieclip to play, which moveclip I tell to...
  11. Replies
    8
    Views
    863

    After playing around with it I think I've wrapped...

    After playing around with it I think I've wrapped my brain around it. Here is a question to this.

    How would I go about creating a .swf that DOES scale to the window but loads a .swf into a...
  12. Replies
    8
    Views
    863

    ok, what you'll need to bang that menu out to the...

    ok, what you'll need to bang that menu out to the upper left when you flash goes full screen is a javascript call to get the demensions of the browser window

    You can find all about that here:...
  13. Replies
    8
    Views
    863

    ok I have a question for you... How did you...

    ok I have a question for you...

    How did you get your flash to go 100% in the browser window without having the content of the flash distort to the new size?
  14. Replies
    8
    Views
    863

    You could slug it into a layer.

    You could slug it into a <div> layer.
  15. Replies
    11
    Views
    986

    ok, so I'm getting a wierdo error. I have the...

    ok, so I'm getting a wierdo error. I have the following in my first frame. I didn't set some of the properties with AS since I set them on the text field it's self.



    loadText = new...
  16. Replies
    11
    Views
    986

    I don't know what to tell you. It's working on...

    I don't know what to tell you. It's working on my end. The only thing I don't have is your .css file. Is there anything in that that would change the spacing?

    Can you tell me what style your...
  17. Replies
    11
    Views
    986

    I looked into condenseWhitespace... I haven't...

    I looked into condenseWhitespace...

    I haven't found any reference to this. However I did find "condenseWhite"

    In the flash help it says the following for "condenseWhite"

    "A Boolean value...
  18. Replies
    11
    Views
    986

    I'm not sure about condenseWhitespace. All I...

    I'm not sure about condenseWhitespace. All I know is that Flash is finiky when loading in HTML formated text. Sticking everything on a single line always seems to do the trick for me.
  19. Replies
    1
    Views
    576

    give your iframe a name first:

    give your iframe a name first:

    <iframe name="myiframe" src="....

    then in your flash define the target as the name you gave your iframe:



    on (release){
    getURL("http://www.flashkits.com/",...
  20. So the text box for "You have been logged in for:...

    So the text box for "You have been logged in for: 00:00:00" displays the Live time? As in it keeps ticking away?

    What you could do is create a new variable that this text box is linked to. Then...
  21. Replies
    11
    Views
    986

    This worked for me.

    The following worked for me. It put a one line break between"...project needs." and "The following..." as well as "...listings below." and the first link "Junior Designer".



    var mytext = "<p...
  22. Replies
    2
    Views
    550

    In the "Info" panel there is a graphic between...

    In the "Info" panel there is a graphic between the "Width and Height" boxes and the "X, Y" boxes. Click the upper left hand corner box and when you change the Width and Height values it will resize...
  23. Replies
    11
    Views
    986

    have you tried using a tag instead of a...

    have you tried using a <p> tag instead of a <span> tag?
  24. Replies
    5
    Views
    689

    Yes. Flash projectors behave identically to .swf...

    Yes. Flash projectors behave identically to .swf in regards to loading in stuff.
  25. Replies
    2
    Views
    678

    http://www.myflashresource.com/flash-tutorials/fla...

    http://www.myflashresource.com/flash-tutorials/flash-plugin-detection-in-flash-8

    It's built-in
Results 1 to 25 of 450
Page 1 of 18 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center