A Flash Developer Resource Site

Search:

Type: Posts; User: cyba

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    844

    Thanks for the post... yes it is twisted, I wrote...

    Thanks for the post... yes it is twisted, I wrote it a year ago and it took ages, so I'm lost with it now as I havn't used jscript so much for yonks!

    Thanks again!
  2. Thread: Flash Form

    by cyba
    Replies
    4
    Views
    935

    CDONT's doesn't work on PWS, but it will on the...

    CDONT's doesn't work on PWS, but it will on the server. NT has all the propper DLL's.
  3. Replies
    4
    Views
    844

    I have a bunch of Javascript encodeded into...

    I have a bunch of Javascript encodeded into http://www.zymotik.com/flashwin/ which does what you want, but I can't remember how it works... its been ages!! The source code is all there if you want...
  4. Replies
    3
    Views
    958

    All I can say is take in mind that Chinese is...

    All I can say is take in mind that Chinese is Uni-code. I.e you will need to encode the arial unicode font (Its BIG!!). And Chinese characters take two of ours so the text files won't be in english,...
  5. Thread: Flash Form

    by cyba
    Replies
    4
    Views
    935

    try this to test if the variables are going to...

    try this to test if the variables are going to the asp:

    <%
    ' item is an empty var
    dim item

    For Each item In Request.Form
    Response.Write "Var Name = " & item & " Value = " &_
    ...
  6. Why not create the form in Flash and post it to...

    Why not create the form in Flash and post it to two directions... i.e:

    GetUrl ("thefirstpage", "POST", "WHATEVER");
    GetUrl ("thesecondpage", "POST", "WHATEVER");


    Would that be a major...
  7. I have loads of examples for download (including...

    I have loads of examples for download (including a guestbook and SMS Pager). Take a look: http://www.Zymotik.com

    Ta Mate!
  8. Thread: my own server

    by cyba
    Replies
    14
    Views
    1,917

    hate to break it to you man, but I wouldn't host...

    hate to break it to you man, but I wouldn't host on an unreliable desktop that has a changing IP and no DNS server... oh, and about the bandwidth... 56kbps a sec doesn’t compare very well to the...
  9. Thread: mini CD-ROM disks

    by cyba
    Replies
    13
    Views
    1,689

    Has anyone seen the Commandos CD? It says it is 4...

    Has anyone seen the Commandos CD? It says it is 4 gig even though it only holds 650MB... Its an anti cracking thing that they developed, but it was cracked in a few hours... darn! haha. Basically,...
  10. Thread: LOOK AT THIS!!

    by cyba
    Replies
    1
    Views
    525

    http://www.Zymotik.com : THE MOST NON-PERSONAL,...

    http://www.Zymotik.com : THE MOST NON-PERSONAL, PERSONAL SITE...

    Tons of resources for Flash Developers!!

    Tell me what needs to be added!
  11. Replies
    10
    Views
    1,234

    Hehe, nice posts everyone, but I reckon ASP is...

    Hehe, nice posts everyone, but I reckon ASP is very easy to learn... the .net version is a lot more like PHP is as far as I've seen and I think thats harder!

    Did I tell you, there is nothing you...
  12. Replies
    10
    Views
    1,208

    Thanks exile, really appreciate the comments!

    Thanks exile, really appreciate the comments!
  13. Replies
    10
    Views
    1,234

    Thanks mate!

    Thanks mate!
  14. Replies
    3
    Views
    831

    as above function, but:

    as above function, but:

    <a href="your link" onMouseOut="javascript:showMe('link');">Click me!!</a>

    Please visit my site for more tips: http://www.zymotik.com!!
  15. Thread: subdomains?

    by cyba
    Replies
    3
    Views
    855

    As above, but a subdomain may/can be hosted on a...

    As above, but a subdomain may/can be hosted on a totally different server, so expect it to cost nearly as much as your first domain...

    Check out http://Zymotik.com if you want more tips!!
  16. Replies
    4
    Views
    928

    For the ASP flasher there is...

    For the ASP flasher there is http://www.Zymotik.com

    Best book I have is 'Instant ASP Reference' by Cybex. They also do an 'Instant SQL reference' book too, there such a help!!
  17. Replies
    10
    Views
    1,208

    got a pie chart on my site that takes as may...

    got a pie chart on my site that takes as may variables as you throw at it... http://www.zymotik.com/piechart

    hope it helps, all the codes free!
  18. Replies
    5
    Views
    858

    yup, you've got to do the...

    yup, you've got to do the variablename=variablevalue&so-on to make it work!

    Check out my guestbook code if your looking for an example... http://www.zymotik.com/guestbook
  19. Thread: Server Push

    by cyba
    Replies
    3
    Views
    1,224

    I have some coding examples of a database talking...

    I have some coding examples of a database talking with flash using ASP if you want... http://www.Zymotik.com

    Hope they help!
  20. Thread: PLEASE HELP

    by cyba
    Replies
    4
    Views
    1,079

    you need to HTML-encode the string... in asp...

    you need to HTML-encode the string...

    in asp the function would be <%=Server.HTMLEncode("<aref...")%>

    If you use dreamweaver it will automatically do it for you at design time, but I don't know...
  21. if you want to make flash run javascript in the...

    if you want to make flash run javascript in the page its embeded in then just put 'javascript:functionName(Variables);' instead of 'http://www.zymotik.com'

    If you want an example, visit my flash...
  22. Replies
    3
    Views
    1,239

    I don't quite understand what you want to do, ...

    I don't quite understand what you want to do,

    if you want to redirect the user to a different page depending on there username and pass then you need to use getUrl while posting the variables...
    ...
  23. Thread: flash and MSExcel

    by cyba
    Replies
    5
    Views
    939

    I can see very very slow swf files coming!!! I...

    I can see very very slow swf files coming!!! I recommend coverting the customer to Access and using an access database to put only the data you need into the flash... want examples? Visit my site...
  24. Thread: flash email

    by cyba
    Replies
    6
    Views
    1,013

    yup, instead of using "http://" you have to use...

    yup, instead of using "http://" you have to use "mailto:" to tell the browser to open the email instead of an internet addy!
  25. Replies
    10
    Views
    1,234

    Please tell me what server side scripting...

    Please tell me what server side scripting language you use and why you like it. Each has its good points and bad points, but which one is going to be the biggest in a few years time? Give me your...
Results 1 to 25 of 46
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center