A Flash Developer Resource Site

Search:

Type: Posts; User: jan33

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    634

    oh.. oops now i feel stupid.. thank you very much...

    oh.. oops now i feel stupid.. thank you very much for the info tho, Total Universe Man! made my life easier :-)
  2. Replies
    3
    Views
    634

    cross-domain policy

    Hi, can someone please post the code for a working cross-domain securityfile that allows access only from the same domain as all the flashfiles and xml files are in?

    used to be easy in as2 but i...
  3. ok im tryin things out, so far i have ...

    ok im tryin things out, so far i have



    button1.addEventListener( MouseEvent.CLICK, swfLoadedHandler );
    function swfLoadedHandler( evt: Event ):void {
    var loader:Loader = new Loader();
    var...
  4. oh , very interesting... thanks, throws up a...

    oh , very interesting... thanks, throws up a question though..

    Im using the following code to load my external clip, the place its being loaded from is buried deeper, i need the external swf on a...
  5. communicating between external swf's and the main swf

    Hi,
    how do you get an external swf which has been loaded into the main swf to talk to the main swf?

    Like, lets say you load an swf into a container clip inside the main.swf's timeline, but need...
  6. Replies
    1
    Views
    468

    got it, for anyone whos interested its ...

    got it, for anyone whos interested its



    button1.addEventListener( MouseEvent.CLICK, onClicked );
    function onClicked( e : MouseEvent ):void {
    var loader:Loader = new Loader();
    ...
  7. Replies
    1
    Views
    468

    loading an swf into an empty clip

    Hi there,
    im a little sketchy on how to load an swf into an empty clip labeled 'holder' on my main timeline on mouseclick of a button, does anyone know how to do this?

    so far im trying


    ...
  8. Replies
    1
    Views
    658

    figured it out - thanks actionscript 3 for making...

    figured it out - thanks actionscript 3 for making something simple into something ludicrously complicated
  9. Replies
    1
    Views
    658

    mouseEnabled=false problem

    Hi there,

    i have a problem with rollOvers in a rice-paddy animation im making - i made in as2 and it worked fine, then migrated over to as3 and now it doesnt do anything as expected even though...
  10. Adding total and elapsed time to a skin in FLVPlayback

    Hi there.. could you please help me on this?

    Cant find any documentation on it.. im trying to figure out how to make just a simple total time / elapsed time timer, like on youtube vids, that i...
  11. Replies
    5
    Views
    797

    Ah youre right, got it mixed up with a different...

    Ah youre right, got it mixed up with a different tutorial im also looking at. thing with that one is flash throws me this "Die Klasse oder die Benutzeroberfläche 'mx.transitions.TweenRGB' konnte...
  12. Replies
    5
    Views
    797

    hmm thanks, but thats about rgb values.. already...

    hmm thanks, but thats about rgb values.. already messed around with that one with no luck.. not looking to change rgb values, im just looking to make a movieclip go from, say #05B2D2 to #FF007F over...
  13. Replies
    5
    Views
    797

    simple as2 colortween script

    Hi, supersimple question here, i think.. in as2, i just want to make a movieclip change colors over a period of say 30 frames when i release a button.. is there a simple way to script this?

    ...
  14. Replies
    12
    Views
    1,655

    hi again - i went and looked for updates to...

    hi again - i went and looked for updates to flash, noticed im on version 10.0.0 so i dl'd 10.0.2 and installed that.. the thing no longer crashes there now
    ...
  15. Replies
    12
    Views
    1,655

    View Post

    <binaryImage start="0x0a2b0000" end="0x0a314000" type="__TEXT" path="C:\Program Files (x86)\Adobe\Adobe Flash CS4\Common\Configuration\External Libraries\EnvCollision.dll"/>
    <binaryImage...
  16. Replies
    12
    Views
    1,655

    \x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727...

    \x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4927_none_d08a205e442db5b5\msvcp80.dll"/>
    <binaryImage start="0x01c00000" end="0x01e34000" type="__TEXT" path="C:\Program Files (x86)\Adobe\Adobe...
  17. Replies
    12
    Views
    1,655

    hi, heres my crash report.. i have a baad...

    hi,
    heres my crash report.. i have a baad feeling about this.. its uh.. longer than im allowed to post in a single thread-...

    <?xml version="1.0"?>
    <!DOCTYPE AdobeCrashReport SYSTEM...
  18. Replies
    12
    Views
    1,655

    hey cool.. thanks.. how would i go about adding a...

    hey cool.. thanks.. how would i go about adding a trace action to this?


    if( true == hasEventListener.( "gerat" ) ) removeEventListener.( "gerat" , travetoGerat2 );
  19. Replies
    12
    Views
    1,655

    rube goldberg on wheels lol.. you might even say...

    rube goldberg on wheels lol.. you might even say my scripting is neandrathalScript.3.0, why yes :)

    Oh I thought to have read somewhere that removing eventListeners as quick as possible was a good...
  20. Replies
    7
    Views
    1,761

    got it, no need to help guys.. this is what i...

    got it, no need to help guys.. this is what i came up with.. set the autoPlay to true in the component inspector and presto

    rr is the instancename of my flv



    import fl.video.VideoEvent;

    ...
  21. Replies
    7
    Views
    1,761

    aha! :)

    aha, getting closer... found this:

    http://monkeyflash.com/tutorials/poster-frame-for-flash-video/

    (keyword to look for is Poster Image)

    which seems to do just about what we need.. heres the...
  22. Replies
    12
    Views
    1,655

    Hi, i have three listeners to a given segment of...

    Hi, i have three listeners to a given segment of the root timeline, calling up three possible functions, listening for an event passed from htmltext.. although there are a total of 5 other spots on...
  23. Replies
    12
    Views
    1,655

    EventListener mayhem

    Hi,
    i have a clip where, on my main timeline, theres a bunch of eventlisteners. It freezes & crashes flash all the time... tho the exported swf file runs smooth. Im removing them when the playhead...
  24. Replies
    7
    Views
    1,761

    hi, will do.. at the moment im doing the same...

    hi, will do.. at the moment im doing the same thing, i have jpgs on a layer over the flv that i fade to alpha after a few moments when the flv starts playing.. its kind of messy as hell...

    I just...
  25. Replies
    7
    Views
    1,761

    hi, thanks for your reply.. your english is...

    hi, thanks for your reply.. your english is great... i did that already, but this only displays the image within the timeline when i work within flash.. not when i publish the film - when i publish ,...
Results 1 to 25 of 53
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center