A Flash Developer Resource Site

Search:

Type: Posts; User: garethwdesign

Page 1 of 12 1 2 3 4

Search: Search took 0.20 seconds.

  1. Replies
    6
    Views
    5,737

    i use dot net on the server side so dont have a...

    i use dot net on the server side so dont have a specific example to help you with but you could try a find and replace function which would replace the charCode for line breaks and tabs
  2. Replies
    2
    Views
    882

    What frame rate are you using? I would think...

    What frame rate are you using? I would think that using actionscript to tween the image would work better than a classic tween.
  3. Replies
    6
    Views
    5,737

    Have you got an example of the data, are you...

    Have you got an example of the data, are you trying to do this in flash or at the server side?
  4. Replies
    3
    Views
    1,576

    Use fireworks to get the most optimal png would...

    Use fireworks to get the most optimal png would help before importing
  5. Replies
    1
    Views
    2,008

    Guess you've fixed it, was it the width?

    Guess you've fixed it, was it the width?
  6. Replies
    6
    Views
    12,728

    I would build a single dice class using...

    I would build a single dice class using papervision then create a full animaiton of the dice rolling and comming to rest

    You could then randomly change the locations of the numbers / orientaion of...
  7. resolved

    resolved
  8. Thanks divillysausages not sure how I managed to...

    Thanks divillysausages not sure how I managed to miss that from your first post
  9. Thanks for the suggestion, Ive striped the Fla...

    Thanks for the suggestion, Ive striped the Fla down to just the button and the bitmap part but still not clickable not quite sure why ??

    btnHistory.addEventListener(MouseEvent.CLICK,historyClick...
  10. Replies
    5
    Views
    487

    you could assign a variable to each button ...

    you could assign a variable to each button

    link_btn.fileName="test.xml"


    funciton loadXMLFile():void
    {
    var xml_loader:URLLoader = new URLLoader();
    xml_loader.load(new...
  11. Replies
    5
    Views
    487

    Create a function to load the xml file which can...

    Create a function to load the xml file which can be called by all buttons passing in the xml file name something like....

    funciton loadXMLFile(fileName:String):void
    {
    var xml_loader:URLLoader...
  12. Replies
    1
    Views
    452

    shouldn't it be x not X

    shouldn't it be x not X
  13. bitmapData class blocking buttons?:mad:

    I have a fullscreen transparent bitmapData class which overlays other movieclips it does not allow the buttons benith it to work,

    Do i have to add transparnent buttons above the bitmap class??
  14. Replies
    2
    Views
    3,646

    Nothing wrong with the code had a quick look...

    Nothing wrong with the code had a quick look turns out to be the publish settings, turn stict mode off under as3 settings
  15. Replies
    12
    Views
    3,276

    some cool effects here!!

    some cool effects here!!
  16. as neznein9 stated use another moviclip centered...

    as neznein9 stated use another moviclip centered then the clip placed inside this clip will act like the registration/pivot point
  17. just a guess but shouldnt the package contain...

    just a guess but shouldnt the package contain the path to the com components directory?


    package com.components
    {
    import mx.core.Application;

    public class ApplicationEx extends...
  18. Replies
    6
    Views
    720

    Thanks SilentWeed, Have found a Dot net...

    Thanks SilentWeed,

    Have found a Dot net version which i can amend to suit
    ...
  19. Replies
    6
    Views
    720

    Yer think im going to use asp.net and gdi+

    Yer think im going to use asp.net and gdi+
  20. Replies
    6
    Views
    720

    Hi Did you manage to find a solution for...

    Hi

    Did you manage to find a solution for exporting an image from flash?

    Im looking at doing something similar

    Thanks
  21. Replies
    3
    Views
    1,055

    www.vimtocruise.co.uk

    http://www.vimtocruise.co.uk

    Please let me know your thoughts
  22. you would need to make sure that the number is a...

    you would need to make sure that the number is a integer not decimal ie you cant gotoAndPlay(4.33)

    so use Math.floor to round down
  23. Replies
    3
    Views
    7,845

    I made a .net appliction that does this using a...

    I made a .net appliction that does this using a component from the site below

    http://www.tallcomponents.com/
  24. Replies
    2
    Views
    426

    added .nodeValue to end which fixed problem...

    added .nodeValue to end which fixed problem
    subNode.firstChild.firstChild.nodeValue
  25. Replies
    2
    Views
    426

    sorry forgot to mention F[8]

    sorry forgot to mention F[8]
Results 1 to 25 of 289
Page 1 of 12 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center