473,774 Members | 2,129 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Flash / Actionscript Forum

Flash authoring tool and ActionScript web scripting language (Adobe) - Ask questions about Flash MX/8/CS3, flash player, ActionScript scripting and development, security, templates, video, API, effects, data components, AIR, 3D/Animation and more
2
4,502
sumaiya
thread by: sumaiya | last post Oct 29 '07 by: shaqa
I know how to load dynamic images in a movieclip sPhoto.loadMovie('http://localhost/1.jpg'); I have two movieclips "mcMain" and "mcArticle" mcMain ---- mcArticle --- mcPhoto mcPhoto is inside mcArticle and is suppose load an image dynamicaly I am using the above code but it does not work. Please Help. My code is given below ...
1
3,990
sumaiya
thread by: sumaiya | last post Oct 29 '07 by: sumaiya
currentArticle.loadMovie(articleText); currentArticle.onPress = function() { trace("working"); } where articleText = dynamic image Now i can display the image but the onpress function is not working. I need to click on the image a open a window in flash itself, but i cant even trace. Any suggestions Please early response, this...
1
9,038
sumaiya
thread by: sumaiya | last post Oct 28 '07 by: xNephilimx
How can I find if a variable is integer in flash ??
1
1,246
thread by: psychofish25 | last post Oct 28 '07 by: xNephilimx
I am trying to make a flash application that will nicely sit on my desktop. However, I do not want the normal title bar and buttons tto show up. Instead, I just want the plain canvas. How can I do this? Thanks, Jordan
0
1,458
thread by: deluxmilkman | last post Oct 28 '07 by: deluxmilkman
I'm trying to play flv on frame 1 after both flv and contents on frame 2 are loaded. how can I stop flv from playing before the contents are loaded? AS on frame 1
4
2,173
thread by: spoken | last post Oct 27 '07 by: xNephilimx
Hi, How can I link to "home.htm?id=1" ? I have tried to use getURL("home.htm%3Fid-=1") and getURL("home.htm?id-=1") but it doesn't work because flash looks for the physical file which doesn't exist because I'm using the parameter id=1 to generate some values in my page. Thanks in advance. Gordon
12
10,424
thread by: Flan | last post Oct 27 '07 by: xNephilimx
I am running on a Mac, with FlashCS3, using Actionscript 3.0. First I'm going to say that I am really new to Actionscript. (As in, only been using for a few days new.) So please excuse me if I don't have the terminology down completely. I am trying to create an interactive button where upon "rolling over" a certain movie clip is played, and...
0
1,190
thread by: Tarik Monem | last post Oct 26 '07 by: Tarik Monem
Hi Everyone, Thanks as usual for your help. I am trying to reload a datagrid of 25 items at a time, but each time I reload it my_dg.dataProvider = myArray2; my_dg.rowCount = '20';
1
2,248
thread by: can2564 | last post Oct 26 '07 by: xNephilimx
Help I found some code for scrolling images and now want to have a paragraph below each image that changes with each image... But not sure how. This is the scrolling code I'm using and it works, but now need to add a paragraph below or beside the images that will change with each image. Thanks Can <head>
5
5,583
rrocket
thread by: rrocket | last post Oct 25 '07 by: xNephilimx
Does anyone know if this is possible with flash and/or know of any tutorials or examples of how to do this. What I want to do is create a page that sends an XML string to a site and get a returned XML string with specific rate information. In a nutshell, I am going to send package information to DHL (zip code, weight, dimensions, etc) and they...
7
3,098
thread by: jonahcat | last post Oct 24 '07 by: xNephilimx
Hi, I have a flash movie (a ruler) that needs to float over an html page. The ruler size needs to stay fixed since it is measuring art pieces underneath. I can size the canvas to a fixed width say 1024x768 which allows the ruler to move all over the page. The problem is that if I have a larger screen rez say 1200 X 800 I have create a new movie...
1
2,031
thread by: Tarik Monem | last post Oct 23 '07 by: Tarik Monem
Hi everyone and I hope that you can help. I am trying to send a value of a cell within a Datagrid to my php file which has a simple sql query: here's the php: <? $server = "localhost";
1
3,131
thread by: Tarik Monem | last post Oct 23 '07 by: Tarik Monem
Hi Everyone, I've been trying to do this application that I've been working on from so many different angels and I seem to be running into some kind of wall with every attempt. I have scrapped each attempt and it should be easy, but it's not. I have simplified the app drastically by just having a datagrid being populated with the names of...
1
2,333
thread by: hott5hotj | last post Oct 23 '07 by: xNephilimx
How would I go about creating a logon system for a website such as ones found on sites such as this website. As in, there is a sign up form, you fill in your details, create a user name and password, and then an email is sent out to the new user who then clicks the link to presumably accept the new account and therefore store the details onto...
3
1,295
thread by: sticky | last post Oct 22 '07 by: 4183mal0we
does anyone know how to produce an operator in a Maths game. i.e. Im getting 2 3 = 5 But without + - * etc any help
0
1,087
thread by: sriframes | last post Oct 22 '07 by: sriframes
one help please I have a tempat with flip book. in that the pages are loaded as _global object. thats mean pages are not in time line. pages are in library only so these pages are loding from library.my problam is I have to intigrate this templat with a gallery wich is bult by action script 2.0 means this uses external action script (*.as etc..) ....
0
1,734
thread by: DMcN | last post Oct 20 '07 by: DMcN
Hi, I have a form set up in flash pointing to a PHP script on my webspace. I checked the PHP script and when viewed in a browser it returns the parameters OK so I presume it is working. My problem is the variables captured by user input are not being sent to me. Please can anyone check my actionscript below for errors. I have tried...
3
5,843
thread by: nimanthad | last post Oct 20 '07 by: rsdev
Can some1 help me to connect a SWF (Flash) to ASPX (ASP.Net) On button click (Flash Button) should go to ASP>net Page
3
4,175
thread by: Tarik Monem | last post Oct 20 '07 by: rsdev
Hi everyone, I am starting to dabble with using flash as an interface for php and mysql and, while I could do what I want to do in AJAX, it wouldn't be as pretty. So I grabbed some code and started hacking. What a surprise that it's not working! I know, I know, but everything is functioning except for one thing. I can retrieve the data with...
1
3,368
thread by: shivendravikramsingh | last post Oct 18 '07 by: rrocket
hi friend,i have a problem,actually i used a hyperlink in a text in a flash .fla file.its work fine when i test the movie.but when i publish the file.it does't work.i have given the url: of google but when i click the text it's open a macromedia site .i m very much frustreted.pls help me. i m also telling u how i set the url because may be i...
1
2,451
thread by: hott5hotj | last post Oct 18 '07 by: Motoma
Hi guys, I am a complete newbie in flash/actionscript but I have used Java previously. For my project at college I have been asked to improve on a software that has already been developed at beta level for use within the college campus. The software is a video recording software. It should have the functionality to record and store the...
1
1,434
vpmurdan
thread by: vpmurdan | last post Oct 18 '07 by: rsdev
Hi. I have a symbol with some animation in it. Proble is when I load it with attachmovie, the symbol plays continuously. I would want the symbol to play till the end and stay on the screen. could anyone pls help me. The code I used is shown below: anim1_mc = this.attachMovie("correctAnswer", "anim1_mc" , this.getNextHighestDepth());
1
1,176
thread by: Cyberslam | last post Oct 18 '07 by: rsdev
I have a small flash movie and here is what i am trying to do: - If the movie finishes, it should be directed to a specified HTML page or URL. - If i press a button "SKIP", it should do the same as above. I would really appreciate if someone can help me out in this. Thanks
0
1,852
thread by: anuparvathy | last post Oct 17 '07 by: anuparvathy
hi... i am having a flash template and i am working on asp.net. in my flash template i have buttons.now i want these buttons to direct to diff pages which i have crated in asp.net. so in my action script window i have wriiten this code for one of the buttons: on fs_command(press) { getURL("newpage.aspx","_self","POST"); } is tihs...
2
2,312
thread by: brixton | last post Oct 16 '07 by: Vijayasekar
Hello there, I'm using Flash to present data which I am pulling out of a MySQL database using a PHP script. The setup is like this; in the frame in which I want to present the data I have a loadVariables line which loads the data into a dynamic text field variable. The PHP script opens up a database connection, runs a couple of queries, then...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.