Actionscript - -need help plz

free web hosting
Open Discussion > CONTRIBUTE > Computers > Programming Languages > Others

Actionscript - -need help plz

galexcd
Can anyone help me out with a flash file externaly refreshing an html page, and gathering information from a database there, without the user seeing this. This means the loading bar on the page the flash is on CANNOT be loading.

I need to make an avatar chat, so when you move around it shows up on other people's computers.


P.S. If any admins see this post, can you please create an action script subform?

Reply

galexcd
Wow... that was internesting. I was mainly waiting for a responce in this post, but alot of other posts, in which i would then reply and get more hosting credits. I watched my hosting credits go from 3 days to .98 days. Oh well.... anyawy I still need help on this issue... does this mean nobody knows how to do it, or they did not understand my question?

Does anybody know anything about flash at all? I need to have flash access a database somewhere without it refreshing the page it is currently on, (this will bug the users, and slow down the flash file, because IT will be refreshing too if i refresh the page it is on)...

I am assuming that is how they made this, but im not sure. If anyone knows how to make an avatar chat like that i need to know...

My main reason for this is because im working on a project in flash, where someone's x and y positions need to be sent to everyone else viewing, that way i can make a way for players to move around, and see others move around...

Is it possible to send the iformation the same way you would send text messsages in a chat room? if so, how?

Any help would be appreciated! smile.gif

 

 

 


Reply

lone_wild_wolf
uh first thing do you have any PHP background????

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Recent Queries:-
  1. actionscript x maximum - 788.11 hr back. (1)
Similar Topics

