A Flash Developer Resource Site

Search:

Type: Posts; User: xohol

Page 1 of 9 1 2 3 4

Search: Search took 0.09 seconds.

  1. [CS3] Flash Exiting FullScreen Mode when it Shouldn't

    I am having problems with the flash projectors staying in FULLSCREEN mode

    this problem is with all of my touch-screens i have made in CS3.

    The touch-screens are exe flash projector files that...
  2. Replies
    3
    Views
    383

    your right, thank, forgot the qhotes

    your right, thank, forgot the qhotes

    <font size="6pt">
  3. Replies
    3
    Views
    383

    text file like so: &description2=

    text file like so:

    &description2=<font size=6pt>Door Person / Concierge / Package Receiving</font>&

    ------

    that works for me on other occations.... could it be the font itself?
  4. Replies
    3
    Views
    383

    [F8] Embed Fonts in Muliple pt Sizes?

    Hello, how can i embed a font with all point sizes, or a range of pt sizes?

    I am loading htmlText into a dynamic text field using loadVars. Im using a html tag to be able to modify the font...
  5. Replies
    3
    Views
    1,019

    i am trying to do the exact same thing, anyone...

    i am trying to do the exact same thing, anyone have any solutions for this?
  6. Replies
    1
    Views
    396

    is blocked from IE for some patent issue...

    <embed> is blocked from IE for some patent issue i think. use javascript.
    see below.

    http://www.kirupa.com/developer/flash8/flash_fix.htm
  7. Thread: [MX04] Loop mp3?

    by xohol
    Replies
    3
    Views
    606

    check this out...

    check this out
    http://www.kennybellew.com/tutorial/
  8. Replies
    1
    Views
    339

    Upload Files To Server via Flash (PHP)?

    Hello,
    Can anyone please help me figure out how to upload files to a server using flash and if necessary php.

    I am designing a site for a photographer friend, which has no ftp experience or...
  9. Replies
    4
    Views
    707

    no, the reason i want to convert the blurred MC...

    no, the reason i want to convert the blurred MC into a flattened bitmap is so i can scale it without having the processor re-calculate the blur each frame.

    should allow for much smoother scale...
  10. Replies
    4
    Views
    707

    'flatten' blur filter? (to bitmap)

    Hello, is there a way to render a movie clip to a bitmap once a filter is applied, to the Same movie clip?

    i have a clip on stage, a blurfilter is applied:

    treeHolder.tree.filters = [bf];

    i...
  11. Replies
    2
    Views
    5,675

    Detect Current URL?

    Hello, is there any way to detect the current URL in the browser?

    i want to check to see if the url is https://

    if not, i want to jump it to https.

    either a javascript method or actionscript...
  12. Replies
    3
    Views
    522

    load the images externally from a folder. use...

    load the images externally from a folder. use the movieClipLoader class to trigger a fade on loadInit

    then when you have new images you can just drop them in the folder and change your maxImages...
  13. Replies
    0
    Views
    337

    Bottom Justify Dynamic Text

    Hello,

    i have a dynamic text box in the lower right hand corner of my site.
    this text gets loaded in from multiple text files and changes.

    is there a way to bottom justify the text? I want...
  14. Replies
    1
    Views
    513

    % sign in dynamic text?

    hello, i am calling in some text via load vars into a dynamic text field.

    symbols such as '%' do no show up. what code can i use to place the % symbol?

    an example of my text file is as...
  15. Replies
    7
    Views
    728

    thanks again, that's what i was thinking. will...

    thanks again, that's what i was thinking. will mess with that.
    q
  16. Replies
    7
    Views
    728

    Thanks, that worked perfect. Now, i have...

    Thanks, that worked perfect.

    Now, i have another question. I would like to do the same thing with FLV files. I want to start to load them, then duplicate the frames in other movie clips. Any...
  17. Replies
    7
    Views
    728

    hey thanks for your help. i guess my next...

    hey thanks for your help.
    i guess my next question is do you know where i can see a code example of this?

    do i create a bitmapData object of the movie clip with the jpg, then attachBitmap to the...
  18. Replies
    7
    Views
    728

    thanks again deadbeat! sounds like that is what...

    thanks again deadbeat!
    sounds like that is what i am looking for (attachBitmap), will research it.

    q
  19. Replies
    7
    Views
    728

    Duplicate Image to Another Location?

    Hello,
    i understand the use of duplicateMovieClip()

    I would like to copy a movie clip from one location to another, or more specifically a loaded image.

    i am using the movieClipLoader to load...
  20. Replies
    6
    Views
    496

    try this: textLoader = new LoadVars(); ...

    try this:
    textLoader = new LoadVars();

    textLoader.onLoad = function() {

    loadMovie(textLoader.backgroundPic, cardFront.background1_mc);

    };

    textLoader.load("textFile.txt");
  21. Replies
    6
    Views
    496

    textLoader = new LoadVars(); textLoader.onLoad =...

    textLoader = new LoadVars();
    textLoader.onLoad = function() {
    loadMovie(backgroundPic, cardFront.background1_mc);
    };
    textLoader.load("textFile.txt");
  22. Replies
    2
    Views
    391

    thanks! that did it. q

    thanks! that did it.
    q
  23. Replies
    2
    Views
    391

    Math Help... Find Center Of A Line

    hello, i need a little help finding a formula that can determing the center of a line.

    lets say a line is drawn from (-30, -200) to (50, 300) in a movie clip. I need to be able to determing the...
  24. this.createEmptyMovieClip("mSquare",...

    this.createEmptyMovieClip("mSquare", this.getNextHighestDepth());
    mSquare.lineStyle(0, 0xFF0000);
    mSquare.beginFill(0xFFFF00, 100);
    mSquare.lineTo(100, 0);
    mSquare.lineTo(100, 100);...
  25. Replies
    2
    Views
    432

    the only thing i can think of quickly is to have...

    the only thing i can think of quickly is to have another swf on the same page and use localConnection to pass a variable back and forth. If it doesn't see the other swf, it jumps to the page you...
Results 1 to 25 of 216
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center