A Flash Developer Resource Site

Search:

Type: Posts; User: spiralart

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    483

    I had a problem importing quick time with audio...

    I had a problem importing quick time with audio into flash mx too. Still can't figure out why though. I eventually converted quick time to mpeg and then everything worked just fine.

    Sorry I cant...
  2. Replies
    0
    Views
    393

    content for dynamic text boxes?

    Hi,

    Is it possible to add a movie clip as content to a dynamic text box?

    The reason being that I want to use the content of the text box (ie the movie clip) for several different things. I want...
  3. Replies
    10
    Views
    658

    yeah looks pretty good, and covers all the bases...

    yeah looks pretty good, and covers all the bases by detecting for 4,5 and 6... [idea] if someone has version 4 or 5 you could direct them to a page asking them to download the latest version... and...
  4. Replies
    1
    Views
    549

    aahhh! you can format the text as HTML! ...

    aahhh!

    you can format the text as HTML!

    ...need coffee, need sleep
  5. Replies
    10
    Views
    658

    Hi, there are two ways of doing this, flash...

    Hi,

    there are two ways of doing this, flash and javascript:

    Use flash to detect for itself:
    actionscript.org
    flashkit

    .. good luck with finding javascript that works across all platforms...
  6. Replies
    1
    Views
    549

    styling dynamic text?

    Hi,

    I have a large MC filled with text that I want to add a scrollbar to, the problem is, you can only add a scrollbar to a dynamic text box! Unfortunately the moment I convert static text to...
  7. Thread: back button?

    by spiralart
    Replies
    2
    Views
    447

    thanks! works great - had no idea it would be...

    thanks!

    works great - had no idea it would be so easy :)
  8. Replies
    7
    Views
    442

    it could be that you aren't targeting the frame...

    it could be that you aren't targeting the frame correctly

    in HTML you would use TARGET to go to the correct frame, see:
    [URL=http://www.htmlcodetutorial.com/frames/frames_famsupp_11.html]

    now...
  9. Replies
    2
    Views
    593

    well, er, the short answer is Yes, according to...

    well, er, the short answer is Yes, according to Macromedia.com

    Flash Remoting MX Avaliable for Java and .NET Application Servers

    don't have the foggiest clue how though...
  10. Replies
    6
    Views
    1,099

    cool thanks gSOLO_01 now I know how to do that...

    cool thanks gSOLO_01

    now I know how to do that too :)
  11. Replies
    6
    Views
    1,099

    it could be that you aren't targeting the frame...

    it could be that you aren't targeting the frame correctly

    in HTML you would use TARGET to go to the correct frame, see:
    [URL=http://www.htmlcodetutorial.com/frames/frames_famsupp_11.html]

    not...
  12. Replies
    2
    Views
    552

    silly me, all I had to do was target the blank...

    silly me, all I had to do was target the blank MC,
    like so:



    on (release) {
    printNum (_root.blankMC, "bmovie");
    }
  13. Replies
    2
    Views
    552

    ok, I have made a print button with this script:...

    ok, I have made a print button with this script:



    on (release) {
    printNum (0, "bmovie");
    }


    except it prints the whole site, and not just the text on a specific frame
  14. Replies
    2
    Views
    552

    print text button?

    Hi,

    I am creating quite a big site with lots of text that I would like the user to be able to print out. How can I make a Print button
    which prints out only the text on each page?

    I am using...
  15. Thread: back button?

    by spiralart
    Replies
    2
    Views
    447

    back button?

    Hi,

    Does anyone know how to make a Back Button in flash?

    I have a movie on the main timeline, and target various sections using frame names. Is there a way to create a back button to help...
  16. Hi pixelmagikau I've made a website using...

    Hi pixelmagikau


    I've made a website using the technique you've described, and here's the preloader code that I used (with a few changes though)

    flash mx preloader

    And here's my final code:
  17. Thread: load movie

    by spiralart
    Replies
    1
    Views
    848

    A few things to consider: Have you uploaded...

    A few things to consider:

    Have you uploaded all the swf's onto the server?

    Are all the swf's in the same directory? (this sometimes cases errors in flash)


    good luck
    --spiral
  18. Replies
    4
    Views
    552

    Yes, you can do this in MX. Just type in your...

    Yes, you can do this in MX.

    Just type in your text, then in the Properties box select Dynamic Text and choose Multiline.

    It does take some of the beauty of the font away, but on the plus side...
  19. Thread: Change tint

    by spiralart
    Replies
    2
    Views
    632

    You want something like this? Changing colours...

    You want something like this?

    Changing colours using actionscript
  20. Replies
    1
    Views
    400

    targeting frames within movieclips

    Hi there,

    I am having a problem targeting frames within a movieclip within a movieclip...

    Using this tutorial on macromedia.com...

    using timelines for states

    ...I have made a smart...
  21. Replies
    1
    Views
    677

    how to play a loaded movie

    Hi flash guru's

    I don't have much experience in importing movies into MX and don't know what I am doing wrong!


    What I have so far, is this:

    A main movie (foo.swf) from which a user clicks...
  22. Or you could just be a newbie like me, thrown in...

    Or you could just be a newbie like me, thrown in at the deep-end. The resident multimedia specialist at the ad agency where I work up-and-left recently, leaving me, a Flash newbie, with some...
  23. Replies
    12
    Views
    757

    pc's and mac's

    There shouldn't be any problems running executables in Director of Flash on pc or mac.

    If you burn the CD using pc based software, like Nero, then the disks will work fine on both platforms.

    Be...
  24. Thread: hiya guys!

    by spiralart
    Replies
    3
    Views
    445

    comment

    A few comments on your website:

    Nice navbar - I like the effect when scrolled over.

    You could provide more information about what the website is about, and generally make it more interesting...
  25. Replies
    5
    Views
    775

    compressing website +potential problems

    There are several ways of making your website smaller and thus faster to download.

    1. Make sure your graphics are optimised for the web, and cut them up if they are too large. Small images always...
Results 1 to 25 of 27
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center