A Flash Developer Resource Site

Search:

Type: Posts; User: DOAcharlie

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    428

    Does anyone have a simple tutorial or quick guide...

    Does anyone have a simple tutorial or quick guide on how to set up this new MX component? I have 6 scenes, the 1st being the preload scene.

    Thanks
  2. Here's what I suggest: -Trigger the sound to...

    Here's what I suggest:

    -Trigger the sound to play on "rollover" instead of "release"
    -To allow the user to download the file, use the GetURL action. You have 2 ways to approach this:

    (1)...
  3. Replies
    4
    Views
    575

    I use the exact same functionality in my site,...

    I use the exact same functionality in my site, and the script behind the button should look like this

    on (rollOver) {
    tellTarget ("contactspray") {
    play ();
    }
    }
    ...
  4. Replies
    1
    Views
    320

    I am using tell target to start a MC..the basic...

    I am using tell target to start a MC..the basic code:

    on (rollOver) {
    tellTarget ("contactspray") {
    play ();
    }
    }

    My MC has a stop action in the first and last frames. The...
  5. Replies
    1
    Views
    729

    I am trying to set-up username/password fields on...

    I am trying to set-up username/password fields on my site that interact with a CGI script. I know about the login/password tutorial that Flashkit contains, but that does username checking within...
  6. Replies
    4
    Views
    566

    All my movie clips have a blank keyframe at 1 ...

    All my movie clips have a blank keyframe at 1

    I have 5 or so buttons on my page. How am I supposed to know which MC's are up. I can see using a 'goto and stop - 1' command in the last keyframe...
  7. Replies
    1
    Views
    403

    I have no idea what you are saying..... Please...

    I have no idea what you are saying.....

    Please try to make it more clear to me, and all the others, and I'm sure you'll get some help.
  8. Replies
    4
    Views
    566

    Hey Again, I am using 'tell target' to load...

    Hey Again,

    I am using 'tell target' to load clips....everything works fine until:

    1. The user clicks on another target, causing another movie clip to load. The previous movie clip doesn't...
  9. Replies
    1
    Views
    455

    Hey all, When I 'preview' my movie within...

    Hey all,

    When I 'preview' my movie within Flash, it runs much slower than the way it was configured on the timeline (sound, text, etc) is all screwed up.

    When I upload and check it out on the...
  10. Replies
    1
    Views
    412

    Goto 'publish settings' and make sure you select...

    Goto 'publish settings' and make sure you select Flash and HTML...then,

    When your done with your movie, publish it, then upload the corresponding HTML file ALONG with the SWF file to your server....
  11. Replies
    3
    Views
    564

    I don't have any buttons on my site. I just want...

    I don't have any buttons on my site. I just want the MC to play on its own.

    ...stumped
  12. Replies
    3
    Views
    564

    I have a MC instance in an exact spot on my...

    I have a MC instance in an exact spot on my timeline. I want to have that MC run, at lets say frame 28, without any intervention by the user. This seems very easy but I can't get it to work.

    I...
  13. Replies
    6
    Views
    718

    A neet way to do it, but I'm not sure about the...

    A neet way to do it, but I'm not sure about the size constraints, would be to use swish. Design it using the slide in from bottom to center, then fade out. (One credit at a time) Kinda like the...
  14. Replies
    0
    Views
    394

    When I check out my movie within Flash, using...

    When I check out my movie within Flash, using "control -> play" everything works the way I want it to. When I publish it, and view the plain swf, the timing is completely off. I have text appearing...
  15. Replies
    0
    Views
    458

    Hello, My movie has mini movie clips in sync...

    Hello,

    My movie has mini movie clips in sync with background sound effects. When I play the movie in Flash everything is fine. When I preview in flashplayer or HTML everything is off; things...
  16. Thread: Login Help

    by DOAcharlie
    Replies
    0
    Views
    402

    Can anyone point me in the right direction for...

    Can anyone point me in the right direction for any turotials and/or advice into making a login screen. I have clients that use my domain to log into their site. In short, this is what I want to...
  17. Replies
    2
    Views
    544

    I forgot to mention that its under the...

    I forgot to mention that its under the 'intermediate' section
  18. Replies
    2
    Views
    544

    Goto the 'tutorial' section within Flashkit. ...

    Goto the 'tutorial' section within Flashkit. You'll find very detailed example on creating preloaders. These are what I used, everything was a breeze when its all layed out for you :)
  19. Replies
    1
    Views
    469

    Good Morning. I'm having a problem with my...

    Good Morning.

    I'm having a problem with my intro/contents. This is the way I have set things up:

    Index.html contains only code that points to another html file and opens it full screen (ie no...
  20. Replies
    8
    Views
    690

    Should the transition between scenes be...

    Should the transition between scenes be automatic, or user-input driven? If they are automatic, just make sure that they are in the correct order in the scene inspector; then they will run through...
  21. Replies
    6
    Views
    454

    I get the feeling that your making this seem...

    I get the feeling that your making this seem harder than it is....but I could be completely wrong with my interpretation

    I'm assuming that your action script for your button looks something like...
  22. Replies
    2
    Views
    486

    There is an exact tutorial for this within...

    There is an exact tutorial for this within Flashkit. I used it myself. All the code is there.

    Good Luck
  23. Replies
    4
    Views
    1,888

    In swish, under the export tab, you can select if...

    In swish, under the export tab, you can select if you want the swf import into Flash to be in the center of the stage or as designed in Swish.

    However, I am having trouble importing a large...
  24. Replies
    5
    Views
    570

    cph2686, If you're still stuck, I've given...

    cph2686,

    If you're still stuck, I've given detailed instructions on using tell target for your problem. Look in thread created by Marcebra 08-10-2000 03:31pm

    Hope this helps

    DOA
  25. Good question, the guys at flashkit just helped...

    Good question, the guys at flashkit just helped me last night with this exact question. Here's how to do it:

    -Create a movie clip, within the scene your working with
    -Name the movie clip 'test'...
Results 1 to 25 of 43
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center