A Flash Developer Resource Site

Search:

Type: Posts; User: Arkasi

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    5
    Views
    1,549

    Hmm. That will help abit, but still requires me...

    Hmm. That will help abit, but still requires me to do changes manually, but maybe i could make some sort of script that would update the as file whenever i did publish...
    Something to think about....
  2. Replies
    5
    Views
    1,549

    "Build number" on publish/test movie

    Hi.
    I was wondering if it is possible to generate a build number or similar when publishing and doing test movie?
    (a variable that increases each time i publish)?
    Or if not, if it is possible to...
  3. Replies
    139
    Views
    19,595

    Eeep. My caompany has been developing in flash 5...

    Eeep.
    My caompany has been developing in flash 5 untill now, reason is bugs in MX that made certain code no longer work, This last few days ive been considering getting upgrade to MX2004, however...
  4. Replies
    4
    Views
    507

    Yes ive been through that list, however, that...

    Yes ive been through that list, however, that list makes it look like every aspect of Flash MX is newer, better etc.
    I was thinking more along the lines,
    What part of flash mx makes your work...
  5. Replies
    4
    Views
    507

    thanks :) Anyone else know why i should upgrade?...

    thanks :)
    Anyone else know why i should upgrade? speak up :)
  6. Replies
    4
    Views
    507

    Upgrading from flash 5 to Flash MX

    Hello, I work with making computer based training courses in flash 5, And im trying to convince my employer that me and the designers should upgrade to Flash MX instead of continue to use flash 5,...
  7. Replies
    7
    Views
    510

    I tried to do it in the trial version now....

    I tried to do it in the trial version now.
    Inside the developement enviroment it worked (ie ctrl-enter)
    however it did not work as a projector at all. Not even on the machine with flash mx trial...
  8. Replies
    8
    Views
    812

    Is there any way i can do similar in Flash MX?...

    Is there any way i can do similar in Flash MX?
    Ive used flash 5 for long while, and i use the fscommand save for most my applications, however im told that this does not work in MX.
    (since i make...
  9. Replies
    7
    Views
    510

    Hmm seems ppl dont agree on wether or not this...

    Hmm seems ppl dont agree on wether or not this works in a projector or not (from the comments on that article), and if the machine needs to have the flash authoring tool installed. Im trying to get a...
  10. Replies
    7
    Views
    510

    If that works its great!! :) Ill try it on a...

    If that works its great!! :)
    Ill try it on a machine with flash mx as soon as possible.
    Just a small question, can one save more than one variable in each file (without lots of textparsing), or do...
  11. Replies
    7
    Views
    510

    Saving variables locally

    I am considering upgrading from Flash 5 to Flash MX, however i make courses, both for web, but also for CD only (no internet).
    The courses that run from cd need to be able to save data locally. (for...
  12. ahh fscommand("trapallkeys","true") worked great...

    ahh fscommand("trapallkeys","true") worked great :)
  13. Can i somehow stop the Escape,key from...

    Can i somehow stop the Escape,key from normalizing the window of my fullscreen projector ? (if you click escape the window will reduce to its "normal" size).
    I have tried to add a controller mc,...
  14. Replies
    0
    Views
    436

    im working on a project where i need to store...

    im working on a project where i need to store information
    regarding different "pages", and if they have been viewed or not.

    im storing this in an array like this..

    myarray["page_1"]=true;...
  15. Replies
    1
    Views
    410

    Shared libraries and RAM usage

    This is a bit complex to explain but ill try my best.

    Im making a course, and this course is big.
    Originally it consisted of a main.fla file that contains all the menus, functions etc etc, and a...
  16. Thread: Array stuff

    by Arkasi
    Replies
    4
    Views
    562

    thanks for all the replys however between the...

    thanks for all the replys
    however between the time i posted and checked this board again i found a prototype on
    http://www.layer51.com/proto/
    called addDistinct basically a push that checks for...
  17. Thread: Array stuff

    by Arkasi
    Replies
    4
    Views
    562

    im makin a small searchengine thingy for a...

    im makin a small searchengine thingy for a webbased computer training program. And when the search "finds" the string the user searches for my program will then give a "link" to the content that has...
  18. A while ago i upgraded my win98se system to a...

    A while ago i upgraded my win98se system to a win2000 professional system, and generally im very happy with that EXCEPT
    I used to be able to import TIF,TGA,PSD and other files into flash since i...
  19. thanks, ive put in a bunch of time tracers in the...

    thanks, ive put in a bunch of time tracers in the complete function, on sample-data, where the complete function takes 10 seconds, the split part takes almost 7 seconds. So i guess ill go looking for...
  20. hello. I've made a function that does a lot of...

    hello.
    I've made a function that does a lot of string parsing
    (from string to array, updates lot of stuff in array and back to string)
    and this function often takes a lot of time depending on how...
  21. Replies
    1
    Views
    3,257

    hello, im making a course where i need to save...

    hello, im making a course where i need to save some data when the use clicks a button, however i also needs to save the data when the user closes the browser, or goes to a new web page, is there any...
  22. Thread: Wait for loaded

    by Arkasi
    Replies
    2
    Views
    543

    thanks for your reply, however i found out what...

    thanks for your reply, however i found out what was wrong,, when i sent the variable loaded=true this got sent as a string and not as a boolean, so i had to check for
    loaded=="true" instead of...
  23. Thread: php script

    by Arkasi
    Replies
    2
    Views
    848

    i tried to escape it, but it didnt seem to work,...

    i tried to escape it, but it didnt seem to work, there is of cource problems sending it from my php script to server as well (same problem)
    but i figured out a solution,, when i construct the string...
  24. Thread: php script

    by Arkasi
    Replies
    2
    Views
    848

    i hope you can help me with this. Im currently...

    i hope you can help me with this.
    Im currently trying to make some flash functions that will allow flash to communicate with a server on a different domain, because of certain issues of parsing, and...
  25. Thread: Wait for loaded

    by Arkasi
    Replies
    2
    Views
    543

    how can i make a function wait for a certain...

    how can i make a function wait for a certain amout of time or untill all data are read from loadvariables ?

    (if i didnt have to use a function i would have sent a loaded=true from the server and...
Results 1 to 25 of 48
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center