A Flash Developer Resource Site

Search:

Type: Posts; User: vevmesteren

Page 1 of 20 1 2 3 4

Search: Search took 0.13 seconds.

  1. Thread: As3 & xml

    by vevmesteren
    Replies
    5
    Views
    549

    The XML loads perfectly fine, when I...

    The XML loads perfectly fine, when I trace(ticketsData) I get the XML seen above...
  2. Thread: As3 & xml

    by vevmesteren
    Replies
    5
    Views
    549

    Already tried that TypeError: Error #1010: A...

    Already tried that


    TypeError: Error #1010: A term is undefined and has no properties.
    at com.game.tickets::Ticketsdata/readdata()
    at flash.events::EventDispatcher/dispatchEventFunction()...
  3. Thread: As3 & xml

    by vevmesteren
    Replies
    5
    Views
    549

    As3 & xml

    I have been toying around with the following:

    I successfully load the following XML into my Flash as ticketsData:


    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope...
  4. Replies
    4
    Views
    577

    do you want to achieve this with code (more...

    do you want to achieve this with code (more complex, if no coding experience)
    or timeline (simpler, if fresh new flasher)
  5. Replies
    5
    Views
    8,805

    shameless bump

    anyone? Please? Pretty please with sugar on top...
  6. Replies
    1
    Views
    482

    did you take a look at the extension discussed...

    did you take a look at the extension discussed here:
    http://www.moock.org/blog/archives/000009.html
  7. The first thing I would suggest is that you look...

    The first thing I would suggest is that you look into the multiple XML parsers out there. Personal I use xPath a lot. You can read up on it on http://www.osflash.org/xpath4as2

    alternatively you...
  8. Replies
    2
    Views
    687

    check out the visible=false and visible=true...

    check out the visible=false and visible=true property that can be applied to any kind of object that is on the stage. Though as you explaion your app I suggest you only place ONE accordion menu and...
  9. Replies
    20
    Views
    3,226

    I totally agree with you. Working in an agency...

    I totally agree with you. Working in an agency myself it is the practical part we are striving to achieve. And this is like a bullet in the foot when it comes to practicality. It is like the...
  10. Replies
    2
    Views
    649

    hey Av, did you ever solve this problem? I am...

    hey Av,
    did you ever solve this problem? I am running into a similar problem and am stomped

    merci!
  11. images n`breaks

    yo, I am having the same problem. And omg it is so annoying. The image in question is a library item (I was quite exited to find that that is possible) The image is as wide as my text-area but by...
  12. what exactly are you referring to with levels?...

    what exactly are you referring to with levels? Scaling rarly turns out right in Flash, what you might want to check out is Stage.onResize. This allows your SWF to register the stage size and then...
  13. Replies
    2
    Views
    533

    I wuld not recommend sending an embedded SWF in...

    I wuld not recommend sending an embedded SWF in an email as the veast majority of users will a) have this email blocked entirely or b) see a blank email as SWF emails aren't let passed email built in...
  14. Replies
    1
    Views
    628

    no unfortunatly not, you need to parse your SWF...

    no unfortunatly not, you need to parse your SWF through a compiler like SWF studio or Zinc to achieve this.

    Alternatively you could set up an ugly frame based solution if you want to stay in a...
  15. Replies
    1
    Views
    549

    these 3 links should point you into the right...

    these 3 links should point you into the right direction:

    www.actionscript.com/index.php/fw/1/full-browser-flash-part-1/
    www.actionscript.com/index.php/fw/1/mastering-full-browser-flash-part-2/ ...
  16. Replies
    1
    Views
    437

    never been very good that, I suggest you export...

    never been very good that, I suggest you export your SWF then convert the SWF to AVI with a thirdparty tool:

    http://www.google.com/search?q=SWF+to+AVI
  17. Replies
    2
    Views
    345

    you script seems correct to me, is it possible...

    you script seems correct to me, is it possible that the user in question has apop-up blocker installed?

    in any case check this tutorial

    http://www.kirupa.com/developer/mx/centered_popup.htm
  18. Replies
    3
    Views
    388

    ou will need a server-side script to do the...

    ou will need a server-side script to do the actual sending part. Flash (a flash-based form) would merely collect the data and fire this off to the serverside script (eg. CFM, PHP or ASP). The script...
  19. take a look at this. It is a function that checks...

    take a look at this. It is a function that checks the syntax of a given string and validates wether it is an email or not.

    http://www.sephiroth.it/proto_detail.php?id=113
  20. Replies
    1
    Views
    344

    you need to detect wether the user has Flash or...

    you need to detect wether the user has Flash or not and then redirect them accordingly

    http://www.macromedia.com/software/flashplayer/download/detection_kit/
  21. Replies
    2
    Views
    358

    Is this what you are trying to achieve?

    Is this what you are trying to achieve?
  22. Replies
    3
    Views
    598

    Did you include the font sub-set?

    Did you include the font sub-set?
  23. basicly, if you try to load data from a remote...

    basicly, if you try to load data from a remote place you need to put the crossdomain policy file at the remote location. That pretty much covers it...
  24. crossdomain.xml

    you need to add the crossdomain.xml to the root of your domain, otherwhise Flash will not accept to load the remote data:

    http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14213
    ...
  25. Replies
    2
    Views
    422

    this looks promising:...

    this looks promising:
    http://www.flashkit.com/board/showthread.php?t=347270&highlight=draw+line+MCs

    to make the two points (MCs) controllable, just add a button in the MC....

    V
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center