A Flash Developer Resource Site

Search:

Type: Posts; User: WallyWest

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Did the .NET libraries come out yet? Thanks.

    Did the .NET libraries come out yet? Thanks.
  2. Does this mean I can merely emit tags in the...

    Does this mean I can merely emit tags in the appropriate order and the Flash runtime will "work?"
  3. VERY General Question File Spec from Macromedia how does this help me?

    I am a developer in C#, VB.net, non-Win specific langs, etc. I have the file format specification from Macromedia. I simply do not understand how this will help me develop a program to create a...
  4. Replies
    1
    Views
    1,349

    Streaming Video Question

    I wasn't sure if this was the right place, but I am trying to find out about streaming video.

    Eventually, I will use it in Flash, but first, I need to know about how to compress it.

    Currently,...
  5. Protected File in the Tutorials Question

    I have Flash MX and am trying to follow some of the tutorials on the site - the basic ones. My problem is that when I get the file and try an open it it says "Cannot open protected file." What am I...
  6. Replies
    3
    Views
    1,372

    Thank you. So what is stop for? Does it only...

    Thank you.

    So what is stop for? Does it only stop effects and not script actions? So therefore, the script to name the label was ran, but if there had been any effects on that objects timeline,...
  7. Replies
    3
    Views
    1,372

    Swishscript stop() action

    I am studying someone else's menu code an in there is this:

    onFrame (2) {
    stop();
    }
    onFrame (3) {
    setLabel("in");
    }
    onFrame (8) {
    stop();
  8. Replies
    2
    Views
    1,458

    Yes, you answered my questions. And thank you...

    Yes, you answered my questions. And thank you for your tagline.
  9. Replies
    5
    Views
    1,269

    Is there a good menu tutoiral?

    Is there a good menu tutorial available for Swish? I have a static menu, but want the kind that slide around and do all that stuff that Flash movies do. Thanks.
  10. Replies
    3
    Views
    1,102

    Does Sound Import or Link?

    Do sounds get "put into" a Swish movie, or are the dependant on a path?
  11. Replies
    2
    Views
    1,458

    Simple Scene Transition Question

    I created a new Swish and loaded an image. The image was too large so I resized it in Swish with W & H. Resized okay. From here I added some effects - fade and move.

    Next, I created a second...
  12. Replies
    9
    Views
    1,966

    I found the advanced button and yes it is quite...

    I found the advanced button and yes it is quite different. As such, I found the two buttons for black border and text is selectable, but I could not find any of the other items in the list (wrap...
  13. Replies
    2
    Views
    1,097

    I found that they on(release) was in the scene...

    I found that they on(release) was in the scene and the button objects. Don't know why. I guess I put it there somehow. Thanks.
  14. Replies
    2
    Views
    1,097

    Tutorial Button Event Question

    In the Tutorial on Scripting with Buttons a simple example is given and all works well.

    When I click the button the code fires and the text "Button" is printed in the Debug window. However, it is...
  15. Replies
    2
    Views
    1,204

    what does the target checkbox do?

    On a text object, under text, there is a checkbox that has "target." This box being checked kept loadvariablesnum from placing the result into the appropriate checkboxes. As soon as I unchecked it,...
  16. Replies
    1
    Views
    554

    loadVariables Question

    This code:

    onFrame (2) {
    this.strSearch = "smith";
    this.loadVariablesNum("http://localhost/employee.asp",this,'GET');
    }

    Opens the page employee.asp and sends the correct variable...
  17. Replies
    3
    Views
    1,009

    Roger Onslow developer of swish points this...

    Roger Onslow developer of swish points this method of dealing
    with xml objects imported into swishmax.

    http://flashkit.com/board/showthread.php?threadid=477966&perpage=20&pagenumber=2

    As most...
  18. Replies
    1
    Views
    1,035

    Is Flash 7 Okay?

    If I have the Flash 7 client installed will SwishMax still work?
  19. Replies
    3
    Views
    1,009

    Thank you. I just wanted to make sure that I had...

    Thank you. I just wanted to make sure that I had some way of calling an intermediary page to do the dirty work and then import the results of that page (an xml page I suppose) back into the .swf. I...
  20. Replies
    6
    Views
    438

    Thanks. Now here is what I am confused about. I...

    Thanks. Now here is what I am confused about. I can see no difference at this point between your product and the actual Flash program from Macromedia as it relates to security. If I use Flash and...
  21. Replies
    6
    Views
    438

    Do you agree that encapsulating it all in the...

    Do you agree that encapsulating it all in the coded intermediary page would be "secure?"
  22. Replies
    1
    Views
    1,054

    Documenation Tutorial Problem

    In the docs it says, concerning the second tutorial "myflowcontrol.swi:"



    "x = 0;

    Enter using Add Script | Statements | name = expr;
    Use the down arrow next to Property: to select...
  23. Replies
    1
    Views
    987

    Typo Question

    If I find a typo in the documentation, does the developer want to know? How is he/she informed? Here?

    Tutorial:

    "Note that script can also be added by selecting the area where you want the...
  24. Replies
    3
    Views
    1,009

    Linking to XML Page Question

    I know people are busy. I am not trying to be rude, but my cursory examination leads me to believe that when it comes to database access Swish is not bent in that direction. No offense. I would...
  25. Replies
    2
    Views
    1,220

    Nobody using swish uses a database?

    Nobody using swish uses a database?
Results 1 to 25 of 32
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center