A Flash Developer Resource Site

Search:

Type: Posts; User: fishboy

Page 1 of 4 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    345

    yea, that's the prob...this page is generated by...

    yea, that's the prob...this page is generated by a 3rd party so i have no control...was wondering if there were any fancy ways to deal with what i'm given.
  2. Replies
    2
    Views
    345

    [F8] Flash + Read ASP (specific question)

    i have calendar events being generated by a 3rd party. I'm wondering if there is a way to read this info into Flash...here is the code i'm supplied:
    ...
  3. Replies
    0
    Views
    2,705

    Scroll and Drag: Scrollbar plus drag MC

    I'm trying to create a horizontal photo scroller with a scrollbar and the ability to drag the photostrip MC also. If the photostrip MC is dragged i'd like to have the scrollbar move accordingly to...
  4. got it

    NM, i figured out a better way:

    here's the text file:

    &headlines=news0;news1;news2;news3;news4



    here's my loop:
  5. loadvariables from txt file + duplicate movie

    I'm having trouble using a variable loaded from a text file.
    Basically i have a list of news items (&headline1, &headline2,etc.) that are loaded from the text file as well as a total count of those...
  6. Thread: "add" syntax

    by fishboy
    Replies
    2
    Views
    319

    damn straight. thnx man :)

    damn straight. thnx man :)
  7. Thread: "add" syntax

    by fishboy
    Replies
    2
    Views
    319

    "add" syntax

    i have several swfs that will be loaded into my movie dynamically.
    movie1.swf
    movie2.swf
    movie3.swf
    movie4.swf

    I am trying to setup a random function that will choose 1 of the 4 whenever i...
  8. Replies
    4
    Views
    929

    that was it. thanx man. of course it was...

    that was it. thanx man.
    of course it was something nice and simple that i was overlooking...or not trying!
  9. Replies
    4
    Views
    929

    digemail =...

    digemail = _level300.Contact-Employment-Digital-Email;

    i'm trying to set a new variable = to the one that is loaded into _level300 (where i load the txt variables).

    basically _level300 stores a...
  10. Replies
    4
    Views
    929

    mailto +variables +text file

    I'm loading variables into my movie from a text file. No prob... My text fields except them. On top of a text field i have a button that calls
    getURL("mailto:"+digemail);


    i have a frame...
  11. Replies
    2
    Views
    363

    duplicate movie +syntax

    Having trouble with the following:

    for(i = 0;i<3;i++){
    duplicateMovieClip ("gimage", "gimage" add i, i);
    ["gimage"+i].tImage = "me";
    setProperty ("gimage"+i, _x, (i*200)+220);
    }

    the...
  12. Replies
    0
    Views
    415

    server redirect +asp + passing data

    this is what i would like to do:

    i have a current site setup at www.mysite.com
    I would like to add a domain like www.mysite2.com

    When users enter through www.mysite2.com i would like to pass a...
  13. Replies
    0
    Views
    274

    Load order/ streaming MC vs. Graphic

    When loading, Flash streams the main timeline, correct. However, if a movieclip exists on the main timeline, it will load the entire movieclip before displaying the first frame of it. What then, is...
  14. Replies
    1
    Views
    356

    variable + equal to string

    I'm trying to test this:

    if (_level31.archive2 == "blank"){
    mod2._visible=1;
    }

    the variables are pulled in from a text file.
    In that text file i have archive2=blank

    everything comes...
  15. Replies
    2
    Views
    500

    it's always the little things in life i miss. ...

    it's always the little things in life i miss.

    that worked.

    thanx gparis, you rock
  16. Replies
    2
    Views
    500

    variables -- need quick help

    what's wrong with this? :

    on (release) {
    i = (Number(_root.levelcount));
    ["_level"+i].blank.select.gotoAndPlay("close");
    }

    the number for the 'i' variable works but for some reason the...
  17. Replies
    9
    Views
    767

    No prize for the fly! (yet) Yeah the slides...

    No prize for the fly! (yet)

    Yeah the slides have been the biggest user problem so far. i guess it's asking a bit much, especially from non-web-savvy users. Ohwell, i'll rethink it.
    thanx
  18. Thread: Flash Wages

    by fishboy
    Replies
    9
    Views
    3,948

    Scott, your article is indeed spot on. That is...

    Scott, your article is indeed spot on.
    That is probably the best way to approach somebody about the cost of their desired site. I just hope they can understand that analogy in respect to what...
  19. Replies
    9
    Views
    767

    thanx a lot you all. this is my first big one so...

    thanx a lot you all.
    this is my first big one so i really want to hear the opinions!

    It should definately run better on a pc than on a mac... doesn't all flash?

    Glad you all like it.

    //
  20. Thread: Flash Wages

    by fishboy
    Replies
    9
    Views
    3,948

    Flash Wages

    I'm curious what the going rates are now for flash designers/developers.
    All ranges, All locations.

    Any thoughts out there?

    thnx
  21. Replies
    9
    Views
    767

    Thanx

    Thanx guys.

    Yeah, graphics heavy for sure. Indira, are you on mac?
    Client list is definately impressive. Charlex has been making commercials for 25 years now. Great post house.

    thanx...
  22. Replies
    9
    Views
    767

    www.charlex.com -- General feedback

    Charlex


    I have just completed the main elements for this new site. I'm considering it a beta launch as there are many 'under-the-hood' modifications that are still needed. But for the general...
  23. Replies
    2
    Views
    433

    eeesh good enough. thanx!

    eeesh
    good enough.

    thanx!
  24. Replies
    2
    Views
    433

    'for' statement

    this works:

    _parent._parent.slide1.magnify.gotoAndStop(1);
    _parent._parent.slide2.magnify.gotoAndStop(1);
    _parent._parent.slide3.magnify.gotoAndStop(1);

    but this doesn't:

    for...
  25. Replies
    1
    Views
    423

    Functions + Components +syntax

    So i have several functions setup called:
    Get1();
    Get2();
    Get3();
    etc.

    I have a Component setup that has a parameter called:
    imageNum

    (this parameter is used to attach an exported symbol...
Results 1 to 25 of 91
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center