A Flash Developer Resource Site

Search:

Type: Posts; User: omni-0

Page 1 of 6 1 2 3 4

Search: Search took 0.04 seconds.

  1. this as2 or as3? cannot open with flash 8

    this as2 or as3? cannot open with flash 8
  2. this been fixed?

    this been fixed?
  3. Replies
    1
    Views
    291

    login area needs to be made secure

    i currently have a flash login that checks an xml file to validate user and password i need something more secure.



    pm your quotes & options
  4. Replies
    0
    Views
    377

    urgent. xml encryption

    i have a flash application that has a user and password option, the flash app looks at an xml file to see if the user and password is correct before accessing there restricted page

    i need to...
  5. Replies
    17
    Views
    1,603

    shhh.....one file i think this is out of my...

    shhh.....one file

    i think this is out of my depth, i could only really help you if it was a stuctured xml file or text file.
  6. Replies
    1
    Views
    419

    itemRollOver - listbox issues

    im dynamiclly loading labels into a list box, when the user clicks an item it
    opens a url which is working fine.

    however when i use the below i cannot trace the label name when the item in the...
  7. Replies
    17
    Views
    1,603

    create either a combobox or listbox store 1...

    create either a combobox or listbox

    store 1
    store 2
    store 3

    and if the user selects store 1 then the details could come up? is this basically what you mean?

    if there are not alot of stores...
  8. http://www.betriebsraum.de/FileBrowser/FileBrowser...

    http://www.betriebsraum.de/FileBrowser/FileBrowser.htm

    check the above link out.
  9. Replies
    3
    Views
    392

    gparis: cheers, soz didnt know....7 hours of...

    gparis: cheers, soz didnt know....7 hours of trying this was wiggin me out..
  10. Replies
    3
    Views
    392

    for the first person to figure this out

    ok ive been stuck for bout 7 hours on this and ive had enough. ill try and explain as clearly as possible and *edited out - money offer* who posts a fix first

    so i have an xml database, its...
  11. Replies
    5
    Views
    468

    awesome thanks for taking the time, didnt realise...

    awesome thanks for taking the time, didnt realise it made a difference
    anyway thanks again this works below if anyone has the same issues


    myMcs=new Array(Alpine_mc, Jump_mc);

    ...
  12. Replies
    5
    Views
    468

    [F8] Damm it why wont this work (Array)

    myMcs=new Array("Alpine_mc", "Jump_mc");


    but1.onRelease = function()
    {
    for(var i=0; i<myMcs.length; i++)
    {
    myMcs[i].gotoAndStop(2);
    trace(myMcs);
    break;
  13. Replies
    1
    Views
    340

    Flash user password

    i need a Mulitple user logon created.

    1. there will be no need for registration, i need the ability to assign user names and passwords to accounts.

    2. as there are limited users, when the user...
  14. Thread: help!

    by omni-0
    Replies
    4
    Views
    1,626

    help!

    if anyone can help i need to do this calculation and need correct syntax:

    ive tried so many ways

    (xcord - stageW) * -1 / stageW - .5
  15. Replies
    0
    Views
    321

    [F8] Is there a better way to code this?

    i have 2 comboboxs with different options and a "go" button.

    When the go button is clicked it checks to see which options have been
    selected from the comboboxs and performs a function.

    this...
  16. Replies
    7
    Views
    425

    cheers, thanks for the great leason its up and...

    cheers, thanks for the great leason its up and working

    love the .split never knew it existed

    thanks again
  17. Replies
    6
    Views
    553

    on(release) { picnumbers = picnumbers * 4; }

    on(release)
    {
    picnumbers = picnumbers * 4;
    }
  18. Replies
    7
    Views
    425

    function Gall() { str_data = mc.chart ...

    function Gall()
    {
    str_data = mc.chart
    this[str_data] = new Array();
    for(var ty:Number = 0; ty < str_data.length;ty++)
    {
    loadMovie(str_data, "_root.frontpage.loadchart" + 1 );...
  19. Replies
    7
    Views
    425

    great, one more thing if i didnt know the chart...

    great, one more thing if i didnt know the chart names how would i achieve
    this?
  20. Replies
    7
    Views
    425

    [F8] urgent array help needed pls

    i have a string in an array "chart1.png,chart2.png,chart3.png,chart4.png"
    each chart needs to be loaded into its own loadmovie

    how would i get it to preform the following, using a for loop

    ...
  21. Replies
    2
    Views
    452

    did you manage to figure this out?

    did you manage to figure this out?
  22. Replies
    2
    Views
    465

    --Added: : 2003-12-01 see the date could be...

    --Added: : 2003-12-01

    see the date could be that its a flash 6 as 1.0

    change your publish settings to the above and try it.
  23. Replies
    1
    Views
    297

    Script work needed (Urgent)

    i need some more script work needed to extend a zoomify component

    www.zoomify.com

    basically i have hotspots loaded from a xml file on a map and i need
    the ability to target each one to load a...
  24. Thread: error question

    by omni-0
    Replies
    3
    Views
    500

    more info? did you try to set an inital value?...

    more info? did you try to set an inital value? ,this will keep the gain at 50



    var Mic = Microphone.get();
    if (Mic.gain > 50){
    Mic.setGain(50);
    }
  25. or link = "home" ...

    or





    link = "home"

    _root.gotoAndPlay(link);
Results 1 to 25 of 140
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center