A Flash Developer Resource Site

Search:

Type: Posts; User: lucky-black-cat

Page 1 of 13 1 2 3 4

Search: Search took 0.15 seconds.

  1. Thanks JennyJ The perfect answer - nice...

    Thanks JennyJ

    The perfect answer - nice solution

    Everyone who uses Flash/HTML should follow your link and read the article.

    Thanks

    l-b-c
  2. Flash generated HTML causing embed errors

    Hi

    I have several Flash movies on my site.
    They play and look fine.

    However I get error messages when I validate the page in DWMX.
    My HTML is error free except for the HTML generated by...
  3. Hi Will The page dispays ok. The movie plays...

    Hi Will

    The page dispays ok. The movie plays fine.
    I just get a browser compatability warning that Attributes for the embed tag vary by plug-in.
    When validation of the document is done I get an...
  4. flash & dreamweaver - embed command

    Hi

    I have several HTML pages with Flash movies.

    I am getting error warnings using Dreamweaver about the <embed src=" ... tag


    Anyone got any ideas how I can embed flash movies into HTML...
  5. Replies
    1
    Views
    392

    users uploading jpeg to site db

    Hi,

    I'm developing a new site and I need users/clients to be able to upload jpegs from their PC's to a MySQL (also can I set a filesize limit?), anyone know how I can do this?
    I'm using PHP to...
  6. Combo box size v Dreamweaver Jump box

    Hi,

    I've been looking at using a combo box in Flash MX 2004,
    it is my preferred method for solving a navigation problem.
    It will take over 11 seconds to load at 5kb/sec, a similar jump box in...
  7. xml menu components - how tricky to use?

    Hi,

    I'm a complete novice with xml.
    I need to create a drop down menu from a button bar.
    I was going to use flash buttons using track as menu, but noticed the xml components in the flash...
  8. If I download the Flash MX 2004 trial, am I going...

    If I download the Flash MX 2004 trial, am I going to be able to use any old MX .fla files I open in the trial when it expires and I return to MX?

    Will Flash Player 7.0 cause me any problems when...
  9. Hi Oldnewbie Well good luck with your venture....

    Hi Oldnewbie

    Well good luck with your venture.

    If you can't do it what chance have the rest of us got???

    I'm heading to Spain fron England, hoping to do web-design /flash for the large...
  10. I've just noticed oldnewbies 10000th post...

    I've just noticed oldnewbies 10000th post statement.


    Shame hope you don't mean it.
    Your a good guy that has helped a lot of people.
    Shoot for 100,000

    .... what you gonna do take up fishin'...
  11. In a perverse way cracking Flash has helped...

    In a perverse way cracking Flash has helped produce the excellent Flash programmers out there today.

    I'm not sure MM will be too unhappy. Sure they'll officially moan about software theft, but it...
  12. Ok I get the picture no breathtaking...

    Ok I get the picture no breathtaking innovations....
    Just the usual 2 yearly (biennial) tweak to sell more copies and make people upgrade.

    I think flash 4 and then mX were probably the best...
  13. Any breathtaking new features in MX2004??

    Hi

    I've read a lot of negative things about MX2004.

    Are there any breathtaking new features that I can't live without?


    lucky-black-cat
  14. Flash 4 Inserting object - Clipart ...in MX???

    Hi,
    A few years back when using Flash4, I had Corel Draw 4 installed
    and I could right click on the stage and select insert object and bring clipart from the corel disk file ext .cdr into my...
  15. Hi, Try something like this, to play Frame 31...

    Hi,

    Try something like this, to play Frame 31 of movieclip 2 nested in movieclip1 on the maintimeline (_root)


    _root.movieclip1.movieclip2.gotoAndPlay(31);
  16. Replies
    1
    Views
    391

    Hi, On the last frame of the movie you want to...

    Hi,

    On the last frame of the movie you want to loop have gotoAndPlay(1);
    For your mouse rollOver, you can do this a number of ways.
    An invisible button over the area,
    If your looping movie is a...
  17. Replies
    5
    Views
    602

    Hi Thanks for your help. Heres the code...

    Hi

    Thanks for your help.

    Heres the code using 'with' ... it just looks better somehow? lol



    _root.createEmptyMovieClip("triangle", 1);
    _root.triangle.beginFill(0xCCCCCC);
  18. Replies
    2
    Views
    1,487

    Hi, There is a bug, why its not more widely...

    Hi,

    There is a bug, why its not more widely known about I'm not sure,
    perhaps its MM policy? Instead of widely circulating the fix, keep quiet about it, as only fairly advanced AS programmers...
  19. Replies
    5
    Views
    602

    Hi, I've been playing around with this and I...

    Hi,


    I've been playing around with this and I have it working?? well sort of. lol Heres the code.


    _root.createEmptyMovieClip("triangle", 1);
    _root.triangle.beginFill(0xCCCCCC);...
  20. Replies
    5
    Views
    602

    Hi, I've been looking at doing a similar...

    Hi,

    I've been looking at doing a similar thing, I can't see how I can get emptyMovie Clips to handle Events. I want to use something like onClipEvent(enterFrame) with my emptyMovieClip. I am now...
  21. Hi One way of doing this would be to have a...

    Hi

    One way of doing this would be to have a boolean variable which is initially FALSE but sets to TRUE when you want it to move to your fixed point.

    Make the circle into a movie clip give it...
  22. Replies
    1
    Views
    316

    Hi Import your picture, select it with the...

    Hi

    Import your picture, select it with the black arrow tool.
    Press F8 and give it a suitable name.

    That it! It will now appear in your library.
  23. Replies
    7
    Views
    440

    Hi lol ........ attach your .fla I'll try to...

    Hi

    lol ........ attach your .fla I'll try to sort it but ... I have absolutely no idea where your dots and squares are .. I guess they're kind of twisting 25 - 35 degrees in the corner, but not...
  24. Replies
    3
    Views
    507

    Hi Heres a work around that uses getTimer()...

    Hi

    Heres a work around that uses getTimer()
    Hope it helps.


    onClipEvent (load) {
    x7 = Math.random() *648;
    y7 = Math.random() *60;
    setProperty(c1, _x, x7);
  25. Replies
    6
    Views
    618

    :grouphug: lol

    :grouphug: lol
Results 1 to 25 of 304
Page 1 of 13 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center