A Flash Developer Resource Site

Search:

Type: Posts; User: geedubb

Page 1 of 6 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,834

    AgentOgden, thanks for your reply. Looks like a...

    AgentOgden, thanks for your reply. Looks like a decent tutorial for exactly what I need to do.
  2. Replies
    2
    Views
    1,834

    Transcode to FLV on a server

    Hi

    What is the best way to transcode multiple video clips to .flv on the server?

    I want users of my site to be able to upload videos, then I need to superimpose my logo and transcode the video...
  3. Replies
    2
    Views
    2,968

    Thanks for the reply. I'll check it out.

    Thanks for the reply. I'll check it out.
  4. Replies
    5
    Views
    636

    that's great. Thanks again

    that's great.

    Thanks again
  5. Replies
    5
    Views
    636

    Thanks modified dog - this looks promising. I...

    Thanks modified dog - this looks promising. I take it I can use this with an embedded font too?

    Cheers
  6. Replies
    5
    Views
    636

    I'd really like to know if this is possible or...

    I'd really like to know if this is possible or not.

    Thanks
  7. Ralgoth - I think we posted at the same time....

    Ralgoth - I think we posted at the same time. What you suggested looks like a solution.

    The values might need to be tweaked. I'd also suggest tracing the values of _xmouse and _ymouse in your...
  8. the 'and' keyword is deprecated. Try using...

    the 'and' keyword is deprecated.

    Try using '&&'

    eg.
    if (_root._ymouse > 50 && _root._ymouse < 150 && _root._xmouse >-10 && _root._xmouse <900)

    I'm not sure where the -200 that you mentioned...
  9. Replies
    7
    Views
    740

    What does the code currently do? Does it populate...

    What does the code currently do? Does it populate anything at all into the dropdown?
  10. Replies
    5
    Views
    636

    Multi-coloured text in dynamic text field

    Hi

    I need to create a text field with Actionscript that is comprised of text in 2 colours. Is this possible (maybe with textformat)?

    Thanks in advance

    g
  11. Replies
    2
    Views
    462

    Take a look at setInterval, and restructure your...

    Take a look at setInterval, and restructure your code so that setInterval fires a function that will play the next clip in your array. This will let you set the time between when each starts easily.
  12. Replies
    2
    Views
    2,968

    Advice on encoding from VOB -> FLV

    Hi

    Can anyone give me some advice on encoding a 2 minute section from a DVD (VOB files etc) to a flash FLV. I see that the Flash Video encoder wont support VOB directly.

    Can anyone suggest...
  13. Replies
    1
    Views
    648

    Creating PDF files on server

    Hi

    Sorry if this is not the right place to post, but maybe someone can help?

    I know that there is a whole load of software to enable a .NET application to produce PDF files. However, I want to...
  14. You can go into folder options in Windows...

    You can go into folder options in Windows Explorer and go to tools/folder options/view/hide protected operating system files. This will allow you to see thumbs.db. You can therefore leave it out of...
  15. Thread: CPU usage, BIG

    by geedubb
    Replies
    3
    Views
    461

    How big is the bitmap? What framerate is the...

    How big is the bitmap? What framerate is the movie running at? If it's at 12 FPS try at least twice that and see if that improves things.
  16. Thread: CPU usage, BIG

    by geedubb
    Replies
    3
    Views
    461

    You will probably find that it isn't the code...

    You will probably find that it isn't the code that is at fault. You probably want to optimise your 'raster' movieclip. What is in the raster clip?
  17. Replies
    1
    Views
    568

    PLEASE HELP!!: createTextField - flash 8

    Hi

    I'm using Flash 8 / AS 2.0.

    I have the following code within a class which extends MovieClip:


    private function addBalloonText(balloonRef:MovieClip):Void
    {
    trace(balloonRef);
  18. Thread: text editor

    by geedubb
    Replies
    8
    Views
    1,121

    Hi John Try swapping the getBoldState method...

    Hi John

    Try swapping the getBoldState method as suggested by creativesaby for the one below. It ALMOST works. The only problem is getting the caret position in the actual HTML source of the...
  19. Replies
    3
    Views
    515

    Yes, Louis is correct. Also the you need to use...

    Yes, Louis is correct. Also the you need to use Math.random() with the brackets or you will get something like [type Function] going into your string. There were also a couple of issues with your...
  20. Replies
    1
    Views
    491

    Hi Can you post the fla file and we can take a...

    Hi

    Can you post the fla file and we can take a look at that too?

    Thx
  21. Excellent. That works a treat. Many thanks

    Excellent. That works a treat.

    Many thanks
  22. Replies
    4
    Views
    523

    Hi Magnus This looks like an encoding problem....

    Hi Magnus

    This looks like an encoding problem. Perhaps PHP is handling this as an ASCII or UTF-7 string. You want to handle it as a UTF-8 or similar (which contains more characters like european...
  23. Replies
    4
    Views
    523

    Hi Magnus This looks like an encoding problem....

    Hi Magnus

    This looks like an encoding problem. Perhaps PHP is handling this as an ASCII or UTF-7 string. You want to handle it as a UTF-8 or similar (which contains more characters like european...
  24. Replies
    2
    Views
    425

    As far as I know you can't actually write a text...

    As far as I know you can't actually write a text file from flash. I seem to remember that this was a security feature (back in the days of flash 3). If I were you I'd take a look at some of these...
  25. HELP!! How do I listen for clicks on many movieclips

    Hi

    I am trying to create a set of attached movieclips, which do something when they are clicked. Below is a snippet from my code. The below works if I take out the mc_this.onRelease() =...
Results 1 to 25 of 139
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center