A Flash Developer Resource Site

Search:

Type: Posts; User: olliebird

Page 1 of 11 1 2 3 4

Search: Search took 0.06 seconds.

  1. Thread: Sort array?

    by olliebird
    Replies
    0
    Views
    623

    Sort array? - resolved

    Fixed it - see below:

    var attachCnt:Number = 0;
    var attachMCsArray:Array = new Array();
    this.onMouseUp = function() {
    if (_ymouse<500) {
    attachMovie("mc_square", "mc_square_"+attachCnt,...
  2. Replies
    0
    Views
    257

    2004 text area component prob

    Hey guys
    I am having a problem with the text area component in MX 2004. It mainly to do with the focus. Even when I focus on the text area and the flashing cursor appears it still won't allow text...
  3. Hi mkantor, I've had a look at your code and...

    Hi mkantor,

    I've had a look at your code and agree you are on to something. My problem is that I need to use print fom a kind of text editior so I need to pass html formated text to a text area...
  4. Hi Macro-muse, Really nice idea for the...

    Hi Macro-muse,

    Really nice idea for the multi-page printing! This is just what I need. I have been playing with you code for a little while now and am having a few problems that I hope you will...
  5. Replies
    0
    Views
    573

    Hiding text cursor?!

    Hi Guys,

    Is it possible to hide the text cursor? I am hiding the mouse using Mouse.hide() but it reappears when rolled over a text area.

    Thanks in advance

    Ol
  6. Replies
    5
    Views
    5,713

    Thanks for your reply. So will the path ...

    Thanks for your reply. So will the path '\#SharedObjects\BMCK8GF8\localhost\' be constant on all machines and platforms?

    Cheers

    Ol
  7. Replies
    5
    Views
    5,713

    Shared object path

    Hi,

    I am having trouble controlling the placement of my shared object files and was hoping that someone could point out where I going wrong!?

    The location that my files are ending up at is:
    ...
  8. Replies
    0
    Views
    1,541

    Creating a 'highlighter pen' effect

    Hi guys

    I need to develop functionality for a text area that allows the user to drag over text to highlight it as if a highlight pen has been used - like the effect that is gained with...
  9. Replies
    2
    Views
    418

    Thanks for the quick reply! I have found that...

    Thanks for the quick reply! I have found that post already but cannot find a way to get black text with a white highlight - can you help?

    While I have your attention I need to develop...
  10. Replies
    2
    Views
    418

    Changing text selection colour?

    Hi,

    I'm using Flash MX 2004 pro and I need to alter the colour of the text selection for a input field from back to white. Is this possible?

    Cheers

    Ol
  11. Replies
    0
    Views
    393

    Printing a FlashPaper doc from Flash?!

    I have created a swf that loads in FlashPaper documents. On screen this all works fine, however when the print button in the toolbar is used the printout is offset to the left side of the page (i.e....
  12. Replies
    1
    Views
    374

    ...this should get you started Ol

    ...this should get you started

    Ol
  13. Replies
    2
    Views
    494

    Hi I am having the very same problem.. did you...

    Hi I am having the very same problem.. did you ever find a solution?

    Cheers

    Ol
  14. Replies
    0
    Views
    306

    ComboBox problem!?!

    Hi Guys,

    Come across a strange one in MX 2004!

    I have some buttons calling a simple functions. They all seemed to work fine until I added 3 comboBoxes. Since then when you press one of the...
  15. Replies
    0
    Views
    585

    comboBox text/outline color

    Hi guys,

    Quick and hopefully simple question. What code do I need to change the coloure of the text and outline of a comboBox in MX?

    I have managed to do the arrow using:
    ...
  16. Replies
    4
    Views
    436

    That's fantastic! Sorry I misunderstood your...

    That's fantastic!

    Sorry I misunderstood your message. I just altered the path to from 'this' to 'map' within the startDrag() command. Know the path is correct the drag limit works perfectly!
    ...
  17. Please help!! Getting data out of XML object?

    Hi,

    I am very new to XML. Below is where I'm up to. I am struggling to trace out the data like. Can someone help me with my paths to the various parts? I'm not sure if it is due to Flash code or...
  18. Replies
    4
    Views
    436

    Thanks for your reply. I'm not sure if I have...

    Thanks for your reply.

    I'm not sure if I have added the code you suggested correcley. The way I have added it causes the drag limit to not work correctly and causes a slight movement on mouse...
  19. Replies
    1
    Views
    870

    Finding data in XML?

    Hi,

    I am very new to XML. Below is where I'm up to. I am struggling to trace out the data like. Can someone help me with my paths to the various parts? I'm not sure if it is due to Flash code...
  20. Replies
    4
    Views
    436

    Draggable MC with buttons within

    http://www.araj21.dsl.pipex.com/dragMask_a.fla

    Hi Guys,

    Above is a link to the file I am referring to.

    I need to have a button within a dragable MC (the red square in the MC traces 'press')....
  21. 2004 scrollpane - load complete & attach MC's within?

    Hi Guys,

    My objective is to create a world map containing locations (buttons). The map should be draggable and is requred to move to specific locations (GB, USA etc). I planned to use a...
  22. Replies
    7
    Views
    835

    Thanks very much I'll give it a try

    Thanks very much I'll give it a try
  23. Replies
    7
    Views
    835

    Forget my last post! I'm getting a trace on...

    Forget my last post!

    I'm getting a trace on all instances:

    Looking for :cloneMc_0 = _level0.cloneMc_0
    Looking for :dropBox_10 = _level0.dropBox_10
    Looking for :dropBox_11 = _level0.dropBox_11...
  24. Replies
    7
    Views
    835

    here is the trace: Movie Clip: Frame=1...

    here is the trace:

    Movie Clip: Frame=1 Target="_level0.cloneMc_0"
    Edit Text: Target="_level0.cloneMc_0.title" Variable= Visible=true Text = Hard"
    Movie Clip: Frame=1...
  25. Replies
    7
    Views
    835

    I think you are on to something - the trace:...

    I think you are on to something - the trace:
    trace("Looking for :"+"cloneMc_"+c+" = "+this["cloneMC_"+c]);
    gave me undefined?

    the clone_# MC's are duplicate will this nake any difference?

    ...
Results 1 to 25 of 273
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center