A Flash Developer Resource Site

Search:

Type: Posts; User: Captain Mal

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    560

    Flex PRO question

    I didn't see a thread for posting Flex jobs... so, mods - please let me know and I will move this...

    We are going down the path of a large-scale interactive presentation that will be heavily...
  2. Replies
    1
    Views
    765

    Freelance Job / Restaurant Site

    We have a small freelance job for a restaurant web site. For inspiration, we are thinking something as simple as this: http://www.dudleysonshort.com/

    This is our concept, placeholder site: ...
  3. It has come to my attention that I also have a...

    It has come to my attention that I also have a couple other freelance jobs available...

    1. remodel of an existing photo-gallery website
    2. remodel / update of an existing blog site with flash...
  4. Beta Testing / Improving my existing code

    I have a project that I've developed the framework for - but its going to need some extensive beta-testing and improving.

    It is all AS3.

    Involves VR Panoramas and Animations - previous...
  5. Replies
    2
    Views
    611

    Excellent! Thank you DawsonK! Where do I send...

    Excellent!

    Thank you DawsonK! Where do I send the check?
  6. Replies
    2
    Views
    611

    Unloading a Loader-Loaded Child

    Okay - this is driving me crazy. I know its something very simple - but for the life of me I CAN NOT get it figured out:

    I have a master swf that uses Loader to load in an external swf. I need...
  7. I'm not sure if this is "correct" or not - but I...

    I'm not sure if this is "correct" or not - but I used this to unload the movie:

    stage.removeChildAt(0);

    Seems to work - but still need to advance the main .swf to a new frame marker...
  8. Unload Self in AS3 > Move Parent swf to new frame

    I've been researching - but have not found anything that seems to do what I need to do:

    I have AS2 code that does the following:

    1. The Main .swf loads a new .swf into a higher layer (level5)...
  9. Freelancer Wanted : Website Update Project

    We are looking for someone to update our existing web site. It is essentially a portfolio site. You can see the outdated site at www.glavan.com. For inspiration, we are liking this site:...
  10. Replies
    29
    Views
    15,557

    Correction... it WAS fixed - but now the video...

    Correction... it WAS fixed - but now the video scrubber crashes the whole presentation again. Argh. Frustrating.

    Maybe if I start a new project and re-build it? Everything seems okay until I...
  11. Replies
    29
    Views
    15,557

    Will the compiled application from my version...

    Will the compiled application from my version work on Windows 7?

    There is always a chance someone might have the newest operating system.

    I don't need SWF Studio to run on W7... sticking to XP...
  12. Replies
    29
    Views
    15,557

    Hey Tim - We just purchased SWF Studio, I...

    Hey Tim -

    We just purchased SWF Studio, I downloaded and registered the latest build, and everything is working correctly now. Lookin' very nice!

    Thanks,
    Marty
  13. Replies
    29
    Views
    15,557

    SWF Studio 3.7 - Build 197 ...

    SWF Studio 3.7 - Build 197

    /////////////////////////////////////////////////////
    // CONTROLS
    /////////////////////////////////////////////////////

    var playState; // 0 - PAUSED , 1 - PLAYING
    ...
  14. Replies
    29
    Views
    15,557

    Tim - New problem has come up... Now,...

    Tim -

    New problem has come up...

    Now, whenever I click on my movie scrubber, the entire presentation quits. This only happens once everything is compiled with Northcode... if I play my...
  15. Replies
    29
    Views
    15,557

    I really appreciate all your help. If I can get...

    I really appreciate all your help. If I can get the workflow down, I'll be using SWF Studio for all my work in the future...
  16. Replies
    29
    Views
    15,557

    I add my main swf into the "main movie" slot -...

    I add my main swf into the "main movie" slot - then I add the rest of my linked files into the "files" tab. Its working fine.

    I just did a test - turned on the checkbox for "automatically close...
  17. Replies
    29
    Views
    15,557

    Hi Tim - I downloaded your test file and...

    Hi Tim -

    I downloaded your test file and compiled it locally - it still worked - the splash screen animated. Then, I replaced your main movie with my main movie... and the splash screen no...
  18. Replies
    29
    Views
    15,557

    Ah, I think I know what I was doing wrong... I...

    Ah, I think I know what I was doing wrong... I only had '1 second' in the display box. I thought this was how long to display AFTER the application started, because when I first tested it - the...
  19. Replies
    29
    Views
    15,557

    okay - update... I used this code and its now...

    okay - update...

    I used this code and its now working:

    ssCore.Desktop.changeResolution({width:1024, height:768, colorDepth:32, useDirectDraw:true});

    hmmm...

    I didn't even change anything...
  20. Replies
    29
    Views
    15,557

    I copy/pasted your code for the open PDF - and it...

    I copy/pasted your code for the open PDF - and it still doesn't work. Tells me: "There was an error opening this document. The path does not exist." I'm using AS2 - does that matter?

    Still no...
  21. Replies
    29
    Views
    15,557

    Northcode: I watched your getting started...

    Northcode:

    I watched your getting started video - and I love your PDF linking through SWF studio. So, I am trying to use that in my file now. My PDFs are all collected into a folder called,...
  22. Replies
    0
    Views
    326

    Problem with video player code

    I have a thread going in the video section (regarding VIDEO), but I have recently added some questions to it regarding ActionScript of the video player I'm working with... so it seems like it should...
  23. Replies
    8
    Views
    3,383

    var nc:NetConnection = new NetConnection(); ...

    var nc:NetConnection = new NetConnection();
    nc.connect(null);
    var ns:NetStream = new NetStream(nc);
    ns.setBufferTime(30); //<- amount of time to buffer

    ns.onStatus = function(info){ ...
  24. Replies
    8
    Views
    3,383

    Okay, here all my settings and a link to the test...

    Okay, here all my settings and a link to the test video / video player.

    1. From AE, I render an uncompressed .mov file. H.264 / compression = none (this will give me a raw .mov that is about...
  25. Replies
    8
    Views
    3,383

    Yes, I know BIG video is not ideal for internet. ...

    Yes, I know BIG video is not ideal for internet. This particular project is an interactive DVD presentation that was built to be viewed from a local machine - but NOW, after 6 months of development,...
Results 1 to 25 of 74
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center