A Flash Developer Resource Site

Search:

Type: Posts; User: hothousegraphix

Page 1 of 20 1 2 3 4

Search: Search took 0.75 seconds.

  1. Hey, wow I posted this thread sometime ago. If I...

    Hey, wow I posted this thread sometime ago. If I remember correctly I scrapped the JS embed all together to achieve the functionality I was looking for. The situation allowed for this solution...
  2. CS3 ok, so I get that I've narrowed the scope of the...

    ok, so I get that I've narrowed the scope of the interval to just the pause function so I should be able to do something like?


    function pauseMC(sec) {
    var i = sec - 1;
    if (i == 0) {...
  3. CS3 Kill Pause function prior to actions exicuting

    I have a pause function that fires when the first frame of my swf loads.



    /**************************************
    Welcome transition
    ***************************************/
    function...
  4. Thanks, I took a look and I think the approach...

    Thanks, I took a look and I think the approach would work but after thinking about it I've decided to go the more specific rout rather than taking a more general approach.

    Now I'm providing...
  5. Quick question, could this be done in a way so I...

    Quick question, could this be done in a way so I don't have to rely on different "instance names" for each MC? The idea being that one single (the same) name is provided to each MC essentially...
  6. Got it, thanks much.

    Got it, thanks much.
  7. Array/loop not functioning as expected

    I have a series of MC's (ultimately about 55) which I'm performing some actions on when a user hovers over the MC.


    var items:Array = [
    UnitedStates,
    Brazil,
    China
    ...
  8. Replies
    3
    Views
    903

    Count me as one of those 10......

    Count me as one of those 10...
    http://expressionengine.com/

    I've used joomla and drupal and quite honestly, they just don't measure up.

    I will say this, the learning curve is steap...very,...
  9. So...it looks like I'm going to scrap the JS...

    So...it looks like I'm going to scrap the JS embed all together and go with a version of the Satay embed:


    <object type="application/x-shockwave-flash" data="fileUpload_multipal.swf"...
  10. Hey...thanks for the reply. I think you're...

    Hey...thanks for the reply.

    I think you're assessment is correct. swfObject parses the page onload (once) and that's it. Because the new content is brought in after that script runs the swf that...
  11. Displaying SWF in content loaded by Ajax call?

    I'm trying to pull in a swf via prototype's (AjaxUpdater). I'm using swfObject(v1.5) to embed the swf but I seem only to get the alternate content
    not the swf itself. All my other content is loading...
  12. Yeah, I think you're right that this is an...

    Yeah,

    I think you're right that this is an issue with the "Continue" link in conjunction with the float applied to the thumbnail image.

    For some reason, in IE6, the hover state of the...
  13. Hey sticks, thanks for responding. I would...

    Hey sticks, thanks for responding.

    I would assume by looking at your suggestion that what you're refering to is actually feeding IE6 and increased width.

    I tried you suggestion (with my...
  14. Calling all CSS guru’s…IE6 jumping layout issue caused by multipal floats.

    Having layout issues in IE6.

    I have a parent div that contains a floating div positioned right. What is intended is that as the content in the floating div expands vertically, the content in the...
  15. That is it...thank you! Sorry for the...

    That is it...thank you!

    Sorry for the complicated description. Just trying to accurately state what was happening.
  16. CSS border not recognizing nested div

    As a portion of a larger layout, I have defined a single column in which I nest a div (floated right) thats serves as a second column. The overall intended result, which does function as intended in...
  17. Replies
    1
    Views
    469

    ordered list trouble in IE

    Ok, I'm not one to normally complain about MS...but...I'm experiencing a problem that is just incredibility difficult to how they could make the kind of assumptions they do.

    Anyway...I have a div...
  18. Replies
    10
    Views
    1,569

    So, I have it all working. I've taken your...

    So, I have it all working. I've taken your concept but not added the additional div. I'm just defining the BG color (same as in the footer) in the body tag.

    I've noticed one thing though. If I do,...
  19. Replies
    10
    Views
    1,569

    ahhhhh...yup...makes total sense. I just don't...

    ahhhhh...yup...makes total sense.

    I just don't understand why, if you define the html and body height at 100% then tell the footer (div) to display at 100% height why it won't occupy the balance...
  20. Replies
    10
    Views
    1,569

    I'm not really trying to keep the footer at the...

    I'm not really trying to keep the footer at the bottom of my page layout, but rather, I'm wanting to force the footer to occupy all available remaining space when the page content does not force the...
  21. Replies
    10
    Views
    1,569

    OK, so my thought seems to be getting me...

    OK, so my thought seems to be getting me somewhere, but I now have a new issue which I've encountered before. If my page content does not force the footer below the fold of the page I need my footer...
  22. Yes, there is one script you will need to...

    Yes, there is one script you will need to reference. Info here: http://blog.deconcept.com/swfobject/

    Sounds like your developing a SCORM - Sharable Object Reference Model:...
  23. Replies
    10
    Views
    1,569

    Probably best to attach an example of what I'm...

    Probably best to attach an example of what I'm attempting to achieve. I've come up with a center-aligned layout whose height expands based on the amount of content. The very traditional header,...
  24. Replies
    5
    Views
    7,899

    durks, I noticed that in establishing your...

    durks,

    I noticed that in establishing your ID's you've applied them to multiple elements on in your document. ID's are intended
    for unique occurrences of an element in a document. If it's...
  25. Replies
    3
    Views
    1,001

    Is this the result of your sent e-mail, or is...

    Is this the result of your sent e-mail, or is this what it looks like when you open a "New" e-mail to send.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center