A Flash Developer Resource Site

Search:

Type: Posts; User: alon_tz

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    737

    try that, there is a vary samll distoration in...

    try that, there is a vary samll distoration in some cases, though mostly it works great.


    function centerClip() {
    //size and position the bg
    bg_mc._x = 0;
    bg_mc._y = 0;
    bg_mc._width =...
  2. Thread: custom line

    by alon_tz
    Replies
    0
    Views
    417

    custom line

    hi, I was trying to do some work with API, using the lineStyle function, is there a way to use the costume lines [dotted, dashed, etc] that I can choose from the property inspector?

    thanks

    -A
  3. Thread: upload issue

    by alon_tz
    Replies
    0
    Views
    565

    upload issue

    hi.
    i am trying to use a regular upload function [from the ActionScript 2.0 Language Reference ]

    import flash.net.FileReference;

    var allTypes:Array = new Array();
    var imageTypes:Object = new...
  4. Replies
    25
    Views
    2,068

    i got the answer at the backend forum, $_GET is...

    i got the answer at the backend forum, $_GET is the function to load the vars in the php, thanks

    -a
  5. Replies
    3
    Views
    757

    it is a typo, I havent got much sleep last night...

    it is a typo, I havent got much sleep last night i guess.
    the $_GET is exactly what i needed, it works great. thanks
  6. Replies
    25
    Views
    2,068

    sorry, well I dont really have an answer for that...

    sorry, well I dont really have an answer for that i guess, do you happen to know how can I read the posted vars into the php file? with $_POST or $_FILES?

    thanks
    -a
  7. Replies
    3
    Views
    757

    upload and send vars

    hi.
    I am trying to use a standard upload funtion that make a use of a php script to upload the file and resize it to the size that I need (thumbs and fullsizes), its all working great with the...
  8. Replies
    25
    Views
    2,068

    You can send data to the server with the upload()...

    You can send data to the server with the upload() call by appending parameters to the URL; for example, http://www.myserver.com/upload.cgi?userID=jdoe

    though I didn't know how to read this...
  9. I guess that that would be a great solution....

    I guess that that would be a great solution. thanks
  10. have you got any idea how flexable the interface...

    have you got any idea how flexable the interface is gonna be? would the user be able to adjust it to the look and feel of his own site?
  11. Replies
    2
    Views
    929

    download problem

    hey.
    I am useing a downlaod script, [same script from the ActionScript 2.0 Language Reference (ActionScript classes > FileReference (flash.net.FileReference) > download (FileReference.download...
  12. Replies
    3
    Views
    391

    I use a php script that echo the text in url...

    I use a php script that echo the text in url encode, I am not sure if it works for the special charecteres that you are talking about but it helps for the % sign.


    <?php
    $filename =...
  13. Thread: download file

    by alon_tz
    Replies
    8
    Views
    1,255

    thanks for your replay, since I do have to use...

    thanks for your replay, since I do have to use more then one download, I would stay with the "attach movie" that containg the download function.

    thanks anyhow.

    -A
  14. Thread: download file

    by alon_tz
    Replies
    8
    Views
    1,255

    i see, so do you recomand to toggle the other...

    i see, so do you recomand to toggle the other download buttons till the download is over? so they wouldnt intefear with the preloaders [is there a new name for download progress bar?]
  15. Thread: download file

    by alon_tz
    Replies
    8
    Views
    1,255

    i see, thanks, can I use it for multiply...

    i see, thanks, can I use it for multiply downloads? or do i have to decler a diferent fileReference and a diferent funtion for each download?
    [thats why I choose to use it indisde a movie clip that...
  16. Thread: download file

    by alon_tz
    Replies
    8
    Views
    1,255

    that was my sulotion: function download(root,...

    that was my sulotion:

    function download(root, img, nAme, X, Y) {
    var dl:MovieClip = _root.site_mc.attachMovie("download", nAme, _root.site_mc.getNextHighestDepth());
    dl._x = X;
    dl._y = Y;...
  17. Thread: download file

    by alon_tz
    Replies
    8
    Views
    1,255

    download file

    Hi. I am trying to use the FileReference download function, the script from the ActionScript 2.0 Language Reference seems to work fine outside the costum function that I made, is there any way to...
  18. Replies
    5
    Views
    3,916

    I see, so in order to see it i need to attach it...

    I see, so in order to see it i need to attach it in to a new movieclip.

    about the "onLoadInit" function, how would I assign it to this specific loader in a real website when I want to load more...
  19. Replies
    5
    Views
    3,916

    when I try to use removemovieclip or all the othe...

    when I try to use removemovieclip or all the othe trick [_alpha = 0, _x = -Stage.width...] my bitmap is not shoeing, since its dependent on the original clip.
  20. Replies
    5
    Views
    3,916

    loading Image in to bitmapData

    Hi,
    after experementing with the new feature, I couldnt figger it out, is it possible to load an image [not from the libery], an external image in to a bitmapData, or do I have to first load into a...
  21. Replies
    0
    Views
    491

    slow server respond

    Hi
    I made a site that make a use of external loading, of XML files, there seems to be a slow respond from the server in some cases, regardless to the connection speed, as if as the request to load...
  22. Replies
    0
    Views
    873

    processing sound with php

    hi.
    I am trying to make a site that make a use of animation based on sound, normally I would use something like flash-amp to generate the frequencies. the thing is that I would like my user to...
  23. Replies
    2
    Views
    729

    thanks, its exactly what i needed.

    thanks, its exactly what i needed.
  24. Replies
    2
    Views
    729

    deleteing a file from the server

    Hi.
    I am develping a cms for a project that involve with alot of sound files [most of them around 3-7mb] I have a php code that allow my users to upload the files in to the server, I would like to...
  25. Replies
    2
    Views
    1,025

    thanks, I assumed from my search that flash cant...

    thanks, I assumed from my search that flash cant do so. are you familiar with such a platform?

    is that the same thing that is being used here?
    http://pitaru.com/

    -A
Results 1 to 25 of 81
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center