A Flash Developer Resource Site

Search:

Type: Posts; User: grunzster

Page 1 of 10 1 2 3 4

Search: Search took 0.37 seconds.

  1. Replies
    2
    Views
    942

    Thanks. Actually the specs changed slightly,...

    Thanks.

    Actually the specs changed slightly, and I was able to find something on flashden that worked.
  2. Replies
    2
    Views
    942

    XML image and text scroller

    I have a bunch of images. Each one is going to have some text associated with it (a headline and some body copy).

    I need a forward and back arrow, and it needs to scroll in each direction...
  3. Replies
    1
    Views
    589

    Weather in Flash once again.

    Is there a way to do it without using PHP?

    We're trying to do one for a screensaver that will ideally pull directly from the RSS feed.

    Really don't care what site it pulls from as long as it:
    ...
  4. Leave Gary on the ice with any REAL fan. ...

    Leave Gary on the ice with any REAL fan.



    We had cheerleaders, but the old creaps in the front office couldn't keep their hands to themselves.
  5. Replies
    8
    Views
    2,027

    Figured it out. All my code was in a movie clip....

    Figured it out. All my code was in a movie clip.
    myData.load(_root.someVar); fixed it.
  6. Replies
    1
    Views
    811

    I'm an idiot. Figured it out with some help. ...

    I'm an idiot. Figured it out with some help.

    All my code in in a movie clip.

    Changing it to _root.news did it.
  7. Replies
    1
    Views
    811

    How do you load XML using a variable?

    For example. Assume all my code is in place and wokring perfectly.

    All I want to do is replace

    myNs.load("news.xml");
    with

    myNs.load(news);

    Then ad the following line to my html page.
  8. Replies
    8
    Views
    2,027

    I already tried that, it doesn't work. The...

    I already tried that, it doesn't work. The variable has to be defined in the html file, not the swf.

    For example, in place of having the following code in the fla.

    someVar =...
  9. Replies
    8
    Views
    2,027

    How would I modify that code to use a variable to...

    How would I modify that code to use a variable to load the XML instead of the actual path?

    We have a client with a really whacky server environment, which of course we don't have access to.

    We...
  10. Replies
    0
    Views
    486

    Exporting Images from CS3 Library

    I have a file that I need to modify a bunch of the art in, but I don't have the original files.

    I know how to export images from the Flash library, what I'm looking for is a way to automate the...
  11. Replies
    1
    Views
    2,180

    Placeholder Image

    How do I set a placeholder image for an flv, that goes away after the user presses play?

    I'm working in CS3 and publishing to 8.

    Please help, I've searched all over the place, but can't find...
  12. Replies
    5
    Views
    685

    That's kind of what I meant. Weather I lod it...

    That's kind of what I meant.

    Weather I lod it to a level, or to a container movie clip on a higher layer, it will load on top of the loader animation.
  13. Replies
    5
    Views
    710

    So in this instance, I'm actually probably better...

    So in this instance, I'm actually probably better off just motion tweening?

    Or maybe a sequence of shorter, tween class animations to fake the curve?
  14. Replies
    5
    Views
    685

    So, my main movie would have a layer with the...

    So, my main movie would have a layer with the preload animation and an AS layer to load the movie with the photos.

    The movie with the photos would stay formatted pretty much the same, except...
  15. Replies
    5
    Views
    685

    Yet another preloader problem

    I have a movie with a preloader script and a VERY small animation on the first frame.

    The second frame has a large background image, and 4 smaller images that are loaded dynamically from the...
  16. Replies
    5
    Views
    710

    or if not, at least tween the x and y...

    or if not, at least tween the x and y coordinates, but have it animate along a slight curve instead of a perfeclt straight line.
  17. Replies
    5
    Views
    710

    Tween Class and Guide

    Is it possible to move something using the tween class with a motion guide?

    How would I do this?
  18. I've had problems with imported artwork getting...

    I've had problems with imported artwork getting deleted from the library.

    I'll be in the middle of working and try to save, but it won't Flash won't let me...says it can't find the file!!!

    So I...
  19. Replies
    0
    Views
    1,450

    Autoplay not working on web!

    I have 3 files (html, swf, and flv). They all sit in the same directory.

    I'm using relative links for everything.

    When I open the html file on my local server the flv starts playing...
  20. Replies
    2
    Views
    688

    Thanks, it finally worked.

    Thanks, it finally worked.
  21. Replies
    2
    Views
    688

    Uninstalling CS3 Trial - HELP!!!

    I installed the Windows version of the CS3 trial a while back at work. The trial expired and of course they're taking their time getting us the upgrade.

    Ran the uninstaller from "Add remove...
  22. Replies
    0
    Views
    1,384

    FLV Buffer Display

    Can someone please help.

    I have an flv in flash 8 with a custom buffer bar.

    I need to display a percentage of what is loaded on the screen.
    Doesn't need to be pretty just need it for testing....
  23. Animating Dynamic Text with Actionscript

    I have 2 dynamic text boxes that are embedded in a movie clip, which I'm fading in using actionscript.

    All the content in the movie clip fades in, but the 2 text boxes just imediately appear on...
  24. [F8] Problem with HTML controlling Flash

    I have site where I'm using a "?startOn" variable in the html

    Then on every frame of my movie I have "gotoAndStop(startOn);"

    On every page of my site this works and the movie goes to the...
  25. Replies
    2
    Views
    440

    I am somewhat familiar with FSCommand and using...

    I am somewhat familiar with FSCommand and using javascript functions in Flash,
    but ho do you use javascript to change the address of a page without physically loading a new page?
Results 1 to 25 of 229
Page 1 of 10 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center