A Flash Developer Resource Site

Search:

Type: Posts; User: paragonc

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    4,963

    Ahh i finally figured it out. Whenever you...

    Ahh i finally figured it out. Whenever you attempt to send data using LocalConnection, you need to ensure you have an event listener to handle any errors, especially if there's a chance the other...
  2. Replies
    2
    Views
    4,963

    LocalConnection Problem

    Hello,
    I have a projectthat relies heavily on LocalConnection to keep swfs communication with the master swf. Recently, i've been getting the following error at various points in the project:
    ...
  3. Replies
    1
    Views
    502

    Roll_over & Roll_out

    Hello,

    I have a navigation section that i want to fade in whenever the entire navsection has an active cursor over it. The navsection also includes a series of button_mc's that allow the user to...
  4. Replies
    3
    Views
    1,561

    I'm having a similar issue where i have a navbar...

    I'm having a similar issue where i have a navbar with a bunch of buttons placed on top of a background. I want the background to face to opaque when moused over, and to transparent when ROLL_OUT, but...
  5. Thread: AS3 + Buttons

    by paragonc
    Replies
    7
    Views
    857

    wont let me upload the .as file - package { ...

    wont let me upload the .as file -

    package {

    import flash.display.*;
    import flash.net.*;
    import flash.events.*;
    import flash.text.*;
  6. Thread: AS3 + Buttons

    by paragonc
    Replies
    7
    Views
    857

    Here are the files

    Here are the files
  7. Thread: AS3 + Buttons

    by paragonc
    Replies
    7
    Views
    857

    AS3 with the nested buttons being activated...

    AS3 with the nested buttons being activated instance.buttonmode = true;
  8. Thread: AS3 + Buttons

    by paragonc
    Replies
    7
    Views
    857

    would that disable MouseEvent.Click ? (sorry...

    would that disable MouseEvent.Click ?

    (sorry didnt know if it was an AS3 question or a basic flash index ordering question)
  9. Thread: AS3 + Buttons

    by paragonc
    Replies
    7
    Views
    857

    AS3 + Buttons

    I'm trying to do a button within a button for my navbar. For this button, the bottom layer contains a movie clip that fades in when the primary button clip is moused over. Theres also a layer with a...
  10. Thread: Color Quality

    by paragonc
    Replies
    3
    Views
    505

    Nope that didn't work either. I've tried...

    Nope that didn't work either.

    I've tried assigning it to sRGB, Adobe RGB, etc. and it always comes in washed out...
  11. Thread: Color Quality

    by paragonc
    Replies
    3
    Views
    505

    Color Quality

    I'm using import to stage from a PSD - PNG - and JPG

    Every item i import into flash looks washed out.

    Color Settings have been both sRGB and Adobe RGB from Photoshop, and i'm importing to...
  12. Replies
    2
    Views
    482

    Browser Back Buttons

    So i have my entire site functioning in 1 page right now. While it looks great, a simple click of the back button in any browser takes the user off the site, and back to wherever they came from.
    ...
  13. Replies
    1
    Views
    427

    apply to global buttonmode

    I have a site thats finally functioning the way i want it, but i didn't add any rollover effects anywhere in the site. Looking back at it, that was probably a bad idea...

    i was curious, how would...
  14. anything to it? or just name it the same channel...

    anything to it? or just name it the same channel and send?
  15. actionscript 2 localconnection talking to actionscript 3 localconnection

    We have a whole site written using LocalConnection in AS 3, however, one of our managers wants us to use a component that was written in AS 2 for a menu bar. Is it possible to have the AS2 menu...
  16. Replies
    1
    Views
    322

    clearing a video frame the stage

    I have a script that loads in an external flv file.

    i can remove the instance of _video from the stage, however i cant seem to reference it properly in order to clear its NetStream.

    Here's...
  17. Replies
    4
    Views
    778

    the problem with that approach is that swf B is a...

    the problem with that approach is that swf B is a variable height, sometimes it'll be like 200px tall, other times it will be 400px tall.
  18. Replies
    4
    Views
    778

    Is this possible

    So lets say i have 2 swfs, one of which is the primary site (A), 1 of which is only triggered for certain frames (B).

    If B is be default set to a height of 1px and 100% width, and it contains...
  19. Replies
    1
    Views
    436

    LocalConnection

    I'm trying to setup a Doc Class which deploys LocalConnection,
    However, because i have it loading as an external package, i can no longer use incoming_lc.client = this;

    How do i know what the...
  20. Need help finishing a small site framework

    so i've been working on this site framework, and i've spent so much time on this last portion, that i figured it might be worth my sanity to pay to have someone with more actionscript experience...
  21. Replies
    2
    Views
    511

    Should i focus on mapping LocalConnection classes...

    Should i focus on mapping LocalConnection classes to control all of these with ad//remove child? any advice?
  22. Replies
    2
    Views
    511

    Looking for Examples

    So i'm having a ton of problems on this project im working on, and i'm wondering if i'm even approaching it correctly.

    I want to have 1 Main swf file, load 3 different zones of data.

    Top...
  23. Replies
    3
    Views
    456

    Well we're trying to figure out the best way to...

    Well we're trying to figure out the best way to work on this project because we have multiple developers working on different components around the same time.

    I think we are going to start using...
  24. Replies
    3
    Views
    456

    Best methods on storing .as files

    We're developing a website with multiple swf objects. Each of these objects will need access to multiple .as files. On smaller sites, i've always just stored .as files in the DocumentRoot of the...
  25. Replies
    6
    Views
    591

    actually thats causing the flash application to...

    actually thats causing the flash application to lock up on my macbook pro....
Results 1 to 25 of 55
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center