A Flash Developer Resource Site

Search:

Type: Posts; User: jankratochvil

Page 1 of 20 1 2 3 4

Search: Search took 0.13 seconds.

  1. CS3 How to create full scren slide show in the browser

    I would like to know, in which dimension create such a site like this.

    I can create the slide show, but I do not know which dimension of the *.fla shall I use for creating images in such a big...
  2. Replies
    6
    Views
    1,777

    CS3 full screen mode in browser

    I mean thesame behaviour like on the Example: http://www.sarahcheng-dewinne.com/
    When you click the button at the bottom right corner, you will get the full screen mode.
  3. Replies
    6
    Views
    1,777

    CS3 How to set this function on the Flash Button?

    How to set this function on the Flash Button?
  4. Thanks, I would like to have nearly the same...

    Thanks, I would like to have nearly the same behavior and design like this site: http://www.sarahcheng-dewinne.com/
    Which dimension shall I set for Flash file?
  5. Replies
    6
    Views
    1,777

    CS3 Full screen button

    How to create in CS5 Full screen button?
    Example: http://www.sarahcheng-dewinne.com/

    I would like to have it for my photography portfolio.
  6. Best dimension for photography portfolio

    What ist the best dimension for photography portfolio in Flash?
    I would like to make my portfolio website with my photographs.
    What dimensions would you recommend?
  7. Replies
    2
    Views
    498

    Yes I found this out. I think I can not trigger...

    Yes I found this out.
    I think I can not trigger the MenuBar directly.
    I will solve it over the Button component and Menu component.
  8. Replies
    2
    Views
    498

    How to get MenuBar component item.

    I played first time with this component.
    I can use it for a web menu.
    How can I get the Edit item?
    Assume that the text Edit could be like buton with name About us.
    I can get the menu items but...
  9. Replies
    0
    Views
    465

    How to access the btn dynamicaly

    I created this simply code to generate menu:


    i = 0;
    dist = 40;
    for (i; i < 3; i++)
    {
    attachMovie ("menuBtn", "menuBtn" + i, getNextHighestDepth (), {_x:50, _y:100 + (i * dist)});
    }
  10. FileReference download from another domain

    I have on my site e.g. site.com one swf with FileReference download button.
    I must downoad it for other site e.g. www.someothersite.com.

    Locally it works, but on the server I have no response...
  11. I found out, that after installing the extension...

    I found out, that after installing the extension u can use the AS methods already - OK
  12. thank you which class must I install? I...

    thank you
    which class must I install?
    I installed the extension but i dont know how to use e.g. alphaTo() method
  13. transition class to fade in and fade out

    I try to use this transition class to fade in and fade out 5 images (mcs) on one timeline to get nice transition btw 2 images:

    This is transition for first image for first key frame:

    import...
  14. Thank you, I used is this way. I tought maybe...

    Thank you, I used is this way. I tought maybe exist some other possibility.
  15. using attachSound() via runtime sharing

    I tried to use shared Sound from main movie. (Import for runtime sharing)
    But for attachSound must be the Sound in the library of the same SWF.
    Is there any way how to use once loaded Sound from...
  16. [F8] sendAndLoad problem with answer from server

    I tested one of my old pages, where I now use sendAndLoad method.
    From this site I dont recieve success == true.
    :?: is how can I find out, what problem with server is.
    From other site - other...
  17. Replies
    0
    Views
    608

    How to get song names from 1 to 5

    bgSound.loadSound ("bgSound_"+Math.round( Math.random()*5) + ".mp3", true);

    Load this random method bgSound_0.mp3 also?
    How can I prevent to load bgSound_0.mp3

    Maybe like this?
    ...
  18. Which sound ist playing, can I get parameter of loadSound?

    I tried to load some songs randomly.
    I have. q., is it possible to get value of URL parameter of loadSound method?
    I would like to know, which song was loaded.
    Thanks


    var bgSound:Sound = new...
  19. Colored text for certain Array value

    I loop the text from database and after I need in Flash to have certain Array index have in different color in my HTML text.
    Now work it like this:

    for (i = 0; i < this.iRecCounter; i++)
    {...
  20. Replies
    2
    Views
    3,612

    Solved with this...

    Solved with this
    http://www.csscreator.com/css-forum/sutra99053.html&sid=494a2df12b48a1e8fdca8ae0e7bfb752
    (finally)
  21. No, how You mean using of labels for this issue?

    No, how You mean using of labels for this issue?
  22. Replies
    2
    Views
    3,612

    Maximum width of swf (resolution)

    I have one of my old site here and I have trouble with horizontal scroller in resolution 1024*768 in IE 6.
    The problem is only in IE 6, by Opera and Firefox is the horiz. scroller not displayed.
    I...
  23. Replies
    1
    Views
    568

    delete Sound Object

    snd = new Sound();
    snd.loadSound("dummy.mp3",true);
    delete snd;

    it should, but it's look like it's not working.

    How can I delete sound object?
  24. I have dozen of instances of the same mc on the timeline: eg. mc_1 (frame1) mc_2 (

    I have dozen of instances of the same mc on the timeline:
    eg.
    mc_1 (frame1)
    mc_2 (frame2)
    mc_3 (frame3)
    ....

    Those mcs has inside dyn. text field like "my_txt"
    In "my_text.text" I assign...
  25. Replies
    2
    Views
    496

    Ill try it thanks for idea.

    Ill try it thanks for idea.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center