A Flash Developer Resource Site

Search:

Type: Posts; User: Alexis

Page 1 of 4 1 2 3 4

Search: Search took 0.23 seconds.

  1. Thread: Hosting Thread

    by Alexis
    Replies
    144
    Views
    11,968

    beglobal networks (aka be-hosted), dishonest

    Be-hosted (from beglobal networks) deleted 5 days worth of my email while trying to fix the mail server that became inaccessible. I stayed with them after that, despite occasional outage. When came...
  2. Replies
    1
    Views
    410

    someone replied on were-here

    http://www.were-here.com/forum/tm.asp?m=1306627&p=1&tmode=1&smode=1
  3. Replies
    1
    Views
    410

    MovieClipLoader and it's listener

    What can be the disavantage of setting a MovieClipLoader as it's own listener? That saves you an object doesn't it?

    for example:
    jazz = MovieClipLoader();
    jazz.onLoadComplete = function(){
    ...
  4. Thread: akoma.com

    by Alexis
    Replies
    5
    Views
    636

    akoma.com

    Please post your comments mainly about the preload speed of the videos in the sections "GUYZ" and "GIRLZ"

    http://www.akoma.com/site.html
    It's meant to run on Cable or faster

    Thanks
  5. Replies
    3
    Views
    355

    but they both worked in flash 5 and they both...

    but they both worked in flash 5 and they both returned [function] when you looked in the output window. I want to know what they involve Objectwise.
  6. Replies
    3
    Views
    355

    defining functions

    so apparently there's 2 ways of defining functions

    function myFunction(args){
    }

    OR

    myFunction = function(args){
    };
  7. I figured once you added a TextField to the MC at...

    I figured once you added a TextField to the MC at runtime the MC now has a new property. How hard is it for flash to duplicate that property along with the MC itself?
  8. does it work for you? It does duplicate clip1...

    does it work for you?

    It does duplicate clip1 with the line in it but in clip 2 there's still no text field
  9. duplicate a movieClip containing dynamically created field

    is there a way to duplicate a movie clip with everything that it contains?

    I created a MC dynamicallly and I created dynamically a text in it:

    createEmptyMovieClip("clip1", 3);...
  10. Thread: loading jpegs

    by Alexis
    Replies
    2
    Views
    512

    You have to make your movle clip that contains...

    You have to make your movle clip that contains the jpeg exist on the stage from the begining of the movie. To do so you also have to make the movieclip that contains this movieclip exist as well.
    ...
  11. Replies
    2
    Views
    387

    inside your "dialog box" on the frame where your...

    inside your "dialog box" on the frame where your input text field is add Selection.setFocus("myInputTextfield")

    "myInputTextfield" being the instance name of your input text field (not the...
  12. Replies
    1
    Views
    427

    TextField.getFontList() will give an array...

    TextField.getFontList()

    will give an array with all the font names
  13. Replies
    1
    Views
    427

    How can I generate a list of the available fonts...

    How can I generate a list of the available fonts on the user's computer?
  14. Replies
    2
    Views
    397

    perfect thanks!

    perfect thanks!
  15. Replies
    2
    Views
    397

    say you create a text file that contains the...

    say you create a text file that contains the following string:

    this is line1
    this is line2
    this is line3

    When you create it with Microsoft Notepad each linebreak is a &#92r.

    I loaded it in...
  16. Hi. Say you have an instance of a movieClip...

    Hi.
    Say you have an instance of a movieClip symbol called "A" on the stage. then you select it and press CTRL+D to duplicate it and call the other "B". "B" overlaps on top "A".

    Is there a way to...
  17. Replies
    1
    Views
    397

    How can I create a component that will rescale...

    How can I create a component that will rescale dynamically in the authoring environment? (like the Flash scrollBar that you can make bigger without the arrows to rescale)
  18. http://www.macromedia.com/support/flash/action_scr...

    http://www.macromedia.com/support/flash/action_scripts/actions/forin.html
  19. Replies
    1
    Views
    362

    I have a variable named "originalFrameRate". ...

    I have a variable named "originalFrameRate".

    I want to set the value of this variable to the movie's original frame rate that was set in Flash.
    not the actual frame rate that's playing at...
  20. Replies
    1
    Views
    456

    Say you have a Flash MX BBS where people can...

    Say you have a Flash MX BBS where people can upload their photo.

    When an image does not exist at the specified URL the output window returns:
    Error opening URL...
  21. oh wow sorry. Thanks. That was exactly what I...

    oh wow sorry. Thanks. That was exactly what I wanted
  22. I'm well conscious that flash connot parse...

    I'm well conscious that flash connot parse complex html but can't it load the whole text string in a loadVars object anyway? All I want is to find a string in the source code of a page.

    So all I...
  23. say I want to load the whole source code of an...

    say I want to load the whole source code of an HTML page in a loadVars object to perform a string search in it. If I simply go:

    myLoadVarsObject = new loadVars();...
  24. Replies
    3
    Views
    8,491

    How can I load the source code of an HTML page in...

    How can I load the source code of an HTML page in a php variable?

    I imagined a PHP function named 'sourceCodeOfUrl()'

    <?php
    $sourceCode=sourceCodeOfUrl("http://www.yahoo.ca/");...
  25. Replies
    2
    Views
    386

    That's right thanks. Also say I have a lisi of...

    That's right thanks.

    Also say I have a lisi of things coming from arrays. My first array has the clickable text and the second array has the url. Say my array has 50 items. Do I have to create 50...
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center