A Flash Developer Resource Site

Search:

Type: Posts; User: urami

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Thread: Need a CD player

    by urami
    Replies
    14
    Views
    1,347

    Sorry, never do any content for mac

    Sorry, never do any content for mac
  2. Replies
    2
    Views
    923

    There is a good read at the FJ faq site check it...

    There is a good read at the FJ faq site
    check it out :

    http://eb.cx/2e0
  3. Thread: Need a CD player

    by urami
    Replies
    14
    Views
    1,347

    did you try the JCD ? http://eb.cx/2dz It'a...

    did you try the JCD ?

    http://eb.cx/2dz
    It'a a very handy tool just for that kind of stuff.

    regards

    urami
  4. Replies
    3
    Views
    1,073

    You can't actually call Pop Up but regualr HTML...

    You can't actually call Pop Up but regualr HTML document in browser window.
    Javascript pop up require browser to run.
    You can either use HTA or 3rd party tools like JProWeb from "flash jester dot...
  5. you should check :...

    you should check :
    http://www.flickerlab.com/flashtovideo/

    It's a really good read about preparing flash movies for video output.
    I have follow their suggestions few times doing animation for...
  6. Thread: exec arguments

    by urami
    Replies
    2
    Views
    1,065

    In addition to jasonsplace's reply , you could as...

    In addition to jasonsplace's reply , you could as well check Jstart from
    "flash jester dot com". It allow you to pass paramters to all kind of applications you call.

    Also, if the second file is...
  7. Replies
    1
    Views
    699

    You could use 3rd party tools like Jugglor from...

    You could use 3rd party tools like Jugglor from "flash jester dot com" It allow you to copy
    all the files to user drive and run it locally which will be much faster than doing it
    off the CD. I use...
  8. Replies
    2
    Views
    1,003

    Did you try using PrintJob.start() ? Check help...

    Did you try using PrintJob.start() ?
    Check help files for details, also check for "Controlling printing"

    There are also 3rd party tools like Jprint from "flash jester dot com"
    which allow you...
  9. Could not agree more, very prompt and always open...

    Could not agree more, very prompt and always open to take suggestions - often you can see your suggestion in next release or upgrade.
    I have been using their tools since they started and they did as...
  10. Replies
    16
    Views
    2,090

    Just out of curiosity , did you check Jugglor...

    Just out of curiosity , did you check Jugglor from http://www.***********.com ?

    I have been using it for many years now to produce all kind of CD content for expos , shows and
    stuff like that....
  11. Thread: Fullscreen mode

    by urami
    Replies
    2
    Views
    676

    Re: Fullscreen mode

    Did you check Jweb yet ? It's nice tool to help with GetUrl links
    and on top of it free.
    http://***********.com/?section=tricks_jtools_jweb

    Check it out .

    regards

    urami
  12. Replies
    2
    Views
    595

    Re: Desktop app with multiple swfs

    I would definitely suggest using htt://www.***********.com tools.
    I do desktop toys with Jugglor due to the really cool transparency support feature
    and special section dedicated just to screen...
  13. Replies
    1
    Views
    669

    Fscommand was working differently in different...

    Fscommand was working differently in different browsers (except the standalone actions),
    in some browsers it did not work in all.
    Local Connection is more for SWF to SWF communication and will...
  14. Replies
    3
    Views
    887

    Did you check out Jugglor yet ?...

    Did you check out Jugglor yet ?
    http://www.***********.com

    It let you wrap all into one EXE file, unpack it in temporary folder to run it and trash
    on end so you only hand the user single EXE....
  15. Replies
    7
    Views
    463

    Re: hey

    You can't scale the pixel font , plus it has to on equal coordinate
    X 35 not X 35.6

    It should be exactly at 100 %

    I also notice that most probably Harmony has listed under
    incorrect size...
  16. Sorry , I'm afraid I can't help you . The file...

    Sorry , I'm afraid I can't help you .
    The file is pretty messy and there is nothing you described in previous questions.

    In first post you say you add button event action to movie clip, there is...
  17. Can't see the file . Mind to upload to some URL...

    Can't see the file .
    Mind to upload to some URL and provide link to download ?

    regards

    urami
  18. I'm doing player right now for a clients. It...

    I'm doing player right now for a clients.
    It load mp3 dynamically based on previously loaded XML
    with list of tracks.
    It has loading , volume control , next previous buttons,
    even has nice drag...
  19. Replies
    4
    Views
    773

    The javascript goes below and above...

    The javascript goes below </head>
    and above <body>

    The get Url action can be attach to frame or button .
    I know visually it is more appealing so
    i made fast sample for you....
  20. Replies
    4
    Views
    737

    Do you have any html editor ? Like Dreamweaver...

    Do you have any html editor ?
    Like Dreamweaver or Front Page ?
    In these , you can open frame properties and rename it . Or even off hand in notepad
  21. Replies
    7
    Views
    463

    w/o html the swf is scaled to fill the browser...

    w/o html the swf is scaled to fill the browser window and browser not really
    care for the file ratio. So the fonts get distorted, Always the case if files scale down
    one way or another . I did not...
  22. gives "this" , it should be in both actions. Tho...

    gives "this" , it should be in both actions.
    Tho , wonder why you did not try it .
    If the rollover proves itself and woreked :)


    on (press) {
    this.gotoAndPlay("d3");
    }
    on (rollOver) {...
  23. This will load sound from outside flash. you can...

    This will load sound from outside flash.
    you can have it in library , using linkage
    than call it with action.
    You can place it in movie clip second frame , than stop(); action on first frame and...
  24. Replies
    2
    Views
    441

    Linkage MUST come first because it has no...

    Linkage MUST come first because it has no physical place on timeline
    so it have to be available for any possible action as soon as flash movie is
    loaded. therefore it is loaded before anything else...
  25. Replies
    4
    Views
    773

    Well , it's' not difficult . javascript and get...

    Well , it's' not difficult . javascript and get url action to kick off the javascript function , however many people consider it really annoying especially when in order to do it from normal parent...
Results 1 to 25 of 35
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center