Jump to content

smiles

Members
  • Posts

    774
  • Joined

  • Last visited

Everything posted by smiles

  1. I'm in doubt of ... sorry ... adslook at the title
  2. the value that memory contains or the address value of that memory ??? if the first , it is simple like that uhm I dont sure$300h := somevalue 0x123456 := somevalueif second , I think you cant , it is pre-assignment
  3. uhm ... you are right , movie clip just work with one layerif I was you , I will create 8 movieclip and add it in stage with 8 layers for 8 clip
  4. graphic symbol is in .bmp extensionyou just make it animated by using movie clip
  5. I need a free site to host just only my emailsend.php for my FlashsiteI had try host that be introduced in Host discussion but ... so boringone tell me wait (cjc.bb)one tell that is your site is not impression then removed (Siteburg)one is so slow (Geocity)one say free but when I want to upload , it advices upgrading to non-free website (Brinkster)one cant upload (ripway)seems that they want to prevent all my way anyidea ???
  6. I see your case in Flash and javascript before
  7. Here is the code as you seein Frame1 creates something and converts it to symbol , button type , for examplein InstanceName type any name you like , I will take "slider"now press F9 to open ActionPaneland type these code ( know it Case sensitive with function )slider.onPress = function(){startDrag("slider");}slider.onRelease = function(){stopDrag();}that finishpress Ctrl + Enter to test movie ok , we have to notice one thing when write action script , that is the script is for frame ( Frame1 like above )or script for button "slider" , if the script is for slider then you will get those error messageso lets click frame 1 and open Action Panel and paste the code , you will see "alpha sign"in the frame 1
  8. if ( loadedbytes == 100 ) { gotoAndStop(someframe) }hope that you means
  9. could you be more clearly :)I not sure what you means
  10. put together ???uhm ... copy all things in one's library and paste to another's libraryproblem here is frames ( I think you can copy frames but what the result looks like ? It depends on your foresee )
  11. go to Flash help , choose "Component" part and type "progress" , it gives you a list for reference if ( loaded bytes == total bytes ) { gotoAndPlay(someframe) }http://w3schools.invisionzone.com/index.php?showtopic=4706or ... some another ways if you try the codes in Flash help
  12. I continue to give you a link http://w3schools.invisionzone.com/index.php?showtopic=6182
  13. smiles

    Shoutbox

    save a small area for " frame " in your page
  14. uhm I am not good at serve scriptsas far as I know , people normally create a file on server , for example , .sql fileI dont think it can with Javascript
  15. like somthing in my signature
  16. do you mean upload ? If yes try http://www.freewebs.com first
  17. smiles

    Music Attachment

    oh no that not mine , at that time I cant do that but now I think I can
  18. smiles

    Music Attachment

    http://w3schools.invisionzone.com/index.php?showtopic=3955
  19. if your site is Flash site so your site will be http://something.swf , no HTML and even noone see your source code because it not existproblem here is do you want your site ending with .swf extension
  20. smiles

    Help please

    Making forum alive is complex work , I had had two forumsone live in 15 days one live in 1 monthMy experience is you must have many friends means good out-goingnesshumm I just have only that sad experience
  21. uhmm maybe somthing like thisyou make a button in DW not flash buttonon click that button will load the .swf ( blank .swf ) into your framebut the .swf itself contains a flash button and when yoou click it , it load another .swfusing help in Flash 8 about Loader
  22. you ask because you havent tried it yet
  23. smiles

    about security

    Flash site and website not using Flash , do you thing which one is more security ???I havent think out how can Flash site being attacked ???thanks
  24. make your image looking well in 800-600 resolution , I think that well-looking in another resolutions
  25. as far as I know , you can not disable view source that others cant seebut you can disable it in your computerI see it somewhere
×
×
  • Create New...