all groups > flash actionscript > july 2007 > threads for sunday july 8
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Converting this to actionscript 3.0
Posted by NoRefund17 at 7/8/2007 9:52:12 PM
Myspace does a thing where in order to imbed video's on your page you need to
type in this code
<object enableJSURL="false" enableHREF="false" saveEmbedTags="true"
allowScriptAccess="never" allownetworking="internal"
type="application/x-shockwave-flash" allowScriptAccess="never"
allownet... more >>
bitmap and addChild
Posted by eRez at 7/8/2007 5:43:29 PM
i'm trying to add bitmap data to the stage, and while tesing i tried this
code:
(i'v placed on the stage a movie-clip named 'con')
<
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.MovieClip;
var mc:MovieClip = new MovieClip();
var mc2:MovieClip = new Mo... more >>
Creating a keyboard, need help with audio.
Posted by ApatheticAnonymous at 7/8/2007 4:57:44 PM
I have created a musical keyboard for an audio design project, but I'm not sure
how to implement the actual audio. The purpose of the file is when the user
clicks on one of the keys, it is depressed and released quickly and the note
plays, along with the notes both an octave above and below it... more >>
Help with a simple pause-code function
Posted by sr817 at 7/8/2007 4:57:07 PM
For a week I've been trying to figure out a simple pause-code function fror AS
3.0. I need something that pauses AS code for set amounts of time. People
have tried to help me on this forum, but I've still not been able to make the
code work.
Here is what I have at the moment for pause-co... more >>
Developing a video gallery using AS3
Posted by mambo_06 at 7/8/2007 4:28:18 PM
Hi,
I'm developing a video gallery using ActionScript 3. Although I'm new to the
language, I decided to head straight for 3.0 because of its flexible video
package.
Currently, I have the basics in place. When a video thumb is dragged onto the
playing area, the video plays. However, the... more >>
LoadVars confusion
Posted by DerekM07 at 7/8/2007 1:08:13 PM
I'm attempting to call data from a text file with loadVars line-by-line into an
array and then display it in tabs to give it the appearance of a borderless
table in my textbox. I'm not sure if this is the most efficient way of doing
this or if it's even possible but I've been at it far too lon... more >>
Error Page in Flash for Full Flash Sites
Posted by samuels2921 at 7/8/2007 4:14:37 AM
Hello I have built my full site in Flash but one thing that I notice is that if
I make a mistake and forget to upload one of the swf files the site just hang
until I upload the file. So I decided to draw up a File not Found Page in flash
too. How would I write the Actionscript for this.
... more >>
My movie clip automatically remove itself
Posted by fongym at 7/8/2007 3:59:19 AM
Hi,
I am a newbie in Flash MX and facing a very irritating problem. Hope someone
can help me to deal with it.
I have 3 movie clips named A, B, C. Each movie clip can duplicate itself using
the following code:
on (release) {
duplicateMovieClip("/A", A + i, i);
i = i + 1... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Link Tracker
Posted by J.Rocker at 7/8/2007 3:47:28 AM
I'm new to actionscript and flash and i was wondering what command i would use
to put an identifyer up when a person clicks on a button that i can use (and
take off) later to decide where to send that user.
example:
a button that sends the user to a certain frame and then after those frame... more >>
Counting lines or carriage returns of input text
Posted by Denise Hambrick at 7/8/2007 3:12:37 AM
Hi,
I'm trying to make a printout of input text and need to be able to analyze the
no of lines so I can know when to go to a new page.
I know how to count the length of the string, but if the user puts carriage
returns in, then I need to count a new line.
Is there a way to find and count... more >>
help with a syntax error
Posted by treybraid1968 at 7/8/2007 1:36:37 AM
i am scripting my movie to link up with an access database... ive googled and
found a website- 15 seconds and ive downloaded the demo file to adapt to my
movie... ive got the asp page done and now ive inserted the scripting within my
movie... and im getting this syntax error... please help..i ... more >>
detecting th URL of the swf file using actionscript?
Posted by webMOTU at 7/8/2007 1:22:09 AM
I need to click on a button and have it detect the URL of the page that
contains the .swf file. Is that possible?
If so can I create a varible that allows me to pass it back into a dynamic
text field?
please , please help...someone..
... more >>
this will be an easy one for ya
Posted by Steven Haddock at 7/8/2007 12:00:00 AM
Please could you tell me what would be the AS to make my button. When clicked
show text in another frame. I've been on various tutorials. Playing with flash
CS for two days now & feel dead thick.
Thanks in advance.
... more >>
targeting SWF via JS with Active Content update
Posted by eric the fish at 7/8/2007 12:00:00 AM
Hi all, I've tried the DW8 forum without success, can anyone here help please?
I have to upgrade an old site which uses Javascript to control Flash content.
If I allow Dreamweaver 8 to implement the Active Content code fix for the IE
interactivity workaround , the external javascript control... more >>
lines
Posted by lynx731 at 7/8/2007 12:00:00 AM
hi i was wondering if this can be done in flash i have a line lets say 10 cms
long and the user inputs a number like 5 cm the result is that 5cm of the line
will be highlighted in a differnet color i tried this using mask but it didnt
work to good with curved segments
... more >>
|