A Flash Developer Resource Site

Search:

Type: Posts; User: n8o

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. embed fonts

    you need to either put a text field for each font you want to use on the stage ( but off the canvas, so they will be compiled into the swf ) with the style and font set to that field, or you need to...
  2. Thread: time and date

    by n8o
    Replies
    0
    Views
    1,014

    time and date

    i need to populate a field ( MC on a map ) with the time and date I'm using this site to get the info http://www.timeanddate.com/worldclock/city.html?n=58 is there a way i can pull this info from...
  3. Replies
    3
    Views
    1,584

    thank you

    it worked!

    it seems like there is a single frame option?
  4. Replies
    3
    Views
    1,584

    how to control a loaded movies movieclips

    ok,
    i have a base move that loads other movies into an empty clip
    loadMovie("some.swf",holder)

    in the base movie i have a onPress

    _root.holder.b1.onPress = function()
    {...
  5. Replies
    5
    Views
    2,635

    thanks dude!! that helped

    thanks dude!! that helped
  6. Replies
    5
    Views
    2,635

    that is the exact code i have in frame 3 that...

    that is the exact code i have in frame 3 that gets ran from a button that plays the timeline...

    i think i need to radomize the array and then just load the next movie in sequence?
    so... after it...
  7. Replies
    5
    Views
    2,635

    random load no repeat

    i am using this

    filename = new Array("1_e.swf", "2_e.swf", "3_e.swf", "4_e.swf", "5_e.swf", "6_e.swf", "7_e.swf", "8_e.swf", "9_e.swf", "10_e.swf", "11_e.swf", "12_e.swf", "13_e.swf",...
  8. Replies
    2
    Views
    2,201

    AS 2 play timeline from currentframe

    thank you!

    i got it working now.
  9. Replies
    2
    Views
    2,201

    AS 2 play timeline from currentframe

    i need to play the timeline a specific # of frams from a button press

    i have tryed this

    goplay3.onPress = function()
    {
    this.onEnterFrame = function()
    {
    _root.play();...
  10. Replies
    3
    Views
    1,392

    re: swf in subfolders now working on the web

    ok my main swf is @ the root of the folder structure start.swf index.html
    then all other files are being called from folders /video /parts /audio...
    the audio and the parts ( frame work for the...
  11. Replies
    3
    Views
    1,392

    swf in subfolders now working on the web

    i have a container swf and 3 subfolders that load in videos and images, when i run it local everything works and loads fine ( dbl clck the swf) but when i put it on theweb server and call up the url...
  12. Replies
    0
    Views
    566

    override xml with flashvars

    i need to override the xml file that calls the video in a player with flashvars?
    i want to embed the player in my blog but don't want to have a xml file for every video. can i just do it through the...
  13. Replies
    0
    Views
    823

    papervision 3d wall

    hey all,
    i am using this http://www.flashmo.com/preview/flashmo_098_3d_curve_wall
    and i cant figure out how to make it only active when the mouse is on the stage??

    no auto spin...

    if anyone...
  14. Replies
    1
    Views
    1,041

    need help please..shared object expire

    i need help please, i need to have a SO expire after 30min and i cant figure it out in as3?? set interval? get time? I'm new to as3.

    thanks
  15. Replies
    9
    Views
    3,484

    how do you make this reset after 1 day??

    how do you make this reset after 1 day??
  16. Replies
    2
    Views
    572

    thanks, i tried it but it didnt work. i then...

    thanks,
    i tried it but it didnt work. i then noticed that Date(SO.lasOpened).getUTCMilliseconds() lastOpened was a typo, i fixed that but still no luck?

    i am getting this error

    1119: Access of...
  17. Replies
    2
    Views
    572

    sharedobject to remember for the day

    i need to stop a flv from playing again until the next day ( needs to be AS3). i'm not sure how to do this?? any help would be great.

    neight
  18. Replies
    4
    Views
    653

    thanks, since the Key.Up , Down, Right, Left are...

    thanks,
    since the Key.Up , Down, Right, Left are already a defined class could the " if (Key.isDown(Key.UP)) {" be replaced by "if (_root.buttonPressed(UpBtn) {"
    to replace the Key.Up , Down,...
  19. Replies
    4
    Views
    653

    thanks, and i know that i can write a function. i...

    thanks, and i know that i can write a function. i need help changing the "if"
    statement. shouldn't i be able to replace (Key.isDown(Key.UP)) with "mybtnUp.something" in place of the key? i didn't...
  20. Replies
    4
    Views
    653

    from Key.isDown to a button

    i'm trying to convert a game to work with a kiosk, i need to go from Key.isDown to a button. any suggestions? or tutorials for gaming on kiosks?

    here is the code


    onClipEvent (load) {space=1;}...
  21. Thread: add a button event

    by n8o
    Replies
    1
    Views
    295

    please help! game builders... i need to make some...

    please help! game builders... i need to make some simple games for kiosk and i need all the controls via button.
  22. Thread: add a button event

    by n8o
    Replies
    1
    Views
    295

    add a button event

    what is the quickist way to add in a button for each Key event
    (i want to keep the Key event)

    onClipEvent (load) {space=1;}

    onClipEvent (enterFrame) {
    if (_name != "frog" and space==1 and...
  23. Replies
    0
    Views
    489

    [CS3] flash n powerpoint

    my company use PPT a lot!! that said, i cant get rid of it so please don't suggest other tools.

    as a multimedia developer i am tasked quite often to enhance power point, i've been able to put and...
  24. Replies
    2
    Views
    461

    thanks that worked

    thanks that worked
  25. Replies
    2
    Views
    461

    blurFilter or blurTween??

    how do i make a MC blur in and out with .as2 flash 8
Results 1 to 25 of 89
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center