A Flash Developer Resource Site

Search:

Type: Posts; User: motiv

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Thread: linking swf

    by motiv
    Replies
    7
    Views
    658

    you could pull it from a database as mentioned...

    you could pull it from a database as mentioned above... or you could just store it in a text file and pull that. Just change the link and upload the txt file again.
  2. Replies
    12
    Views
    659

    Is it an input text box? Dynamic? I dunno......

    Is it an input text box? Dynamic? I dunno... maybe play with that.
  3. Replies
    6
    Views
    649

    Suitcase

    I had the same problem about 3 months ago.... I don't think flash works with Suitcase (at least mine doesn't). I had the same problem with Flash 4 and 5. The only way I could rectify the problem...
  4. ya, ya I wanna know too.

    ya, ya I wanna know too.
  5. Replies
    2
    Views
    529

    I should probably clarify: loadMovieNum...

    I should probably clarify:

    loadMovieNum ("movie1", 1);

    "movie1" is the name of your movie (ex. portfolio.swf)

    1 is the level number this could be replaced with an instance name if you're...
  6. Replies
    2
    Views
    529

    Make sure you're loading them all into different...

    Make sure you're loading them all into different levels/targets:

    loadMovieNum ("movie1", 1);
    loadMovieNum ("movie2", 2);
    loadMovieNum ("movie3", 3);

    The above script in one frame should do...
  7. Replies
    5
    Views
    720

    Hmmm... I'm pretty busy, but I've worked on...

    Hmmm...

    I'm pretty busy, but I've worked on about 8 different identity packages, and I've been freelancing for around a year... if you want to email me, feel free, I can get you an estimate and...
  8. Replies
    1
    Views
    517

    Usually if you want a site critiqued you should...

    Usually if you want a site critiqued you should post in the 'site check' forum...

    other than that I took a look,

    I don't know if you have all your examples of illustration/design etc... on the...
  9. Replies
    3
    Views
    403

    If you find out any more information post it if...

    If you find out any more information post it if you could... that would be swell.

    Cheers,

    motiv
  10. Replies
    3
    Views
    845

    You can save your main movie as a regular swf...

    You can save your main movie as a regular swf file.

    The actions you would attach to a button (let say 'aboutus') would be

    on (release) {
    loadMovie ("movie.swf", "container");
    }

    This...
  11. Replies
    5
    Views
    479

    are you going to a frame number or frame label? ...

    are you going to a frame number or frame label?

    you'd have to change it...

    -NUMBER
    on (release) {
    with (_root) {
    gotoAndPlay (1);
    }
    }
  12. Replies
    1
    Views
    345

    The only thing I've ever seen is to add layer...

    The only thing I've ever seen is to add layer comments (saying what's happening at different keyframes) and to add comments in the actionscript (ie. 'this function does this', 'adjust this value and...
  13. Replies
    3
    Views
    403

    Hmmmm... don't know much 'bout yer swf... but big...

    Hmmmm... don't know much 'bout yer swf... but big tween and alpha fades usually kill a swf pretty quick.

    Also if you have any images that haven't been optimized.


    Cheers,

    motiv
  14. The reason for this is that when you're loading...

    The reason for this is that when you're loading the movie it's loading into a level (which can't be layered underneath anything on the main timeline)

    Probably the best work-around is to load the...
  15. Replies
    5
    Views
    479

    with (_root) { gotoAndPlay...

    with (_root) {
    gotoAndPlay ("framelabelhere");
    }

    this should work... by specifying '_root' your putting yourself on the main timeline... then just use a goto funtion to get to where you...
  16. Replies
    3
    Views
    845

    As long as your buttons don't change their target...

    As long as your buttons don't change their target locations you could create your other page as swf's and using the loadMovieNum command, you could load them into levels...

    levels are very similar...
  17. Replies
    4
    Views
    496

    If you're in any of the forums if you look at the...

    If you're in any of the forums if you look at the top right of the window (under Profile|Register|FAQ etc...) you'll see 'Adding Flash Footers' etc...

    Hope this helps

    cheers,

    motiv
  18. Replies
    1
    Views
    373

    Where to begin?

    First off,

    1 - Egomedia starts off with an html page with a flash detection movie -- you can create the same thing using a movie with three frames (and putting it in an html page)...

    -On the...
  19. Replies
    2
    Views
    662

    If your loadmovies are replacing the movie that...

    If your loadmovies are replacing the movie that is currently running the white 'blip' are just the fractions of a second that it takes to load that swf (that why it only happens on the larger swfs......
  20. Replies
    1
    Views
    363

    Hmmm... the scoller should work cross-platform,...

    Hmmm... the scoller should work cross-platform, unless you're sporting different versions of Flash.

    However I have had some real problems using the 'drag' function for some applications on the...
  21. Replies
    3
    Views
    1,487

    If you're one of those people that has tons of...

    If you're one of those people that has tons of cash you could pick up a pantone to process color guide...

    If not, all I do is select that color in photoshop (pantone 281) the using the eyedropper,...
  22. dynamico, Do you have a stop action on the...

    dynamico,

    Do you have a stop action on the frame that contains the 'dummy' mc?

    If not the main timeline may be running and stop the movie when it leave that frame.

    If you like you can send...
  23. Replies
    2
    Views
    606

    Similar to what frazeart said... The way I...

    Similar to what frazeart said...

    The way I construt my complex buttons is to create a movie clip with 3-4 frames, each frame being a different state of the button. Then I place my image/movieclip...
  24. Thread: button animation

    by motiv
    Replies
    6
    Views
    590

    The only problem is the "hit" state is an...

    The only problem is the "hit" state is an invisible state, all it does it specify the active mouse area...

    If you were to place your animation in the 'down' state the user would be able to see...
  25. Thread: button animation

    by motiv
    Replies
    6
    Views
    590

    I'm not sure if this is the most effective method...

    I'm not sure if this is the most effective method around, but rather than simply using buttons I use three frame movie clips with an invisible button with different actions each time... then when the...
Results 1 to 25 of 66
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center