A Flash Developer Resource Site

Search:

Type: Posts; User: havegil

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    1,805

    Yes, many thanks. This seemed so simple but yet...

    Yes, many thanks. This seemed so simple but yet puzzled me for years.
  2. Replies
    4
    Views
    1,805

    Thanks, Baby Minion I'ts difficult to seasrch...

    Thanks, Baby Minion

    I'ts difficult to seasrch for this even on adobe's docs as I do not know what is its proper name. There has to be naming for this syntax, I suppose I can try emdeding events...
  3. Replies
    4
    Views
    1,805

    Event Imports AS3/FLEX/AIR

    Greetings to all.

    This is one of those things in flash development that I have never use and never really grasp what exactly is hapenning when the code below is on a as class .
    ...
  4. Thread: security issue

    by havegil
    Replies
    0
    Views
    335

    security issue

    I have a script that looks like this:

    function onBTNClick(evt:MouseEvent):void
    {
    var url:String = "/capabilities/";
    var _request:URLRequest = new URLRequest(url);

    navigateToURL(_request,...
  5. Replies
    6
    Views
    473

    Sorry I did not mentioned it because being that...

    Sorry I did not mentioned it because being that its AS2 (the nested scrollpane) and the app that it is being loaded onto in as3.

    scroll -> loader -> as2 scroll

    Thanks for replying.
  6. Replies
    6
    Views
    473

    I thought about that. but the nested scrollpane...

    I thought about that. but the nested scrollpane is AS2 which is even more bizzar that it would affect the parent pane.
  7. Replies
    6
    Views
    473

    Hello Fellow Flashers

    I'm loading an external swf that has a scrollpane in it into a scrollpane (nested scrollpane, to make explanation easier). All is well, the problem is when nested scrollpane load its content,...
  8. Replies
    4
    Views
    613

    HTML & Query String

    This works fine in firefox but not in IE

    function doGo(e:MouseEvent){
    var _req:URLRequest = new URLRequest('gman.html');
    var _vars:URLVariables = new URLVariables();
    _vars.mojo = "Gizzmo";...
  9. Replies
    4
    Views
    613

    HTML & querystring

    Greetings to all my fellow Flash devs

    I have a buttonto which when clicked I want to open (someHTMLpage?test=abc)

    Although I can launch the html page using navigateURL(), the page opens I loose...
  10. Thread: SWF Path

    by havegil
    Replies
    3
    Views
    419

    SWF path

    I've traced the URL from the IOErrorEvent event, this where Flash is returning the

    " file:///C|/Documents%20and%20Settings/Gman/Desktop/PTC/project8/media/someSWF.swf"

    My guess is that FLash...
  11. Thread: SWF Path

    by havegil
    Replies
    3
    Views
    419

    SWf path

    This is in a class which extends to the Loader class.
    private var APILC:LocalConnection

    public function loadPDFswf(media_url:String):void {
    connstr = "_" + new...
  12. Thread: SWF Path

    by havegil
    Replies
    3
    Views
    419

    SWF Path

    For the love of God, I'm trying to load a local SWF from something like this

    media/blah.swf

    my main SWF is in the same directory as "media" though not inside it.

    I'm getting a #2035: URL Not...
  13. Replies
    1
    Views
    845

    SCROLLPANE Border

    I've been at this for three days, I cannot find this in any books or the web. In as2 it was "spInstance.setStyle('borderStyle' 'none')" this simply does not work in AS3.

    Can anyone point me to way...
  14. Thread: E4X parsing

    by havegil
    Replies
    3
    Views
    496

    E4x

    My XML Look like this

    <navlevel1 ID="1." label ="abdc">
    <navlevel2 ID="1.1." label ="abdc">
    <navlevel3 ID="1.1.1." label ="abdc">
    <navlevel4 ID="1.1.1.1." label ="abdc">
    ...
  15. Thread: E4X parsing

    by havegil
    Replies
    3
    Views
    496

    E4X parsing

    I have an XML file which is nested as many as 5 levels deep, for the life of me I cannot parse it correctly using the XMLList. I 'd like to use a function that wouls allow me to iterate through the...
  16. Replies
    1
    Views
    431

    A Twening question

    Does anyone here have experience using Caurina tweener. I'm trying to do a dynamic animation to simulate elevator doors opening. If can imagine an elevator door openning where there are two doors...
  17. Replies
    6
    Views
    611

    Thanks NezNein9 the last approach worked with...

    Thanks NezNein9 the last approach worked with some heavy finessing. I'd like to see some other approches to this problem, the fix work, but I can't imagine there isn't cleaner approach to this.
    ...
  18. Replies
    6
    Views
    611

    Event propagation

    So...it would appear that in a case of having MouseDown and Mouse CLICK while the event is bubling is NO NO.I've tried this many ways and get the exact same results. The container is in my case has...
  19. Replies
    6
    Views
    611

    Event Propagation

    I can see the target aand current target. but the the container drag is on mouseDown and all its children uses the CLICK event. why does mousedown trigger the CLICK or is that a normal thing.
    ...
  20. Replies
    6
    Views
    611

    Event propagation

    THis is driving me Nuts. I have movieClip with children and the children may have children as well, I Flash speaks this would look like something like this:

    container.children.children

    Each...
  21. Replies
    4
    Views
    398

    destroying Flash's TEXTFORMAT

    Did you ever accomplished this?
  22. Replies
    0
    Views
    356

    Removing tags

    Is this remotely possible. I need strip out the textformat garbage added by flash and return a more simplified html for example:

    flash is replacing the BR tag with a P tag and adding kerning and...
  23. Replies
    5
    Views
    15,169

    Variable listener

    can this be added to a class?

    thanks havegil
  24. Thread: object

    by havegil
    Replies
    1
    Views
    532

    object

    Hello all

    Is there away to dynamically count how many object is on the stage?


    --Thanks
  25. Replies
    0
    Views
    413

    Potioning an FComboBox

    Hello everyone

    Question.
    Can you reposition an Fcombox to make the item in the list display upward instead of downward. ANy help, pointers would be greatly apreciated.

    Thanks, Gil
Results 1 to 25 of 39
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center