A Flash Developer Resource Site

Search:

Type: Posts; User: Ivan_M

Search: Search took 0.02 seconds.

  1. FLASH, XHTML / CSS coding service, Freelance web designer

    Hello,

    Professional, effective and affordable Flash development.

    Please have a look at www.visual-blast.com

    SERVICES:

    - Discounts for business relationship
  2. You need to add the .flv MIME type to your web...

    You need to add the .flv MIME type to your web server. IIS by default does not include it and it has to be added before the flv will work.
  3. Replies
    0
    Views
    436

    embed flash with swf object help needed

    This is classic embed code and it works fine:

    <div id="topmenu">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"...
  4. Replies
    3
    Views
    481

    email me or PM with more informations please

    email me or PM with more informations please
  5. Replies
    4
    Views
    494

    Huh.... I did control 3 different .swf files but...

    Huh.... I did control 3 different .swf files but that was while ago, it was something like this:
    main .swf file:
    put this code where you need it at your timeline
    mySender = new LocalConnection();...
  6. Replies
    8
    Views
    568

    code is the same - to load .swf or .jpg file ...

    code is the same - to load .swf or .jpg file

    loadMovie()

    look at flash help for any additional information


    Website design / Ecommerce / Flash design
  7. Thread: animated menu

    by Ivan_M
    Replies
    8
    Views
    506

    File/Import/Import to library (select .mp3 or...

    File/Import/Import to library (select .mp3 or .wav file) then select keyframe where you want sound to start, look at properties panel at the bottom you'll see sound, that's for the start :) :) :)...
  8. Replies
    2
    Views
    432

    button1.onRelease = function() { ...

    button1.onRelease = function() {
    getUrl("www.website.com");
    }



    Website design / Ecommerce / Flash design
  9. Thread: Button Problem

    by Ivan_M
    Replies
    8
    Views
    547

    :) :) :)

    :) :) :)
  10. Thread: Button Problem

    by Ivan_M
    Replies
    8
    Views
    547

    Here's kinda of tricky solution: put a frame...

    Here's kinda of tricky solution: put a frame label at the beginning of your Scenes, say "scenetwo", "scenethree", ....
    then use:

    on (release) {
    _root.gotoAndPlay("scenetwo");
    }

    on (release)...
  11. Thread: Button Problem

    by Ivan_M
    Replies
    8
    Views
    547

    Yes it works just fine if you point to frame 1,...

    Yes it works just fine if you point to frame 1, but if you need to point to frame 61 on the new scene it wont work - it will start new scene from the frame 1, proper syntax is ("Arizona",1)
    This...
  12. Thread: Button Problem

    by Ivan_M
    Replies
    8
    Views
    547

    on (release) { gotoAndPlay("Arizona",1); } ...

    on (release) {
    gotoAndPlay("Arizona",1);
    }

    do you see difference "arizona" and after that ,1)
  13. Replies
    1
    Views
    282

    click first frame then click shift key, hold...

    click first frame then click shift key, hold shift and click the last frame you need to copy, then mouse right click - copy frames, select keyframe at other file, mouse right click and paste frames
Results 1 to 13 of 15




Click Here to Expand Forum to Full Width

HTML5 Development Center