Keywords : actionscript, plz

  1. Actionscript 3
    (0)
  2. Essential Actionscript 3.0 Book Review
    (0)
    Even though this book covered the basics of ActionScript 3.0, I felt that this book is above a
    beginner’s level in programming for ActionScript. The reason I say that is that this book
    guide you through building a prebuilt set of scripts. Which is all fine and dandy, but for someone
    who has a hard time trying to learn programming languages to be able to code from scratch. I want
    to be able to learn of which I attempted to do so before my computer crashed on me and lost
    everything. In my opinion, unless you understand ActionScript and know how to use it then thi....
  3. Adobe Flex/flash/actionscript Forum
    There is a need (1)
    With Flash Player 9 on practically every PC, a lot of web developers are moving to Abobe Flex, Flash
    and Actionscript as a development platform. I've seen a few posts related to the platform and I
    feel that a dedicated forum is more than warranted. Flash discussions could fall under web design
    as a sub-forum, while actionscript could fall under Programming Languages. There is also MXML to
    consider. It's Adobe's custom mark-up language for flash components. But these are just
    suggestions. Hopefully forum admins will look further into this issue and find it vi....
  4. Delaying The Time Until A Flash Button Can Be Pressed
    using actionscript (3)
    Can anyone tell me how can i make in flash a button that can not be pressed until an amount of time
    has past? let's say... about 5 mins i need this because i want to hold my visitors looking at
    the content on the page before they can advance further.....
  5. Actionscript : Using Loadvars() Online.
    I need help with using LoadVars(); online. (5)
    http://revolutions.ifastnet.com/misc/myText1.txt: CODE myVariable=How are you
    today?&money=10000 Actionscript: CODE var myData:LoadVars=new LoadVars();
    myData.onLoad = function () {          thelist.addItem(this.money); }
    myData.load("http://revolutions.ifastnet.com/misc/myText1.txt"); Now in my
    list component on my flash stage, when i run the .swf, where the money variable 10000 should be, it
    just says undefined,undefined. When i run the .swf from my local home directory, it says undefined
    and doesn....
  6. Flash - Streaming Flv With Interactible Objects
    Actionscript 3.0 - syncronising swf with flv (3)
    Hi Guys, I am trying to make a flash based web site. The idea is to have a flv video streaming
    which has people moving around and the people need to be clickable objects. I tried tracing the
    video by importing the flv to the flash time line and creating a button that follows a person in
    each frame. I then remove the flv video from the timeline and stream it using actionscript. This
    leads to synchronization issues. Does anyone know if this combination of swf and flv has ever been
    implemented? If so could you please refer me to the source or post a link to an example, i....
  7. Flash Actionscript Help
    i need help on some actionscript for flash galleries and such (10)
    Hi guys i was hoping if anyone that is good at coding could pretty please help me out im rather
    good at designing compared to coding for flash.. so here goes.. Im trying to make a flash gallery..
    ive started. and i know how to make buttons to go nxt and back and so forth... but i want to know if
    anyone knows the actionscript to make a thumbnail .. so that you click on it .and it will load the
    larger version on a little flash popup screen or just somewhere on the page.. its hard to explain
    but ill try to find an example to show u /smile.gif" style="vertical-align:middl....
  8. Contact Form Actionscript
    help needed (3)
    please I need help for an ActionScript to use for the contact form in a flash website I'm using
    Flash MX 2004.......
  9. Actionscript Tutorial
    any sugestions please (0)
    could someone please help me i've been trying to do some stuff in flah but i can't find a
    realy good site where i can learn actionscript. does anyone know a realy good site for me to learn
    actionscript? thank you /smile.gif" style="vertical-align:middle" emoid=":)" border="0"
    alt="smile.gif" />....
  10. How To Make 3d Wireframes
    A Flash Actionscript tutorial (2)
    Ok to start off this tutorial, i would like to ask you to make a blank flash movie and set the stage
    to have a width of 600 and a height of 400. Now when the movie loads, we need to set some variables
    so lets start off by setting the origin QUOTE origin = new Object(); origin.x = 300; origin.y =
    200; What this does, is it defines the origin to be an object with physical properties such
    as X and Y coordinates and it then sets those coodinates to 300 and 200, which is the center of the
    movie. Now we want to set what is called the 'focalLength'. QUOT....
  11. Actionscript For Newbies
    (2)
    To make a new variable (declare a new variable): Type the statement: var x; where x is the name of
    the variable; To put some data in already made (declared): x = " data "; The statement must end
    with a " ; ". ....
  12. Using An Actionscript In Flash For Loops
    (0)
    QUOTE When you are dealing with a lot of data, you without a doubt will run into the need to use
    loops. Lets say you would want to attach a movieClip to the stage. If its just a few clips it
    won't form a problem, but what if you wanted to attach a lot more clips? It would be impossible
    to set them up piece by piece. It would take hours of coding the same code over and over again and
    that redundancy is something you could really do without, not even talking about the time you are
    loosing. This is where loops come into action. We have a few different ones to our d....
  13. Actionscript Obfuscator Lite Edition
    The best free tool to protect your actionscripts (3)
    ActionScript Obfuscator Lite Edition http://www.genable.com/aso/asolite.html With this tool
    you can encrypt your actionscripts, so, it will be harder for someone copy your work. If you want
    to by a great tool for this purpose, try this tool (also google it): FlashIncrypt....
  14. Se-py Actionscript Editor
    A fantastic actionscript editor, and free! (5)
    SE|PY ActionScript Editor What is SE|PY? SE|PY is a FREE ActionScript editor for Macromedia Flash
    files. If you're currently not satisfied with the Flash IDE editor or you're already using
    Scite|Flash (also a great editor!) you maybe interested in this editor Download it now!
    Some features Code folding (collapsing/expand) , code highlighting Auto Completion for default
    flash functions Auto Completion with the user added functions (in current document only) View
    documents in tab mode Zoom Panel with all inserted functions for all active docume....
  15. Actionscript Slow Motion
    Slow motion for Flash 5+ (3)
    Slow Motion Movies in Flash 5+ Hey, I just figured out how to create slow motion in ActionScript.
    Here's the scenario. You have a animation (frame by frame or tweened) that you want to let users
    be able to view in slow motion. The simplest way to do this would be to add some ActionScript.
    First, open your Flash movie that you want to create in slow-motion. Then select to Insert > New
    Symbol... . For the name type something like "slowMotion" (this doesn't really matter much),
    select the behavior "Movie Clip", and click "OK". Return to the scene without editing....
  16. 3 Excellent Actionscript/flash Websites
    With great forums to learn (1)
    Here: http://actionscript.org - The best with a great forum http://actionscript.com - Also
    very good with a good Forum http://actionscript.co.uk - News, Articles, Swf Tools, etc...
    Others: http://ultrashock.com Everything about Flash/Actionscript/Animations/Tutorials/etc.....
    http://swftools.com Great site with all kind of flash tools, and the best ones....

    1. Looking for actionscript, plz

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for actionscript, plz

*MORE FROM TRAP17.COM*
advertisement



Actionscript - -need help plz



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE