A Flash Developer Resource Site

Search:

Type: Posts; User: mydot

Page 1 of 6 1 2 3 4

Search: Search took 0.18 seconds.

  1. Replies
    1
    Views
    303

    memory leaks over weeks

    hi,
    a very rare question i'm sure.
    i've made a flash movie that runs on a display. this movie may run without being turned off for up to 6 months.
    as it runs the memory it takes up increases....
  2. Replies
    6
    Views
    685

    hi, what you need to do is launch your window as...

    hi,
    what you need to do is launch your window as normal, no properties. then in the HTML body tag have an on load command to change the size of your window.

    <BODY bgcolor="#6297AB"...
  3. Thread: XML missing ?

    by mydot
    Replies
    0
    Views
    358

    XML missing ?

    hi,
    has anyone ever experienced this problem...
    if the xml document is local i can get the declaration and the content - but when live on https, i can only get the declaration..?

    (i'm building...
  4. Replies
    10
    Views
    1,066

    yeah, hadn't thought of that, but I really wanted...

    yeah, hadn't thought of that, but I really wanted to use duplicate movie clip for this one. I finally solved this though by instead of saving x and y in 'coor', I used 'coor' to store random numbers....
  5. Replies
    10
    Views
    1,066

    senocular: thanks for the help. have tried your...

    senocular: thanks for the help.
    have tried your script, but it just runs too slow- i think it may be over complicated. this is my random script. the output is just want i want, but am having trouble...
  6. Replies
    10
    Views
    1,066

    sweeeeeeeeeeeeeet

    sweeeeeeeeeeeeeet
  7. Replies
    10
    Views
    1,066

    thanks for the help, though i'm now trying to...

    thanks for the help,
    though i'm now trying to make random coordinates, so a shape will repeat and fill a page with out being in the same place twice.
    i thought i'd be able to work this out from...
  8. Replies
    10
    Views
    1,066

    nonrepeating random numbers

    hi,
    i've been breaking my mouse all day on this one.
    how can i make non repeating random numbers.
    eg 0-100 traced in random order.

    cheers.
  9. Replies
    6
    Views
    685

    thanks ivo, but i'm trying to launch an html pop...

    thanks ivo, but i'm trying to launch an html pop up from projector, any clues?
  10. Replies
    6
    Views
    685

    hi, thanks for your reply. this problem is...

    hi, thanks for your reply.
    this problem is giving me headaches.

    i need to have my flash.exe load another flash movie fullscreen, but the second movie has to be in explorer. it has to be in...
  11. Replies
    6
    Views
    685

    pop up from flash projector?

    hi,

    i need to launch a full screen window from an EXE,
    anyone any ideas?

    cheers.
  12. Replies
    0
    Views
    398

    convert JPG's to SWF's

    hey,

    anyone know of an ap that will convert JPG's to SWF's?
    I have quick_jpg2swf, but it's ****, it changes the size of the image.

    much thanks
  13. Replies
    6
    Views
    665

    sweet.

    sweet.
  14. Replies
    6
    Views
    665

    thank you. (both) but, oooh, whats a two...

    thank you. (both)

    but, oooh, whats a two dimentional array?
  15. Replies
    6
    Views
    665

    name array question.

    hi

    i want to dynamicly name arrays, is this possible.
    eg.
    myVar = "navigation";
    "myName" add myVar = new Array();
    code above doesn't work though!
    any ideas?
    many thanks.
  16. Replies
    9
    Views
    4,296

    Thanks for your help gparis. unfortunately URL...

    Thanks for your help gparis.
    unfortunately URL encoding only works in URLs

    If anyone knows a work around for special characters in flash/XML, please let me know.

    thanks for all your help.
  17. Replies
    9
    Views
    4,296

    yup. i'm using flash MX publishing as flash 5....

    yup. i'm using flash MX publishing as flash 5.
    when you say use character ¬ the £ is that all?
    if i just use £ on it's own, i get £.
  18. Replies
    9
    Views
    4,296

    hi, thanks tried that. £ once loaded into...

    hi, thanks tried that.

    ¬£ once loaded into flash becomes £

    is the code that the board showed the same as you typed in?

    more thanks
  19. Replies
    9
    Views
    4,296

    thanks for the reply guys. been doing some...

    thanks for the reply guys.
    been doing some testing with your suggestions...


    XML & pound ; returns & pound ; in flash

    XML & £ ; returns & £ ; in flash but

    XML & quote ; does return...
  20. Replies
    9
    Views
    4,296

    i want a '£' sign from XML

    hi.

    i'm not asking much. all i want is to be able to load a '£' sign from an XML document (price list)

    anyone?
  21. Replies
    2
    Views
    669

    if your CD content is purely in flash you could...

    if your CD content is purely in flash you could just publish the movie as a stand alone projector from flash.

    or if your content is a web site, you could try changing the flash embed code to get...
  22. Thread: back button?

    by mydot
    Replies
    2
    Views
    447

    yup. a simple way of doing this is to have a...

    yup.

    a simple way of doing this is to have a variable called 'back'. then on each button click you assign the back the value of the button you were on. eg.



    on(press){...
  23. Replies
    0
    Views
    502

    calling function !

    Hi,

    I'm loading XML into flash.
    but insted of using the standard;

    thisXML = new XML();
    thisXML.ignoreWhite = true;
    thisXML.onLoad = myLoad;
    thisXML.load("environment_page.xml");
  24. Thread: XML from http

    by mydot
    Replies
    1
    Views
    476

    XML from http

    Ever spent weeks making something, then when finally uploaded you remember that flash can't reqest XML from an http address. I have.

    I need help.
    There must be a way.
  25. Thread: sentance cutting

    by mydot
    Replies
    7
    Views
    450

    interestingly i have found that flash 5 won't run...

    interestingly i have found that flash 5 won't run the split command with spaces in it. thought i'd let you know.

    thanks for the help though.
Results 1 to 25 of 136
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center