A Flash Developer Resource Site

Search:

Type: Posts; User: zoekatz

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    820

    This is the URL...

    This is the URL "http://mas.org/viewarticle.php?id=1731&category=46"

    It's not that it is too long. It's the ? and the & that it is having the issue with.

    It's also at the begining of the text...
  2. Replies
    3
    Views
    820

    html text - dynamic text field - escape?

    I am trying to embed a link into a html external text document that I am importing into a dynamic text box.

    The url is passing a variable to a cgi script and has a "?" and a "&" in it.

    Is there...
  3. thanks!

    thanks!
  4. how to force swf to load via being embeded in html

    I put up a new site that has been indexed by google in a link which points dirrectly to the .swf file rather than to the html page that has the swf embeded.

    Is there a way with actionscript to...
  5. That's it! Cool. Thank you so much!

    That's it! Cool. Thank you so much!
  6. It's not in a clip. The tween is already done. ...

    It's not in a clip. The tween is already done.

    It's actually everything on the stage that needs to be moved down (in a large movie all done on the timeline). Something that seems simple but I...
  7. [RESOLVED] is it possible to move a tween in one step?

    I want to select everything in a movie and move it down, say 50 pixels, on the stage.

    Is this possible to do quickly in one step?

    The only way I can see to do this is by movie each keyframe by...
  8. Replies
    1
    Views
    495

    I'm not sure if that is supposed to work or not...

    I'm not sure if that is supposed to work or not but you could try to make the button our of a movie clip instead of a "button" and see if that will work. I would try that.
  9. Replies
    1
    Views
    712

    Look in the movie section of this site and find...

    Look in the movie section of this site and find soemthing that is the closest to what you want then try to modify it.
  10. by "load up" do you mean show them on the stage?...

    by "load up" do you mean show them on the stage? you put an acâ€*ion on the button gotoAndPlay and then a lable (better than a frame number). You can put the same button on the frame by the next...
  11. Replies
    0
    Views
    407

    updating imported files in the library

    When updating imported files in the library is there any way to specify an relative path to where the item is rather than an absolute path?
    I've only been able to do it with a absolute path.
    ...
  12. Replies
    0
    Views
    350

    external images in flash site

    My client wants to be able to easily swap out image on a website that I'm making. Would this be better to do with a text box calling an image in HTML or with XML?

    Any suggestions would be great.
    ...
  13. Replies
    0
    Views
    423

    problem with a variable

    I have a variable in the following code that is not working - I think because I'm using it to refer to a movie clip and the variable is a string - but I'm not sure of the corrct way to do it. Any...
  14. Replies
    3
    Views
    499

    I got it.... "this" is the movie clip object...

    I got it....

    "this" is the movie clip object and this is how to get the name of the movie clip object which is a string

    currentSection = this;
    currentSectionName = currentSection._name;
  15. Replies
    3
    Views
    499

    'this' is an object and I want to take the name...

    'this' is an object and I want to take the name of the object and convert it to a string that consists of the objects name.
  16. timeline control - stopAllSounds();

    timeline control -
    stopAllSounds();
  17. Replies
    3
    Views
    499

    how to convert 'this' to a string

    I want to take the keyword this and convert it to a string to use later in my function does anyone know how to do it?

    if I trace(this) - I get the string that I want to use but it doesn't seem to...
  18. Thread: pop up windows

    by zoekatz
    Replies
    2
    Views
    480

    thanks!

    thanks!
  19. Thread: pop up windows

    by zoekatz
    Replies
    2
    Views
    480

    pop up windows

    I want to make a pop up window where I have control of the window that will pop up when people have pop up blockers on.

    Something like this:
    http://www.89edit.com/

    --> space --> Jordon --> ...
  20. Thread: dynamic links

    by zoekatz
    Replies
    8
    Views
    684

    This works when the pdf file has text in it but...

    This works when the pdf file has text in it but not when the pdf is just made up of images.

    It also works with a .txt file when there is text on the file but doesn't when the .txt file is a blank...
  21. Thread: dynamic links

    by zoekatz
    Replies
    8
    Views
    684

    If I did it this way I think the pdf file would...

    If I did it this way I think the pdf file would have to actually load before results would show up? It's a big file.
  22. Thread: dynamic links

    by zoekatz
    Replies
    8
    Views
    684

    dynamic links

    I want to have a link that is generated if a pdf file is in a particular directory. Something like:

    if (file.pdf is present in ../pdf/) then
    generate link in the swf file that will open the pdf...
  23. thanks!

    thanks!
  24. Replies
    1
    Views
    430

    It seems like that should be possible. Did you...

    It seems like that should be possible. Did you try it? If not you could try the next one to be on release...
  25. Replies
    4
    Views
    418

    you need to have a semicolon at the end of the...

    you need to have a semicolon at the end of the line.

    if (button == 1) {
    gotoAndPlay(6);
    }

    you could also have your animation be in a seperate movie clip that plays when the button is clicked...
Results 1 to 25 of 30
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center