Random Links Actionscript2
Hey Everyone,
I posted a message earlier querying about if anyone out there has any idea on how to create a button which goes to different links each time the user presses it.
I wud be very grateful if anyone can help me...but i need info by fri latest. Thnx for looking at this meassage!
Mamy Thanks
FlashKit > Flash Help > Flash General Help
Posted on: 05-07-2003, 01:51 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Random Links
I was wondering if theres a way in flash to make random links...such as have a database of links yet when you click on the button for the next page it will randomly take you to another page and change each time.
thanks,
Random Links Actionscript?
Dear People!
I have an idea of creating buttons which whent he user clicks on it each time...the link it goes to will be different to the one before.
If you have any idea / actionscript on how to do this..please email me at this address:-
icewind_storms@hotmail.com
I wud be very grateful for your help.
Many Thanks!
Random Number In Links
Greetings all!
I am trying to add a random number to a url in the Get Url action to act as a cache burster.
I am using flash 4 - Poor me but all i need to do is add a random number to the very end of a url eg:
Get URL ("http://www.somedomain.com/images/banners/adserveid=********")
The ******** represent the eight digit random number i need to generate in flash and add to the end of the url i want to call.
I am a bit of a novice with flash especially when it comes to things like this and would be very greatful if someone can help me on this.
Thanks in advance guys and gals.
Random Number In Links
Greetings all!
I am trying to add a random number to a url in the Get Url action to act as a cache burster.
I am using flash 4 - Poor me but all i need to do is add a random number to the very end of a url eg:
Get URL ("http://www.somedomain.com/images/banners/adserveid=********")
The ******** represent the eight digit random number i need to generate in flash and add to the end of the url i want to call.
I am a bit of a novice with flash especially when it comes to things like this and would be very greatful if someone can help me on this.
Thanks in advance guys and gals.
Random Links On One Button
Hi there all I'm looking for a way to place different links so that pressing the button wil take you randomly to another site. If there's someone that could explains me how this could be done I'd be really thankfull.
Creating Links With Random URL's
Hello... need some help with some basic actionscript 3...
I have multiple links on a page, kindof a treasure map, and want them each to open a random URL (from a list), so every time the swf loads, links will be in different places. What is the correct way to do this?.... Thank You!!
Random Image Script... Need To Add Links
I found the below script that create an array of images and then displays them randomly, fading them into each other. This works perfectly but I'd like to make each random image a link to a specific page (each image will link to a different URL).
Could someone examine the code below and let me know what needs to be added to get this to work?
Code in "Prototype" layer:
Code:
Array.prototype.distinctShuffle = function()
{
result = [];
for (posArray = [], i = 0; i < this.length; posArray[i] = i++)
{
}
for (last = this.length - 1; last >= 0; last--)
{
selected = this[last];
rand = random(posArray.length - 1);
lastPos = posArray.getPos(last);
if (lastPos == null)
{
result[posArray[rand]] = selected;
posArray.splice(rand, 1);
}
else
{
posArray.splice(lastPos, 1);
result[posArray[rand]] = selected;
posArray.splice(rand, 1);
posArray.push(last);
}
}
return result;
};
Array.prototype.getPos = function(image)
{
for (i = 0; i < this.length; ++i)
{
if (this[i] == image)
{
return i;
}
}
return null;
};
Code in "Action" layer:
Code:
_global.image_arr = new Array("image1.jpg", "image2.jpg", "image3.jpg", "image4.jpg");
_global.temp_arr = _global.image_arr.distinctShuffle();
trace("original array : " + _global.image_arr);
trace("shuffled array : " + _global.temp_arr);
_global.count = 0;
this.createEmptyMovieClip("holder0_mc", 1000);
this.holder0_mc._x = 0;
this.holder0_mc._y = 0;
this.createEmptyMovieClip("holder1_mc", 1100);
this.holder1_mc._x = 0;
this.holder1_mc._y = 0;
loadImage(this);
function loadImage(loc)
{
this = loc;
_global.count++;
clearInterval(rotate_iv);
if (_global.temp_arr.length < 1)
{
trace("We are at the end of the temp_arr...");
trace("We need to add new items into the array again...");
_global.temp_arr = _global.image_arr.distinctShuffle();
}
selectedItem = _global.temp_arr.shift();
trace(selectedItem + " " + _global.temp_arr.length);
if (_global.count % 2 == 1)
{
toLoad = 1;
toUnload = 0;
}
else if (_global.count % 2 == 0)
{
toLoad = 0;
toUnload = 1;
}
//trace("toLoad = " + toLoad + " toUnload = " + toUnload + " this = " + this);
this["holder" + toLoad + "_mc"]._x = 0;
this["holder" + toLoad + "_mc"]._alpha = 0;
this["holder" + toLoad + "_mc"].loadMovie(selectedItem);
this["holder" + toUnLoad + "_mc"].onEnterFrame = function ()
{
if (this._parent["holder" + toLoad + "_mc"]._width > 1)
{
this._parent["holder" + toUnLoad + "_mc"].swapDepth(9999);
this._parent["holder" + toLoad + "_mc"].swapDelth(8888);
this._parent["holder" + toLoad + "_mc"]._x = 0;
if (this._parent["holder" + toLoad + "_mc"]._alpha < 100)
{
this._parent["holder" + toUnLoad + "_mc"]._alpha -= 5;
this._parent["holder" + toLoad + "_mc"]._alpha += 5;
}
else
{
this._parent["holder" + toLoad + "_mc"]._alpha = 100;
delete this.onEnterFrame;
rotate_iv = setInterval(loadImage, 5000, loc);
}
}
}
}
Virtical Scrolling Of Dynamic Random Links
hi
Does anybody know how to Scroll links from an external html page randomly and virtically on all pages of the site...?
When the links are scrolling randomly and stops on mouse over almost like on this website www.lynda.com but the links appear in an order on lynda.com if your site has many many pages and sections it will help the webmaster to display the different sections of the site to the visitors by randomly scrolling the links from and external html page... it will help in improving the site navigation very well... I hope someone will be able to answer this...
Thanks in advance...
Vinnie.
Help With Scrolling A Random Number Of Images & Links From A Database
If anyone could help, I would VERY much appreciate it.
I am a newbie when it comes to ActionScript, but I've been using Flash since Flash 2... Just a simple designer with ActionScript problems.
Anyway, I am trying to create a scrolling movie with left and right buttons to control the scrolling.
What will be scrolling is a group of images and links that are fed from a database using Swift Generator and our mySQL database.
I have figured out Swift Generator enough to understand how to feed data, but I don't really even know how to get started scrolling a random number of images.
Can anyone help?
ActionScript2
Hi
This is Amit Giri from India, and I am working in a software company as a flash programmer. I have one problem in actionscript actualy I have one class in as1 regarding to the components(ListBox) and I have to convert this as1 in as2 but everything is fine but the there is no interactivity in my listbox's items(Movie clip). So wat should i do. Actualy all components and thier interactivity is done through the code only in as1.
.ASP & ActionScript2.0
Hello again my friends!!!
once more i'm having troubles whith actionScript...
i´m using external data that i load from a .asp document. the thing is that i want to put a photo in the stage (by code), and i can't achieve it...
i've got the absolute URL(which i get from the .asp document) to the foto
for (i=0; i<Number(dados.c); i++) {
imgs[i] = {src:eval("dados.imgt"+i)
}
this provides me whith an array of the absolute URL to all the pictures , for instance, if i write
trace(imgs[5].src);
i will get: http://desenvolvimento/demoloja/imag..._201_1_110.jpg
so i tried to use
createClassObject(mx.controls.Loader, "loader", 0);
loader.autoload = false;
loader.load(imgs[5].src);
but it doesn't work...
i also tried using
MyMovie.loadMovie(imgs[5].src);
tring this way to exchange the movie clip MyMovie to the one that i want, but gain nothing ....
can some one help me?!?!?!?
and by the way can some one tell me were to find toturials about using asp and flash?!?!
thank's in advanced!!!
oliv
.ASP & ActionScript2.0
Hello again my friends!!!
once more i'm having troubles whith actionScript...
i´m using external data that i load from a .asp document. the thing is that i want to put a photo in the stage (by code), and i can't achieve it...
i've got the absolute URL(which i get from the .asp document) to the foto
for (i=0; i<Number(dados.c); i++) {
imgs[i] = {src:eval("dados.imgt"+i)
}
this provides me whith an array of the absolute URL to all the pictures , for instance, if i write
trace(imgs[5].src);
i will get: http://desenvolvimento/demoloja/imag..._201_1_110.jpg
so i tried to use
createClassObject(mx.controls.Loader, "loader", 0);
loader.autoload = false;
loader.load(imgs[5].src);
but it doesn't work...
i also tried using
MyMovie.loadMovie(imgs[5].src);
tring this way to exchange the movie clip MyMovie to the one that i want, but gain nothing ....
can some one help me?!?!?!?
and by the way can some one tell me were to find toturials about using asp and flash?!?!
thank's in advanced!!!
oliv
Actionscript2 Got Stuck Right Away
Hi,
I recently downloaded the trial for 2004. It's quite different I have to admit but I decided to order. I have been reading about AS2 and that it has to be loaded externally as an "as" file. What I don't understand is how do you incorporate code like a function for example into a file and mix it with AS1? I read that AS2 cannot be placed in a frame or in a movieclip/button code. I am planning in the future to convert my component scripts for example to AS2 but as I understand it will be mixd with AS1. Do I write all the code in an external file and then use #include?
Thanks for any hints. I'd also like to start a discussion about basic AS2 using this thread. So we can all learn from scratch.
Help With Actionscript2 HitTests Please
hi, im trying to make this game, where when the ship hits the ground, it moves to frame "2" in the root timeline, its not working as you can probably guess, and im using the method whereby theres lots of small movieclips that are the same mvieclip (square) around the edge of the ship to define it, and im using the true funtion with the hitTest to test for the actually boundaries of the ground mc.
iv included the file to have a look at, please help!!
cheers,
beedle
Actionscript2 Question
i just started using flash mx 2004 and i ran into a small problem.
i have this script:
//load object
movieclip.prototype.loadObject = function(targetMC,url){
targetMC.loadMovie(url);
}
the script doesn't seem to work.
what's the correct way of doing the script on actionscript 2??
Moving Over To ActionScript2.0
Hi,
I want to move over a project written in ActionScript1.0 in an older version of Flash to ActionScript2.0.
I copied over the code, switched on ActionScript2.0 and Flash7 in the publish settings, and it "compiled", but the speed isn't a lot better than before. Is there any way to optimize the code for ActionScript2.0 to make it run faster? Or is ActionScript2.0 not really aimed at making things faster, but rather structure things better?
If anyone is familiar with moving a project over, tips are greatly appreciated!
Thanks!
Actionscript2 Vs. Actionscript ?
I've been using Actionscript for about 2-1/2 years now but recently had the opportunity to work in AS2. Is there a site or tutorial available that could show me the differences between the two so that I could become more proficient in AS2?
Thanks,
-Tim
XPath And Actionscript2.0
Hello.. everybody,
[i] Can any one give me some information about XPath and Actionscript2.0 ??
[ii] I have, already, download " XPath4AS2 " from www.xfactorstudio.com.
But, I don't know where to put it (include it) my system so can use it, in my current as well as all projects.
[iii] If you can suggest me any site for (torials / codes), I will go through it.
Thanking you in advance.
Preloader From ActionScript2 To 3
Morning all. I have started to learn ActionScript over the last week and a bit and I love it. This website is a goldmine
Anyway, I want to try and create a basic preloader. I found an old file with a simple preloader created using a dynamic text box (with the instance name pc_text) but it was written in AS2.
The file is really basic so I can't see if it works when I preview the animation so I was wondering if you kind people would tell me if the code would work in AS3 or if it needs to be tweaked at all.
Thanks very much.
Simon
Quote:
var pc = 0;
this.onEnterFrame = function(){
pc = Math.floor((_root.getBytesLoaded()/_root.getBytesTotal())*100);
this.pc_txt.text = pc+"%";
if (pc == 100 && !isNAN(pc)){
delete this.onEnterFrame;
_root.play()
}
}
ActionScript2.0: Newbie Needs Help. :p
Hiho people, I got a quick and quite easy question..
I have a picture and I want the object to be on the left side.
When I click on the door on the right side, the object will start moving ( with motion tween ) to the door and when it reaches the door, Scene 2 will appear.
Could anyone please tell me how to do this? :p
UML Class Design To ActionScript2.0
Hi all
I thought I would share this XSL transform script that will take any XMI files and create Stub Class and Interface code for ActionScript2.0
XMI can be exported by most UML design package including the OpenSource ArgoUML which can be found here: http://argouml.tigris.org/
Once you have created a class diagram perform the following steps:
1: Export your UML Class Diagram to an XMI file.
2: open the XMI document and add <?xml-stylesheet type="text/xsl" href="xmi-to-as.xsl"?> on the next line after <?xml version="1.0" encoding="UTF-8"?>
3: save the xmi-to-as.xsl file in the same location as the XMI script. (this XSL file can be found here XMI to AS)
4. open the XMI file in OpenSource FireFox browser (FireFox can be found here http://www.mozilla.org/products/firefox/)
5. Cut and paste the resulting text into seperate .as files, following the naming (and directory structure if you are using packages) instructions. (do not save as, as this will save the XMI not the AS)
6. Code away!
I have included a sample XMI document and the Argo project that produced it here XMI to AS
NB:
The transform works with full package structures (see example)
Any Classes you wish to ignore can be set to Abstract (see example).
Full JavaDoc documentation is supported.
DataTypes specific to ActionScript2.0 should be set up, do not use the Java ones provided as the case is not valid in ActionScript2.0 (see example)
For an alternative transform to FireFox you can use SAXON or XALAN from the Command-Line
Please post any feedback and/or modification/requests to the transform.
CheerZ
rosie
Learning ActionScript2.0(flash 8)
whats a good book to learn actionscript
Im fairly familiar with OOP concepts and have a fairly good background in C++ and lua
Ive searched the forums and theres too many results, that i cant find results that are relevant to me
basically i wanna be able to do flash movies using only actionscript(import the gfx to stage from library)
I have a medium skill level in AS ...I can do alot but id really like to get to be an AS ace
Targeting A Frame Using Actionscript2
Hi!
Just trying Flash 8 Pro Trial and I am having a problem trying to use the GetUrl script to Target a Webpage to open in a Frame called 'BottomFrame' within an HTML Frameset. It only seems to want to target the _self, _Top _ Parent _Blank windows. Is it a Bug? or have I made a Big Error? Go easy Im learning this Flash step by step lol!
Many thanks
Barry
geebee286@yahoo.co.uk
Export XML To CSV Button (ActionScript2)
Hello All,
We are tracking historical data (via xml) and i would like to create a button that allows the user to export data to a CSV. I know this isn't very detailed, but if anyone can point me in the right direction or has done this and would like to share how they went about it or anything at all i would really appreciate it.
thanks in advance
Actionscript2 Problem Newbie
I am doing a project for a beginning action script
class in school. The teacher set up this project
using only the first two frames, w/
the second frame,.... the gotoAndPlay(1)
I am trying to create what looks like a
four cylinder engine.
So far, only the pistons, actually,
I am still trying to get the
piston to go up and down
continuously on the page,
stage.
I have one piston made in a 3d program which I just want to
go up and down like a piston, so far I have it going up
inside of a 400 by 600 Flash screen.
I want this to loop going up almost to the top
of the screen then coming down and
stopping close to the bottom.
I will have four pistons on the page which, hopefully
will function like pistons in a engine .
So far I have this,(below)
I am thinking I might need a "stop"
command? I am new to Action Scripting & trying to learn:
pistOn._y = pistOn._y-30;
pistOn._y = pistOn._y;
if(pistOn._y == 25){
pistOn._y = pistOn._y-30;
}
//now to go back up
else if(pistOn._y==25){
pistOn._y = pistOn._y+30;
}
*******************************
I am sure this is not correct
what I plan to do is put four pistons
side by side, placed and
moving like what you would see in a engine.
Maybe add a few other things later,
but now I am just trying to get this up and down plus
the loop.
here is the Flash file so far:
http://www.kevsblues.com/ptn.fla
Thanks
Kevin
Making Actionscript2 Compatible
on (press, dragOver){
startDrag(_root.1mc);
}
on (release, rollOut, dragOut){
stopDrag();
}
on (press, release, dragOver, dragOut){
_root.x +=2;
_root.1mc.swapDepths(_root.x);
}
this doesnt seem to work in AS2. How would i fix it?
HTML Display In Actionscript2.0?
Hi all,first posting on the forum....
I'm trying to create a form (that has checkboxes) using HTML.
This form is supposed to be scrollable because of the length.Also,its supposed to be on a mobile device,so I'm using FlashLite2.x and a Nokia 6680 emulator.
Now, I've selected the "Render as HTML" button in the property
section of my text area (which is called story) and used the ff. codes
in actionscript:
stop ();
// Scroll continuously up at frame rate of movie
function continuousScrollUp2() {
this.onEnterFrame = function() {
if (story.scroll > 0) {
story.scroll--;
}
}
}
// Scroll continuously down at frame rate of movie
function continuousScrollDown2() {
this.onEnterFrame = function() {
if (story.scroll < story.maxscroll) {
story.scroll++;
}
}
}
story.htmlText ="<font color="#0000FF"><b>The privacy policy of the different websites</b><br /><b>you may be visiting will vary concerning</b><br /><b>the use of your personal information.</b><br /><br /><b>Select preferred level of privacy</b><br /><form><input type="checkbox" value="Low"/>Low<br /><input type="checkbox" value="Medium"/ >Medium<br /><input type="checkbox" name="Level" value="High" />High</form><br /> <br /><b>Would you like pShopper to ask for your</b><br /><b>permission before receiving promotional</b><br /><b>adverts from websites?</b><br /><form><input type="checkbox" name="permission" value="Yes" />Yes<br /><input type="checkbox" name="permission" value="No" >No<br /><input type="checkbox" name="permission" value="Maybe" >Maybe</form><br /> <br /><b>Specify preferred time of the day to receive adverts</b><br /><form><input type="checkbox" name="time" value="Morning" >Morning<br /><input type="checkbox" name="time" value="Afternoon" >Afternoon<br /><input type="checkbox" name="time" value="Evening" >Evening<br /><input type="checkbox" name="time" value="Anytime" >Anytime</form><br /><br /><frame><b><i>PERSONAL INFORMATION(name,address,etc)</i></b><br /><p>Reject promotional adverts from websites that:</p><br /><form><input type="checkbox" name="reject1" value="Share my personal information with other websites without my full knowledge and consent" >Share my personal information with other websites<br /> without my full knowledge and consent<br /><br /><input type="checkbox" name="reject1" value="Do not allow me to unsubscribe from their mailing list" >Do not allow me to unsubscribe from their mailing list<br /><br /><input type="checkbox" name="reject1" value="Do not explicitly highlight their data-sharing practices" >Do not explicitly highlight their data-sharing practices<br /><br /><input type="checkbox" name="reject1"value="Do not allow me to find out what data they have about me">Do not allow me to find out what data they have about me</form><br /><br /><b><i>ENVIRONMENTAL INFORMATION</i></b><br /><p>Reject promotional adverts from websites that:</p><br /><form><input type="checkbox" name="reject2" value="Do not explicitly highlight their environmental/carbon practices" >Do not explicitly highlight their environmental/carbon practices<br /><br /><input type="checkbox" name="reject2" value="Do not market 'green' products" >Do not market 'green' products<br /><br /><input type="checkbox" name="reject2" value="Do not practice Fair Trade" >Do not practice Fair Trade<br /></form><br /><br /><b><i>LOCATION/GPS INFORMATION</i></b><br /><p>Reject promotional adverts from websites that track<br />my location and then use my GPS data:</p><br /><form><input type="checkbox" name="reject3" value="For illegitimate disclosure to individuals<br />and other companies/third parties" >For illegitimate disclosure to individuals<br />and other companies/third parties<br /><br /><input type="checkbox" name="reject3" value="To obtain other information from my personal device" >To obtain other information from my personal device<br /><br /><input type="checkbox" name="reject3" value="To analyze my pattern of movement" >To analyze my pattern of movement<br /><br /><input type="checkbox" name="reject3" value="Without allowing me to opt-out" >Without allowing me to opt-out<br /><br /><input type="checkbox" name="reject3" value="Without prior consent from me" >Without prior consent from me</form><br /><br /><b><i>PURCHASE INFORMATION</i></b><br /><p>Reject promotional adverts from websites that use information<br />about my purchases:</p><br /><form><input type="checkbox" name="reject4" value="To share with individuals<br />and other companies/third parties" >To share with individuals<br />and other companies/third parties<br /><br /> <input type="checkbox" name="reject4" value="To analyze my habits and determine what adverts I see" >To analyze my habits and determine what adverts I see</form></frame><br /><br /><button> SUBMIT </button></font>";
However, during runtime, only the first portion of the form is visible and
I dont see any checkboxes.Does anyone have any idea how to get around this??
Set Text Of Textfield In Actionscript2
I have a textfield in which I have to write data on load.I am passing value from embed tag which is working fine , but it does not change the value of text in textfield
Help With Scrolling Text In ActionScript2
Hi,
I am currently trying to set something up here with scrolling text (dynamic text.)
As of now I have text in a field and two graphical arrows (set as buttons) to push the text up or down. Each arrow has actionscript associated to it. For example, the up arrow contains the actionscript:
on (release) {
scrolltext.scroll -= 1;
}
Is it possible (through minimal actionscripting as I am really bad at it) to add script that would allow a user to either hold the mouse button down over an arrow (button) and have the text continue to scroll OR have the user move the mouse over the arrow (button) and have the text continously scroll? As of now, the user has to click the arrow everytime they want to scroll the text one line, and I would prefer another solution. Any help is GREATLY appreciated.
Thanks,
Jake
Making Actionscript2 Compatible
on (press, dragOver){
startDrag(_root.1mc);
}
on (release, rollOut, dragOut){
stopDrag();
}
on (press, release, dragOver, dragOut){
_root.x +=2;
_root.1mc.swapDepths(_root.x);
}
this doesnt seem to work in AS2. How would i fix it?
Changing Actionscript2 To Actionscript3
What do I need to change in this actionscript2 script to make it work for actionscript3?
Here is the first frames actionscript2 that need to be changed into actionscript3:
stop();
var myPassword:String = 'oman3d.com';
submit_btn.onRelease = function (){
if (password_txt.text == myPassword) {
gotoAndStop(3);
} else {
gotoAndStop(2);
}
}
And the last frames actionscript2 that needs to be changed into actionscript3:
again_btn.onRelease = function (){
gotoAndStop(1);
}
Thanks for all the help on this!
CS3/ActionScript2 - Buttons Controlling Movieclip
Hello, I am making an interactive cv, and i have a piano as the menu and when you click it, it runs an animation but i cant get it to change the movie clips frame in the main window. I have looked at how other ppl have done this but still cant find an answer. Any help would really help, thanks in advance
http://rapidshare.com/files/72855757/NEW_PIANO.zip
http://www.sendspace.com/file/mu62id
To Call A Movieclip From ActionScript2.0 To ActionScript3.0
Hi friends,
i try to call a one movieClip from ActionScript2.0 to ActionScript3.0.
that not accepted in ActionScript3.0 for the ActionScript2.0 instances.
how i perform the AS2.0 movieClip operation in the same AS3.0?
how it is possible to access?.Because AS2.0 MovieClip is very important one.
Please send me the repl as soon as possible...
thanks
Regards,
Karthick Raj.S
Can Anyone Suggest Me A Good Book For ActionScript2
Hi Friends,
I am very new to this field. I learn actionscript by myself and now i m working as a flash developer. But i m facing a lot of problem in OOP. can anyone suggest me a good book for ActionScript2. So, that i can clear my concept on OOP.
Thanks in Advance.
[Help] Users Name In Flash Movie (ActionScript2)
Hi,
I've been searching high and low for a tutorial for your Flash movie that will show you how to make the movie ask for the users name at the begining and then it'll disply the name later on in the movie.
Any help would be wonderful,thanks!!
Actionscript2-Input Text Issue
I'm working on a quiz and I have a variable containing the anwer to a question:
var answer="Constantine";
On screen there's an input text box which gets the user to enter their answer. The input text var is txt. I then compare txt with answer to see if they are the same:
if(_root.answer==_root.txt)
{
//do stuff here
}
Unfortunately it doesn't work because the txt var includes a load of html stuff as well as the word Constantine even if the user types it correctly. It's probably really basic stuff but what do I do to get round this?
[Help] Users Name In Flash Movie (ActionScript2)
Hi,
I've been searching high and low for a tutorial for your Flash movie that will show you how to make the movie ask for the users name at the begining and then it'll disply the name later on in the movie.
Any help would be wonderful,thanks!!
Actionscript2 - Import Class Camera, NetStream, Video.
Im deployng an application in actionscript2...
Im using Flash 8 from a preview installation of Flash MX and with import of
control class there are no problems (C:ProgramsMacromediaFlash 8enFirst
RunClassesmxcontrols)...
Classes NetStream.as, Camera.as e Video.as are on this location
(C:ProgramsMacromediaFlash 8enFirst RunClassesFP8).... How can i
import those????
I do this:
import FP8.*; or
import FP8.Camera;
import FP8.NetStream;
import FP8.Video;
NOTHING..... Its impossible to charge this classes.....
Maybe thos .as are olds??? or im doing something wrong with import path????
Thanks
Rob
Delay: Need Escapable Time Delay Actionscript2.0 Function (Flash8Pro)...
Hi,
I am brand new to Flash® 8 Professional. I have many year experiece as a Visual C++ programmer, but am having some troubles learning to code in Actionscript2.0...
I wish to have an Actionscript2.0 function that does the following:
Delay for x milliseconds, but if user clicks mouse in Flash document then delay is immediately over.
Can someone with experience give me some hints on how to code this in Actionscript2.0? I am using Flash® 8 Professional.
Thanks in advance!
P.S. - Working on a Flash® Tetris® game called "TetriCrisis100%™".
JeZ+Lee
Silent Hero Productions®
Adding Email Links And Web Links To My Flash Website
hey all im new to flash and cant work out how to add a email link to my flash website ... also i would like to know how to add a weblink to my site .... sorry if this a real newbie question but i cant seam to find the email link tool or url link tool in adobe flash pro cs3
please help
pic attatched bellow
Graphic Links Or Text Links On Your Index Page?
The search engines recommend text links obviously.
Is anyone here doing ok with Google using graphics links (graphic buttons etc) as opposed to plain clickable text links on their index page?
Just like to see some examples and see for myself the search engine results.
(While you are at it. Is Google listing you ok if you are using the flash detection kit.
I'm wondering if I should maybe just forget the FDK and have a clickable button to macromedia instead.)
cheers.
|