A Flash Developer Resource Site

Search:

Type: Posts; User: jlordy1

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    15,916

    Help trying to embed Bengali font

    Hi,

    I'm trying to embed a Bengali font into my Flash project with the Bengali text being loaded from an external XML file. I'm using the Akaash font downloaded from here.

    I haven't been able...
  2. Movieclip positioning problem when using alpha

    Hi,

    I have a flash movie made up of 10 frames. On each frame I have hotspot movieclips all called "hotspot" each using the same library symbol which I resize and position in a different place.
    ...
  3. Updating textfield from static function call problem

    Hi,

    I have a static function in a class that i want to call using ClassName.functionName("some text"). This class is linked to a movieclip that contains a textfield called tf.

    This function...
  4. Replies
    1
    Views
    443

    How to attach a class to a Movie

    Hi,

    I'm trying to find out how to attach a class to a Movie (SWF) which i'll call "contentLayer" in Flash 8. This movie swf will be loaded by a separate SWF file.

    I basically want it to work in...
  5. Replies
    0
    Views
    735

    [F8] MS Infopath XML loading problem

    Hi,

    I'm trying to load in an XML file created in Microsoft Infopath into Flash but it isn't loading correctly.

    It appears to be a problem with the following lines in the XML that infopath...
  6. That has done the job. Ive used your code...

    That has done the job.

    Ive used your code instead of using start and stopDrag and its given the effect i was looking for.

    Cheers!
  7. movieclip rotation to match mouse movement direction

    Hi,
    I have a movieclip "arrow" that is draggable and i want it to rotate to the same angle as the direction that the mouse is moving in. I have the code to calculate the angle and this sets the...
  8. Replies
    1
    Views
    401

    targetting problem

    Hi,

    I'm having trouble targetting a dynamically created movieclip's function.

    I have an Array (mc_array) into which i place movieclip references that have been created using attachMovie onto...
  9. Replies
    1
    Views
    478

    If it helps, attached is a file that shows the...

    If it helps, attached is a file that shows the problem. Here it is only basic though, but it shows how after one loop of the mask clip, the masked object reverts to its orignal colour.
  10. Replies
    1
    Views
    478

    Masked MovieClip colour property probem

    I have a movieclip instance that is set as a mask which contains a simple rectangle that changes shape with shape tweening. This then masks a movieclip that consists of just a rectangle. In...
  11. Replies
    0
    Views
    314

    A masking problem

    I have a movieclip instance that is set as a mask which contains a simple rectangle that changes shape with shape tweening. This then masks a movieclip that consists of just a rectangle. In...
  12. External .as referencing timeline movieClips

    Hi,
    I have a flash file which has an Movieclip "Inventory" in the library that is linked to its own external class file that is responsible for its behaviors. Within this movieclip there is another...
  13. onEnterFrame not working on loaded swf movie

    Hi, I'm using a separate preloader to load a game I have developed. The preloader works fine and shows the progress until the game swf file has loaded. The problem is with the game as the onLoad and...
  14. Replies
    1
    Views
    615

    Flash MX Keyboard Character Input problem

    I'm using a UK keyboard and from time to time i am having a problem where flash seems to recognise it as a US keyboard. This seems to suddenly start happening while i've been using flash for a while....
  15. Replies
    0
    Views
    437

    Preloading external images and text

    Hi,

    I want to create a dynamic flash movie where all the content such as text and images is stored externally from the flash file.

    What would be the best way to load all of this in the...
  16. Duplicating a dynamically created movie clip

    Hi,

    I dynamically create some movie clips from images that I load into the first scene of my movie using the createEmptyMovieClip() command - loadMovie is used to assign an image to these clips....
  17. Replies
    5
    Views
    601

    Just decided to use the movieclip in the end and...

    Just decided to use the movieclip in the end and that seems to be doin the job perfectly.

    One question though, can they be disabled like a button?
  18. Replies
    5
    Views
    601

    dynamic text on buttons

    Hi,
    I'm trying to dynamically create buttons, and was wondering if there is any way to set the text of a button using a dynamic text box.

    Currently I have a button (instance "b"), within which is...
  19. Replies
    2
    Views
    379

    i've actually just sorted out the problem using...

    i've actually just sorted out the problem using
    on (release){
    _root.gotoAndPlay(frame);
    }

    and this now works fine.

    Thanks
  20. Replies
    2
    Views
    379

    Problems using Drop-down Menus

    Hi,

    Probably a relatively simple problem but i'm new to Flash

    I have a button that exists as part of a movie symbol called 'drop down', located on Scene 1. Once clicked, it advances to a later...
Results 1 to 20 of 20




Click Here to Expand Forum to Full Width

HTML5 Development Center