A Flash Developer Resource Site

Search:

Type: Posts; User: iboprofen

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    25
    Views
    782

    To play what? :confused:

    To play what? :confused:
  2. It is a good thing I wasn't relying on my check...

    It is a good thing I wasn't relying on my check from Microsoft & Disney for forwarding thier emails. CAUSE I'M STILL WAITING :rolleyes:
  3. There are also web sites like...

    There are also web sites like http://www.truthorfiction.com/ dedicated to disproving all the other junk you get sent, like the one about giant spiders in Iraq that chew your leg off.
  4. Replies
    2
    Views
    539

    There will be a folder created in the library...

    There will be a folder created in the library called "Flash UI Components" when you drop the component into the movie, there should be a folder in that named "component skins" and in that should be...
  5. Replies
    1
    Views
    483

    How are you using to make the sub-menu disappear?...

    How are you using to make the sub-menu disappear? I usually put a frame around the the menu that has an onmouseover that makes the sub-menu dissapear, rather than a mouse out or whatever it is called...
  6. Replies
    2
    Views
    444

    Melger, There are many ways you could do it,...

    Melger,

    There are many ways you could do it, the most simple would be to just change the body tag from:
    <BODY bgcolor="#000000">
    to:
    <BODY bgcolor="#000000" text="#FFFFFF" link="#FFFFFF" >
    ...
  7. Replies
    2
    Views
    523

    Technology is coming ahead in leaps and bounds....

    Technology is coming ahead in leaps and bounds. In the space of ten years we have seen mobile phones having the dimensions of a brick to become that of two match boxes. Where our household...
  8. Replies
    1
    Views
    367

    On the Page where the flash movie resides put the...

    On the Page where the flash movie resides put the JavaScript function:
    function popup(fileNme) {
    window.open(fileNme,"Popup","width=320, height=255, left=75, top=20");
    }
    of course set your...
  9. Replies
    1
    Views
    519

    I have had sound problems in the past trying to...

    I have had sound problems in the past trying to play background music, it was suggested to me to put the sound into a MC, extend the frames of the MC to the length of the sound clip. Make the first...
  10. Replies
    1
    Views
    405

    If your menus are side by side and one menu is...

    If your menus are side by side and one menu is above the other in the layer (I am refering to the order of objects within a layer) then the one on top will be the one that controls the actions,...
  11. Replies
    1
    Views
    421

    Just put the name of the frame instead of self,...

    Just put the name of the frame instead of self, top, parent etc. in the window section.

    If the frame is called main, the action on the button will will be:
    getURL ("another.htm", "main");...
  12. Replies
    2
    Views
    445

    You could make a MC with the text and pictures in...

    You could make a MC with the text and pictures in place, that has a mask around it. Make a motion tween so that the text and piccies scroll all the way up. Then on the stage you can place buttons...
  13. Replies
    3
    Views
    657

    Yeh thats righ between the tags. ...

    Yeh thats righ between the <HEAD> </Head> tags. It does not work in netscape communicator 4.6.

    Just to clarify you were talking about 2advancedstudios.com

    You can read about CSS at...
  14. Replies
    4
    Views
    553

    I have no way of putting any thing up on a web...

    I have no way of putting any thing up on a web site at the moment but i can whip up a quick fla and email it to you if you want?
  15. Replies
    4
    Views
    553

    There are other ways of doing it but you could...

    There are other ways of doing it but you could take you photos and make a movie, which starts showing the first photo or whatever and moves to show the last pic. You will probably have to put a mask...
  16. Replies
    3
    Views
    657

    It is done using style sheets (CSS) on the page....

    It is done using style sheets (CSS) on the page.

    Like so.

    <STYLE TYPE="text/css"><!--
    BODY {
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-base-color:#6D8693;
    scrollbar-shadow-color:#F3F3F3;...
  17. have you tried http://www.freeservers.com they...

    have you tried http://www.freeservers.com
    they have a file size limit, can't recall what it is, but i think you get like 12Mb web space and all the other general rubbish.
  18. Make a key frame in the last frame of you movie,...

    Make a key frame in the last frame of you movie, then add the action to it:

    getURL ("index2.html");

    You can find it under basic actions in the action script Window then type in your URL.
    ...
  19. Thread: sound fading

    by iboprofen
    Replies
    1
    Views
    401

    This might not be the most effcnt way of doing...

    This might not be the most effcnt way of doing it.

    Make a MC with the music in called music.
    place it on the stage and add the action to the timeline:

    music1 = new Sound(music);...
  20. Replies
    1
    Views
    446

    Have you tried a base movie that loads each movie...

    Have you tried a base movie that loads each movie into layers above it? Then you can keep you seperate swf's and load them on top of each other.
  21. Replies
    3
    Views
    497

    If you are using File >> Import, for your objects...

    If you are using File >> Import, for your objects they may be changed in appearance when the are automatically placed on the stage. If you delet them and drag them out of the library on to the...
  22. Thread: Gird

    by iboprofen
    Replies
    2
    Views
    477

    I think I understand you problem. To...

    I think I understand you problem. To successfully make it snap to the grid you have to click and drag it from near either, the corner that you want to snap to the grid. Or the centre, if you want...
  23. Replies
    2
    Views
    465

    I'm not sure about flash 6, correct me if I am...

    I'm not sure about flash 6, correct me if I am wrong anyone, but I think that it would be no different.

    As for earlier version, I just modify the line to be a fill (Modify > Shape > Convert Lines...
  24. Replies
    1
    Views
    420

    For preloaders, you can check in the tutorials...

    For preloaders, you can check in the tutorials section of FK. It may take a little while to describe from scratch.

    The buttons, to draw just a basic button.

    Draw a rectangle or whatever,...
  25. Replies
    1
    Views
    428

    In the action script of the button: on...

    In the action script of the button:

    on (rollOver) {
    gotoAndPlay ("Scene 1", 1);
    }

    Scene 1 = whatever scene you want it to goto
    and the 1 is whatever frame

    Hows that?
Results 1 to 25 of 40
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center