A Flash Developer Resource Site

Search:

Type: Posts; User: cubes.co.il

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    448

    CS3 prbolem in random movement

    o.k...
    i made all most everything i need...
    i have some little problems...

    1. how i delete move(); when i'm rollover one of the images
    2. how i change the random move to a think like this:...
  2. ???

    ???
  3. [CS3] loading a dynamic location by html var

    hello there,
    i have some problem...

    how can i load location from var in html?
    this is the html code that load the flash


    <div align="center" id="flashcontent" class="virtual">This content...
  4. Replies
    13
    Views
    1,749

    how can i change this code: s5=new Sound();...

    how can i change this code:


    s5=new Sound();
    s5.loadSound("Sounds/dragon5.mp3", true);

    for what you gave to me?

    i did somthing like this what wrong?
  5. Replies
    13
    Views
    1,749

    how can i play a sounds in swf file that load...

    how can i play a sounds in swf file that load into a holder...?
  6. Replies
    1
    Views
    1,325

    you are tring to use in AS3 some command that...

    you are tring to use in AS3 some command that supported only in AS2

    this command totalframes
    is not supported on AS3 you need to write: MovieClip.totalFrames
    as2 command : _currentframe

    as3...
  7. Replies
    13
    Views
    1,749

    i'm loading sound with s0=new Sound();...

    i'm loading sound with
    s0=new Sound();
    s0.loadSound("Sounds/dragon0.mp3", true);

    and it's work just fine,

    but,what i'm asking is, how can i make a holder from local holder to global one
    ...
  8. Replies
    13
    Views
    1,749

    what i'm asking how i make a holder to a _globel...

    what i'm asking how i make a holder to a _globel one?

    so i will can play sound on the flash movie i load into the holder...

    (i can't use the option of drag the sound on the stage)

    so i need...
  9. Replies
    13
    Views
    1,749

    [F8] load dynamic sound with streaming

    hello there,

    I have a book that work with sound, every page have a sound,
    I load the sound with this code:


    s0=new Sound();
    s0.loadSound("Sounds/dragon0.mp3", true);

    but the sound won't...
  10. Replies
    13
    Views
    1,749

    someone can help me pls

    someone can help me pls
  11. Replies
    13
    Views
    1,749

    o.k i found my mistake i need to make this...

    o.k i found my mistake i need to make this holder to load _global movies how i'm doing that

    this is the code
  12. Replies
    13
    Views
    1,749

    [F8] _local to _global how?!

    i have some problem when i am loading swf into swf the sound on the buttons doesn't work
    (if i come into my flash direcly it's work but the preloader doesn't work)

    how can i make my command from...
  13. Replies
    3
    Views
    1,371

    i don't have there somthing that talks about...

    i don't have there somthing that talks about loading sound into flash and give him a linkage
  14. Replies
    3
    Views
    1,371

    [CS3] linkage for dinamic sound

    hello,

    I want to load a dynamic sound into flash and give him a linkage I would like to get some information about that...

    explain: I want to replace the sounds that I have into my flash that...
  15. Replies
    6
    Views
    1,997

    o.k thanks i know there is some way in the...

    o.k thanks

    i know there is some way in the publish settings
  16. Replies
    6
    Views
    1,997

    there is some wat that i can to disable all the...

    there is some wat that i can to disable all the export in first frame by one click and not click one by one (i have 36 items)
  17. Replies
    6
    Views
    1,997

    all the layers except the layers of the preloder...

    all the layers except the layers of the preloder are after frame 3

    i need to check in the linkage i'm right?
  18. Replies
    6
    Views
    1,997

    [help] with preloader...

    I have some very big flash movie, so I put a preloader.

    but the preloader don't show up when the movie are loading.

    I have allot of codes in this flash movie,

    before allot of time I had that...
  19. Replies
    0
    Views
    406

    help with z-index

    hello there,

    how can i use flash as background and put php contact form on the flash,

    there is some option?

    thanks avi
  20. yeah i forget that for sec... you know where i...

    yeah i forget that for sec...

    you know where i can get guide for z-index with flash?
  21. i can to comfrim flash as background and on the...

    i can to comfrim flash as background and on the flash to put the contact form

    i should use div and css code
    and put the
    position: absolute

    i check the
    Use textfield.restrict()

    and I...
  22. [CS3] check input in form fields available?

    hello there,

    i have made some contact form in flash with php, i want to check the input in the fileds are correct,

    somebody have a check guide that check this forms

    phone: if only num' are...
Results 1 to 22 of 22




Click Here to Expand Forum to Full Width

HTML5 Development Center