A Flash Developer Resource Site

Search:

Type: Posts; User: mannyme80

Page 1 of 20 1 2 3 4

Search: Search took 0.15 seconds.

  1. Replies
    1
    Views
    602

    Boom!

    pop2 is the cuePoint
    cueTest is the FLV Playback Controller
    mcName is the MovieClip!


    var listenerObject:Object = new Object();
    listenerObject.cuePoint = function(eventObject:Object):Void {...
  2. Replies
    1
    Views
    602

    Using FLV QuePoints to Play a MC

    I have an FLV player using the Flash Components that plays an FLV.

    The FLV has 2 QuePoints, and 2 separate MCs to play.

    On QuePoint 1, I'd like it to play MC1.
    On QuePoint 2, I'd like it to...
  3. Replies
    11
    Views
    1,452

    on(press){ dragging = true; orig_mouse_angle...

    on(press){
    dragging = true;
    orig_mouse_angle = Math.atan2(_parent._ymouse-_y, _parent._xmouse-_x) * 180/Math.PI;
    orig_rotation = _rotation;
    orig_x = _parent._xmouse;
    }...
  4. Replies
    11
    Views
    1,452

    the same thing is happening... it will snap to...

    the same thing is happening... it will snap to the green slice...

    I'd like for the snap not to happen.

    I'll monkey around with it a bit longer... stressing out! :)
  5. Replies
    11
    Views
    1,452

    hope this helps! i'm really stressing :| ...

    hope this helps!

    i'm really stressing :|

    -manny
  6. Replies
    11
    Views
    1,452

    It keeps starting at the 0 or 360 degrees......

    It keeps starting at the 0 or 360 degrees... regardless of how much as rotated...

    If my spinWheel has rotated 37 degrees, when I click to drag, it will snap back to 0 or 360 then drag.

    ugh!
  7. Replies
    11
    Views
    1,452

    Flash file

    k....

    I have it rotating and dragging in a rotation... but i can't make it stop snapping to that certain point in the cirlcle MC

    Can anyone lend an eye!?

    Thanks!
    -manny
  8. Replies
    11
    Views
    1,452

    *bump* I really need help today... I have a...

    *bump*

    I really need help today... I have a close of business deadline to try and get this resolved...

    :)

    Thanks!
  9. Replies
    11
    Views
    1,452

    this works great, but I was a bit confusing... ...

    this works great, but I was a bit confusing...

    I have a circle MC, but i want to stay in place. I want to be able to drag it like a spinWheel... I'd like for the drag to only rotate the MC about...
  10. Replies
    11
    Views
    1,452

    Dragging in a circle [locked center]

    Hello...

    I have a MC that is a circle and I'd like to be able to drag it while locked to the center....

    I haven't found a piece of code that works... is this something simple, or am I just...
  11. Replies
    2
    Views
    581

    *searching now*

    thanks for the lead...

    I'm looking into it now... and will be back if I have further questions.

    Again, thanks so much!
    -manny
  12. Replies
    2
    Views
    581

    HTML link to a frame in .SWF

    I'm looking for a tutorial on how to make an external HTML link go to a specific frame in a .SWF file...

    ... I assume this is the same script that makes the Forward and Back button work as well......
  13. me too!

    im looking for the same codeing...

    anyone know how to make and HTML link go to a specific frame in a .swf file?

    THANKS!
    -manny
  14. Replies
    3
    Views
    536

    html link to specific point in flash

    My FLASH site is set up by having 4 sections each with a IF TRUE PLAY FORWARD, if not PLAY BACKWARD.

    I want an HTML link to open this site and play the "WORK" section that doesnt play from the...
  15. Replies
    8
    Views
    3,788

    sorry for the confusion... I'm trying to make a...

    sorry for the confusion... I'm trying to make a button change the color of a MC
  16. Replies
    8
    Views
    3,788

    I have quite a few buttons.. making all these...

    I have quite a few buttons.. making all these frames is not the smartest way to go about it...

    I'd like to have a button that just says.. "Change to this color"
  17. Replies
    1
    Views
    356

    Changing an MC's tint using a button

    I have a MC that is white.. and I want it to change to grey.

    from FFFFFF to CCCCCC

    It doesnt need to fade or anything.. just trying to find a TINT script that will work... GOING CRAZY OVER...
  18. Replies
    8
    Views
    3,788

    making a button change its colofr

    how do i make a button change its color?

    thanks!
    -manny
  19. Replies
    8
    Views
    886

    ...

    ...
  20. Replies
    8
    Views
    886

    really need this code by today... i cant get...

    really need this code by today...

    i cant get my FLV to pause at cue points or have the Forward and Back buttons on the FLV player go forward and backward to cue points...

    Thanks a million to...
  21. Replies
    8
    Views
    886

    ok... i placed this script on the timeline and it...

    ok... i placed this script on the timeline and it doesnt stop on the que points...

    any other places i should drop this code?
  22. Replies
    8
    Views
    886

    thank you so much! i'll be working on the Flash...

    thank you so much! i'll be working on the Flash file today....

    i'll post any problems or success I have.

    -manny
  23. Replies
    8
    Views
    886

    where would i chunk that code... and would it...

    where would i chunk that code...

    and would it pause at each cuePoint?

    Thanks sooooooo much!
    -manny
  24. Replies
    8
    Views
    886

    Stopping an FLV at Que Points

    I have a video that needs to stop a different times, to which I set up Que Points...

    How would I go about doing this... I'm pulling out my hair (the ones not falling out on their own) trying to...
  25. Replies
    1
    Views
    2,699

    i need this too!!!!! please someone help......

    i need this too!!!!!

    please someone help... I'm under the worst kind of deadline today...

    THANKS A MILLION IN ADVANCE,
    -manny
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