A Flash Developer Resource Site

Search:

Type: Posts; User: jason7655

Search: Search took 0.02 seconds.

  1. http://www.kirupa.com/forum/showthread.php?t=19764...

    http://www.kirupa.com/forum/showthread.php?t=197642
  2. Thread: Fade image

    by jason7655
    Replies
    3
    Views
    596

    thanks bro..that helped.

    thanks bro..that helped.
  3. Thread: Fade image

    by jason7655
    Replies
    3
    Views
    596

    Fade image

    Currently I'm using the following to load a random image into a movie clip each time the movie starts.

    loadMovie("bailey"+Random(05)+".jpg", "photo_mc");

    What I would like to do is put an...
  4. Having some trouble

    I'm attaching the zip file that contains the photos and fla.

    I'm having trouble with the image tweening using the actionscript. When it resizes it's kind of choppy.

    Right now I'm not using the...
  5. Replies
    18
    Views
    1,123

    Loading externally?

    I got the clip resizing and fading into a color, but I'm having trouble loading another movie clip or image into it.

    Has anyone got this part working yet?

    Jason
  6. they are less than 100k and I'm doing it locally....

    they are less than 100k and I'm doing it locally.
    They just aren't liking it being loaded from a movieclip for some reaosn. They also don't like the code:

    on (release){...
  7. that might be a quick fix to it, but in the long...

    that might be a quick fix to it, but in the long run I would like to know what the deal with it is.

    Thanks for helping.

    Edited:
    Hope that didn't sound rude. I tried the button and still no...
  8. I dropped the code on thumbnailMovie1 which is...

    I dropped the code on thumbnailMovie1 which is the movieclip that is supposed to load the image dynamically from the text file into the container movieclip.

    And I changed it to try it a different...
  9. Got an error

    **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 2: Statement must appear within on/onClipEvent handler
    movieClip.onRelease = function () {

    Total ActionScript Errors: 1 Reported...
  10. greetings

    I'm having a bit of an issue.

    I started with only five images so that it would be easiest. I will try to provide alot of detail here so there won't be questions on my code.

    I'm stuck where the...
  11. Replies
    4
    Views
    548

    thanks for the help. They don't have php on...

    thanks for the help.
    They don't have php on their server which is what I would prefer.
    I will see what I can research.

    Thanks
  12. Replies
    4
    Views
    548

    ok

    Is there a way to do it without db interaction?

    This client has ASP and I don't want to touch it.
  13. Replies
    4
    Views
    548

    Easy update for XML on Flash site

    Ok, here's the problem.

    Say I have a client. I've developed a flash calendar for them that is driven by xml.

    Is there a way to have an admin section on the site that will allow them to edit...
  14. Replies
    1
    Views
    411

    Actionscript on a phot0

    Getting inspiration from this link: http://www.usanetwork.com/series/the4400/flash.htm
    You may have to click on The Show to see what I am talking about.


    Using this page to dig through code:...
  15. Thread: CSS question

    by jason7655
    Replies
    1
    Views
    677

    CSS question

    Why in the crap is this not working?

    I'm having big trouble with the footer and I'm also having height issues. Your can have a look at the other links and see what it's doing....
  16. Replies
    14
    Views
    1,358

    I read

    My problem seems to be a bit different.

    I'm going to play with it a little more before I worry too much.

    The page is completely php, html, or whatever code you want to insert. The menu is...
  17. Replies
    14
    Views
    1,358

    same situation

    I'm not sure if this is what he is asking, but I've got the same situation.

    Say I have a page that I want to use a flash menu on, but the rest of the page is html. Inside of the flash menu you...
  18. Replies
    42
    Views
    2,520

    one possible way

    I think you can put a timer in your movie, and then do an if statement. I'm not positive but I think that would work.
    I have some code at work for the timer in actionscript but I'm sure you could...
  19. Replies
    3
    Views
    422

    What?

    I don't quite get what you are trying to say.
  20. Replies
    3
    Views
    422

    Printing external html

    This would either need to be done within flash or within a .cfm page.

    Let's say there's a job list.
    And the user sees a small section of info about the job. I need the print button to print a...
  21. Replies
    1
    Views
    452

    Drawing with Actionscript

    The following code will draw me a box just like I want it to.

    on (release) {
    _root.createEmptyMovieClip("test_mc",1);
    with (_root.test_mc) {
    lineStyle(0,0x6DB6FE,100);...
  22. Replies
    1
    Views
    360

    External file and TextArea Component

    Using Flash MX 2004 v7.0.1.

    I'm having a bit of trouble pulling from an external text file with this component. It doesn't quite work the same way as the textbox in 2004 worked.

    Has anyone...
  23. Replies
    2
    Views
    485

    Ok, something a little easier

    I don't think I'm ready to do the colors yet.
    Maybe a little help with acheiving the white lines that go accross the photo in this one:
    http://www.edsacloward.com/homepage.html
    give the page a...
  24. Replies
    2
    Views
    485

    Blinds on a picture

    I've finally found something like what I want to do here:
    http://www.flashkit.com/movies/Effects/Masking/Colored_-Mr10-2149/index.php

    but the problem is there's no tutorial, only a downloadable...
Results 1 to 24 of 24




Click Here to Expand Forum to Full Width

HTML5 Development Center