A Flash Developer Resource Site

Search:

Type: Posts; User: sammymaudlin

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Thanks >flashl!ght

    Thanks >flashl!ght<. I was turned onto this earlier yesterday and it works. Specifically, I used this code:



    The .location version doesn't open a new window which is nice.

    I didn't know...
  2. mailto: link working everywhere except Chrome

    In all of my AS2 and AS3 sites, the mailto: links work wonderfully in; Firefox, Safari, IE but not in Chrome. A regulare HTML mailto: will work in Chrome but not my AS2 or AS3 generated ones. In...
  3. AS3 popover code only working effectively in Chrome

    I'm using this AS3 code to open popover window:


    //facebook button//
    fbBtn.addEventListener(MouseEvent.CLICK, fb); function fb(Event:MouseEvent):void{
    ExternalInterface.call("window.open",...
  4. Replies
    4
    Views
    6,114

    In the Publish Settings window. Near the bottom...

    In the Publish Settings window. Near the bottom of the Flash Advanced area there is s box called "Local playback security:" You can choose either "Access local files only" or "Access network only"....
  5. Replies
    4
    Views
    6,114

    The issue was that Swiffy has to connect to...

    The issue was that Swiffy has to connect to Google to work so I had to enable "access network only" and that did the trick.
  6. Replies
    4
    Views
    6,114

    Swiffy Error. Help?

    I get a JavaScript error when I try to "Export as HTML5". It says "At line 28 of file "Users/......./Export as HTML5 (Swiffy).jsfl": exportSWF: Argument number 1 is invalid. Line 28 reads
    ...
  7. Replies
    2
    Views
    1,726

    AS3 gotoAndPlay help

    I've got an MC calle "films" and inside of it I'm animation a bar of images across the screen from frame 1 - frame 180. At frame 180 and need it go back to frame 90 and play. I named fram 90...
  8. Thanks jAQUAN

    That didn't quite do it but it helped me to get close with this:

    import flash.events.MouseEvent;
    import flash.external.ExternalInterface;

    yourButton.addEventListener(MouseEvent.CLICK, click);...
  9. I can do this in AS2 but need help in AS3

    I'm tying to launch a greybox (http://orangoo.com/labs/GreyBox/) from a Flash file. I've done it loads of times in AS2 with a button script like this:


    on (release) {
    ...
  10. Replies
    5
    Views
    2,510

    Thanks Video Man. I had already fixed it. There...

    Thanks Video Man. I had already fixed it. There were three places in the code where I needed "exactfit" and I only had it in two. That was enough for every other browser but not for IE. I also I...
  11. Replies
    5
    Views
    2,510

    Thanks rdoyle. I actually had the div in the...

    Thanks rdoyle. I actually had the div in the body section before and someone suggested putting it in the head... I put it back and added the 100% CSS you suggested but sadly it did not work. I...
  12. Replies
    5
    Views
    2,510

    "exactfit" swf as background in IE

    http://agouramunchmadness.com (UN=admin PW=village)


    I've got it working in every browser on both Mac and PC except IE. Of course. Can anyone help?
  13. SoundMixer.stopAll() not fast enough for external load (sometimes)

    Using AS3 here- http://jump-creative.com. I've got lots of externally loaded videos on this site most of which are XML driven. The "SoundMixer.stopAll();" works as it should, basically. I include it...
  14. Replies
    0
    Views
    648

    UILoaded swf not displaying properly

    I've got a customized xml driven flv player that I have output as an swf. It looks and works perfectly. http://villagegreenstudios.com/view13/trailers.swf

    Note the red title descriptions and...
  15. Replies
    0
    Views
    414

    swfaddress and load bar issue

    Am successfully using swfaddress and love it. For the first time though I'm trying to implement it on a site that has a load bar. The issue is if I use the browser's back button I'll eventually get...
  16. Replies
    0
    Views
    341

    Play/Pause and Stop buttons

    I can do this in AS2 but am struggling in 3. I've got the Play/Pause working and toggling and the Stop button stopping but I can't get the Play/Pause to toggle when the Stop button is pushed.
    ...
  17. swfaddress and button rollover states

    Seems I can't get them to co-exist. Has anyone faced/solved this issue?
  18. Replies
    0
    Views
    1,465

    XML Internal Links

    I have a dynamic text field in my swf that is populated via an external xml text file. I can successfully create external links from that file but am having difficulty creating an internal link. ...
  19. Replies
    1
    Views
    544

    Overlapping buttons cs3/as3

    I've been able to avoid this issue by avoiding overlaps or breaking the top layer down to a bitmap but in this particular design I need to have overlapping buttons.

    Previously if I had an MC...
  20. Thread: Code help

    by sammymaudlin
    Replies
    6
    Views
    850

    No need to apologize. I'm the one with his hand...

    No need to apologize. I'm the one with his hand out. That worked beautifully! Thank you, thank you!
  21. Thread: Code help

    by sammymaudlin
    Replies
    6
    Views
    850

    It's not this?: ///// SELECT QUOTE \\\\\...

    It's not this?:


    ///// SELECT QUOTE \\\\\
    rqDone = new Array(); //An array to store every quote in that has already been used
    function selectQuote(){ //Function for selecting the next quote and...
  22. Thread: Code help

    by sammymaudlin
    Replies
    6
    Views
    850

    Thanks! The code above and the xml below is...

    Thanks! The code above and the xml below is everything:


    <xml>
    <quotes delay="10" fadespeed="5">
    <quote>
    <quote><![CDATA[<b>Friendship is like peeing on yourself: everyone can see it,...
  23. Thread: Code help

    by sammymaudlin
    Replies
    6
    Views
    850

    Code help

    I purchased this following code and it works swell to display random quotes. However, now the client doesn't want them to be random. Can anyone help me tweak it? Assuming that it is simple...?

    ...
  24. [CS3] Flash 10 & PS Web Galleries not playing nice

    Automatic Flash web galleries created ins PS CS3, that previously worked fabulously, now open up with the message:



    This started once I upgraded to Flash 10. If I click that I have Flash...
  25. Replies
    1
    Views
    733

    gotoAndStop following flv completion

    I've searched here and Google and found a lot...that doesn't work. Or I'm doing it wrong which is a definite possibility.

    I'm intermediate Flash but brand new to AS3. I've been able to cod...
Results 1 to 25 of 49
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center