A Flash Developer Resource Site

Search:

Type: Posts; User: patrickjv

Page 1 of 6 1 2 3 4

Search: Search took 0.63 seconds.

  1. Replies
    8
    Views
    880

    dang.... but tnx for clearing that up, much...

    dang.... but tnx for clearing that up, much appreciated
  2. Replies
    8
    Views
    880

    yes, i'm aware fileRef.name traces the file name...

    yes, i'm aware fileRef.name traces the file name without path. But how would I extract the path location or have the "url" be complete so the loadimage() function actually manages to load the picture...
  3. Replies
    8
    Views
    880

    This is the AS, btw I have a button (but_import)...

    This is the AS, btw I have a button (but_import) and blank MC (MCbitmap) on stage.

    It works fine when I select an image inside the same folder as the .fla, but not for one on the desktop or on C:...
  4. Replies
    8
    Views
    880

    With or without filter, when I select any picture...

    With or without filter, when I select any picture on my desktop (while my .fla is in some subfolder on disk D), it gives message "Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not...
  5. Replies
    8
    Views
    880

    fileRef.browse local only same folder

    I manage to get fileRef.browse working locally to load some picture but it only works for pictures in same folder/directory as the .swf.

    Is that normal? Did I miss something?
  6. Replies
    6
    Views
    594

    yup, fullscreen. Tried both IE and Firefox.

    yup, fullscreen. Tried both IE and Firefox.
  7. Replies
    3
    Views
    1,359

    haha, yeah... it's suposed to to that. The...

    haha, yeah... it's suposed to to that. The authors of the songs put watermark sounds into the tracks in online showcase because they're commercial musics for sale.
    Tnx for the feedback, appreciated.
  8. Replies
    6
    Views
    594

    I don't see any random blue/pink rectangles as...

    I don't see any random blue/pink rectangles as seen in your screenshots... to me it looks ok.
  9. Replies
    6
    Views
    594

    Hi Mgason, tnx for the feedback. The voice is...

    Hi Mgason, tnx for the feedback.
    The voice is actually a "watermark" which the authors of those audio tracks put in the songs. The actual songs are not mine, they're from commercial musicians. They...
  10. Replies
    6
    Views
    594

    xml/samples loading properly?

    I had a problem with xml loading and think it's fixed. Anybody out there not being able to load sample players and play the songs on this link ?
    Tnx anyone for a yes-works/no-doesnt-work reply
    P.
  11. Replies
    3
    Views
    1,359

    anybody? yes/no?

    anybody? yes/no?
  12. Replies
    3
    Views
    1,359

    samples loading properly?

    I had a problem with xml loading and think it's fixed. Anybody out there not being able to load sample players and play the songs on this link ?
    Tnx anyone for a yes-works/no-doesnt-work reply
    P.
  13. Replies
    10
    Views
    736

    Curious, can you view this xml file...

    Curious, can you view this xml file and this one directly in your browser(s).

    - On my pc they load instantly in IE, in Firefox it takes about 3 minutes.
    - On my laptop they load in IE, more then...
  14. Replies
    10
    Views
    736

    The timer "timedoublecheck" in the test-player2 I...

    The timer "timedoublecheck" in the test-player2 I can remove .. i merely started an attempt to 'force' re-load if the load fails after say X seconds. But just to explain, the actual/orginal script...
  15. Replies
    10
    Views
    736

    hm... i've received mixing responses from about...

    hm... i've received mixing responses from about two handfull of people with different result on different browsers, no apparent pattern so far. Sometimes hangs, sometimes doesn't.
  16. Replies
    10
    Views
    736

    I also had my own webhosts support try your link....

    I also had my own webhosts support try your link. Their answer:

    "Patrick,
    The ULR http://flashscript.biz/test/FK/player2.html gives "Object URLLoader" on both IE and FireFox, but it gives...
  17. Replies
    10
    Views
    736

    Hm, how about this link...

    Hm, how about this link, does that reach 'checkpoint5'?
  18. Replies
    10
    Views
    736

    hehe, complicated. Actually it's a strip down...

    hehe, complicated. Actually it's a strip down from the 2000+ lines original script ;)

    But to come back on the issue... the link you uploaded doesn't work for me. It shows [object URLLoader] in the...
  19. Replies
    10
    Views
    736

    xml load problem

    I’m stumbling upon a strang phenomena. Locally my file works ok every time, only from server it behaves completely weird.

    I have a xml mp3 player which loads xml data from file. But from server...
  20. Replies
    2
    Views
    976

    Wasn't a solution directly because in reallyity I...

    Wasn't a solution directly because in reallyity I needed to extract part of the 'nowpath' (I simplified the case) but the eval() helped me get it done eventually
    Tnx
    P
  21. Replies
    2
    Views
    976

    string to path

    I have a path (String variable called "nowpath") where a value is pushed into temporarily, for instance ui.par1.blocktint
    The specic movieclip on the end of the path (blocktint) has a function...
  22. tnx for the tip, it seems to fix the issue. I'm...

    tnx for the tip, it seems to fix the issue. I'm not really anxious to add the listeners to stage itself but will see if I can work around that. I at least see why the order of execution apparently...
  23. bitmap creation "after" display object internal as

    I have an MC being duplicated to 2 bitmaps but they are created before the MC performs its internal script. How to change that order? see sample .fla
    Any suggestions welcome
    t.i.a.
    P.
  24. Replies
    3
    Views
    486

    tnx guys, it makes sense. I got a 'fix' which is...

    tnx guys, it makes sense. I got a 'fix' which is



    if (stage) {
    startall();
    } else {
    this.addEventListener(Event.ADDED_TO_STAGE,startall);
    }
    function startall(e:Event=null):void{
  25. Replies
    3
    Views
    486

    ADDED_TO_STAGE in keyframe as?

    This is really weird. I have 2 MC's in Library, "mc" and "mc2". Both are added in main timeline with


    var aaa = new mc();
    addChild(aaa)
    var bbb = new mc2();
    addChild(bbb)


    "mc" has...
Results 1 to 25 of 135
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center