A Flash Developer Resource Site

Search:

Type: Posts; User: Digital Alchemist

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    384

    I ended up looping through the children of the...

    I ended up looping through the children of the display object that 'holds' all my store items and testing to see if it's the one that I just clicked, if not, I go ahead and close the spec window.
    ...
  2. Replies
    2
    Views
    384

    OOP Help Needed

    Hi,

    I have a custom class that's a store object.
    I create multiple store objects to show the items in the store.
    Each store object has a private 'showSpecs' method that is fired off when a...
  3. Well, the entire movie is loaded because I'm...

    Well, the entire movie is loaded because I'm using a Loader.swf to load the movie first. Once it's all loaded, I start the app.

    If I don't use the Loader.swf, it works fine, if I do, it doesn't....
  4. Components not accessible after movie is loaded.

    Hi,

    I have a MainMovie.fla in which I have several components in the library 'exported' for ActionScript.

    Several custom classes reference these components.

    If I run MainMovie.fla,...
  5. Replies
    4
    Views
    643

    You probably won't use PayPal with Flash...

    You probably won't use PayPal with Flash directly. You'd use it with your server side script: Coldfusion, PHP, ASP, etc.

    Although you might be able to make it work with URLVariables.

    ...
  6. Replies
    2
    Views
    422

    Self Centering Object

    Hi,

    I've created a LoaderMovie custom class that displays my loader.swf.

    What I want to do is make it 'self aware' of what DisplayObject I load it into so it can center itself inside that...
  7. Replies
    4
    Views
    752

    Here is something I learned from experience. I...

    Here is something I learned from experience.

    I had created a custom class and inside the class I have a method that starts a tween.

    My tween would occasionally hang and it was really bugging...
  8. I just figured it out. In my main.swf, I...

    I just figured it out.

    In my main.swf, I dispatch a 'custom' event.
    this.parent.dispatchEvent(new Event("SHOW_THIS"));

    this.parent points to my loader object.

    In my loader.swf, I add an...
  9. Communicating with parent loader movie

    Hi,

    I have a .swf that's my 'main' movie that I'm loading into my loader.swf.

    Is there any way to call a method in my loader.swf from my main.swf?

    I've tried...
  10. IMS Productions Flash Site - please check

    Hi,

    Just finished up this Flash site, and on my 3 computers at home, it works fine.

    However, the client is having issues on a couple of areas, and I'd like some feedback as to whether or not...
  11. Replies
    1
    Views
    548

    The machine viewing the Flash movie in Powerpoint...

    The machine viewing the Flash movie in Powerpoint must have the Shockwave Flash ActiveX control loaded on their machine.

    You can view the details here:...
  12. Replies
    1
    Views
    492

    Challenging Effect

    Hi,

    I have an effect I'm trying to accomplish here.

    Let's say in Layer 1, I have an image that is masked with a checkerboard type mask (with some boxes missing).

    Now, in another layer, I...
  13. Replies
    1
    Views
    642

    Tutorial format

    Hi,

    It's sure nice to have tutorials on this site.

    However, trying to read them is quite difficult because the width of the lines of text is too long. That's why newspaper columns are narrow,...
  14. Ok, here is what I found out. If I do a...

    Ok, here is what I found out.

    If I do a placeholder.loadMovie("http://127.0.0.1/flash/mymovie.swf");
    the script doesn't work.

    If however, I do a placeholder.loadMovie("mymovie.swf");
    the...
  15. Ok, I got it to work fine with my 'test clips',...

    Ok, I got it to work fine with my 'test clips', but I'm having trouble in my main movie.

    In my main movie, I use an attachMovie() to attach a preloader movie and load an external .swf file.

    In...
  16. I've tried that, but it doesn't work. It seems...

    I've tried that, but it doesn't work.

    It seems as though it should work fine, but it doesn't. I'm in MX.

    Here is my code:

    clipa (frame 1)

    function theEnd() {
    trace('hello world');
  17. Referencing function in main timeline from loaded .swf

    Hi,

    I have a movie where I'm loading a .swf using placeholderMC.loadMovie("somemovie.swf");

    Once the movie is loaded, I tell it to play, and it plays.

    However, I'm needing to know when this...
  18. I'm using the loadVariables("URL","MC","POST"); ...

    I'm using the loadVariables("URL","MC","POST");

    In the MC, my code is in the onClipEvent(data) event which never fires.

    Thanks for your suggestions.

    Jim
  19. Hi, This is an odd one that I've been working...

    Hi,

    This is an odd one that I've been working on for weeks.

    I have a login screen created in Flash, and it uses the loadVariables()
    function to call out to a Cold Fusion page.

    On my dev...
  20. Hi, This worked for me fine in Flash 5 player,...

    Hi,

    This worked for me fine in Flash 5 player, but now Flash 6 player seems to have a bug in it.

    Using _level100.getbytestotal() returns a -1, but using _root.getbytestotal() returns the bytes....
  21. I was actually referring to the new functionality...

    I was actually referring to the new functionality in FMX, I've only been able to dynamically load .swf's into Flash 5.

    So you'd have to convert your .jpg's into .swf's first until FMX is available!
  22. Just wondering if you can dynamically load video...

    Just wondering if you can dynamically load video into a Flash movie like you can load in .jpgs now and .swfs too.

    Thanks,
  23. Hi, I have a rather large movie that I am...

    Hi,

    I have a rather large movie that I am wanting to use a pre-loader on.

    I have two scenes. The first one is my loader, the second is my main movie.

    There isn't much to my preloader, but...
  24. Replies
    3
    Views
    510

    Ok, I know what you mean. What exactly are you...

    Ok, I know what you mean.

    What exactly are you using for your CGI?

    You'll have to have some sort of email CGI that can send an email.

    I know Cold Fusion can, ASP can, but you have to have...
  25. Replies
    6
    Views
    706

    You have the idea here:...

    You have the idea here:
    "aim:goim?screenname="+aim_sn+"&message="+im_content

    What you need to do is create a mc with dynamic textfields. Name them aim_sn and im_content respectively.

    Then,...
Results 1 to 25 of 49
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center