A Flash Developer Resource Site

Search:

Type: Posts; User: Carod

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Thanks a million, that did the trick.

    Thanks a million, that did the trick.
  2. [RESOLVED] Refer to object on another timeline

    I have a container movie which loads another movie into a Loader object which then gets added to the main timeline. The loaded movie has a main class which controls all the other classes in that...
  3. Brilliant, that's exactly what I was looking for....

    Brilliant, that's exactly what I was looking for. Thanks a million.
  4. [RESOLVED] Movie with document class inside another movie

    Hi,

    I've got a movie with a main document class which controls all the other classes used in the movie. As I need to add a scrollbar which will scroll the entire movie I thought the easiest way...
  5. Brilliant. Thanks a million. I never really got...

    Brilliant. Thanks a million. I never really got why I needed get and set functions (except to make debugging easier), now it all makes perfect sense.
  6. [RESOLVED] Using Tweener to tween property of class

    I've got a property,

    var angleX:Number;

    declared right after my class declaration (therefore available to each function in the class). How do I go about tweening this value with Tweener? ...
  7. Thread: Slot machine

    by Carod
    Replies
    4
    Views
    836

    Ah. No it wouldn't, you'd need to call iconRul()...

    Ah. No it wouldn't, you'd need to call iconRul() at the end of the movieclip in that case.
  8. Thread: Slot machine

    by Carod
    Replies
    4
    Views
    836

    Set a variable to act as a counter. This...

    Set a variable to act as a counter. This variable will increment each time you run iconRul(), and when it gets to 7 it will call stopRul().


    var counter=0;

    function startRul() {
    ...your...
  9. Replies
    1
    Views
    553

    Unloading loaded swfs from memory

    I've been reading about the problems associated with Flash Player 9 not unloading Loader swfs from memory, and how this has been possibly addressed by the addition of Loader.unloadAndStop in Flash...
  10. Broadcasting webcam video to clients on same network

    We're developing a system for a client which features two billboards (basically two large monitors) to be displayed in their offices. The billboard content is composed of various different Flash...
  11. Replies
    1
    Views
    538

    Can you post your code?

    Can you post your code?
  12. Replies
    0
    Views
    2,294

    AVM1Movie as loader.content

    Hi all,

    I've seen a few posts on this issue and was just wondering if anyone has managed to find a workaround.

    I have an AS3 movie which loads an older swf which Flash then treats as an...
  13. Thank you so much, that's exactly what I needed....

    Thank you so much, that's exactly what I needed.

    I'd buy you a pint if Canada wasn't so far away :-)
  14. fscommand exec bouncing me out of fullscreen mode

    I'm using Northcode's Copy2 to allow users save zip files from CD. As ever, it's working perfectly, except this time my CD is fullscreen and calling the exec command to the exe bounces me out of...
  15. AIR application - saving files from remote server to user's hard drive

    Our client's website has a download area where users can log in and download images and 3D models in various formats of their products. I've been asked about the viability of porting this download...
  16. AC_FL_RunContent problem with Flash player 9.0.124.0 in IE

    Has anybody noticed problems with version 9.0.124.0 of the flash player and the AC_FL_RunContent script? Specifically, with this version of the player in IE it says you haven't got Flash (I've...
  17. I've figured it out. For the benefit of anyone...

    I've figured it out. For the benefit of anyone who might be having the same problems, I had .bat and .exe files of the same name as the .app files in the fscommand folder. This seems to have been...
  18. Northcode - I've just found a post over at...

    Northcode - I've just found a post over at actionscript.org where you gave someone a code snippet not so long ago:
    fscommand("exec", target + "_script");

    This is what I used for a previous...
  19. I am indeed. I have the PDFs inside the...

    I am indeed. I have the PDFs inside the fscommand folder too.
  20. [RESOLVED] [Flash 8] Applescript not being called

    Hi,

    I've got a cross-platform CD which should open different PDFs. I've created AppleScript files to open the PDFs and when I open them by double-clicking they open the PDF as they should.
    ...
  21. Replies
    5
    Views
    1,413

    Ok, it's not the antivirus. I have 1GB of RAM...

    Ok, it's not the antivirus. I have 1GB of RAM and the computer was re-formatted six months ago so there shouldn't be too much rubbish floating around. I'm all out of ideas at this stage. It's...
  22. Replies
    5
    Views
    1,413

    Thanks for replying. I checked the Adobe site...

    Thanks for replying.

    I checked the Adobe site and the CS3 Clean Script seems to be needed to clear up beta or pre-release versions. I installed a clean brand new copy straight out of the box. ...
  23. Replies
    5
    Views
    1,413

    [CS3] Flash CS3 crashing for no reason

    I've just recently installed CS3 and find it to be incredibly unstable. As soon as I open the Actions palette it crashes. According to Task Manager it's still running, but "holes" appear in the...
  24. Replies
    4
    Views
    29,449

    Resolved

    Okay, I figured it out. For anyone who comes across this problem in the future, the problem lies in the font name. For some reason, if a font name has a comma (e.g. HelveticaNeue-Light, Italic)...
  25. Replies
    4
    Views
    29,449

    Variants of Helvetica Neue not showing up

    Hi,

    I've installed Helvetica Neue using Adobe Type Manager and I can use all variants correctly in Photoshop.

    However, Flash seems to not recognise either Roman Italic (56) or worse, bold...
Results 1 to 25 of 119
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center