all groups > flash actionscript > july 2006 > threads for sunday july 30
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
Broadband Actionsript
Posted by immi immi at 7/30/2006 10:15:45 PM
Hi there,
I'm a flash novice and not good at coding. I was wondering if someone could
give me some code that would allow me to send the site visitor to another page
if they didn't have a broadband connection of 256K or above.
Thanks
... more >>
myData.load
Posted by jeeepU at 7/30/2006 8:19:30 PM
I have a .swf file on Server 1 that needs to load a form from Server 2. The
attached code works when its on the same server, but why not to a different
server? Is there a way to make this work? Thanks
myData = new LoadVars();
myData.onLoad = function(){
placeTheDataIntoTheRightPlace();
... more >>
actionscript for Draggable Objects
Posted by flashingnotallowed at 7/30/2006 7:04:52 PM
Hi Everyone,
I have a good understanding of Flash (8pro) but only basic knowledge of
actionscripting.
I am wokring on a project where I'd like to drag certain items from a
'library' on the left hand side of the project onto the main stage.
These objects would act like layers where they b... more >>
Flash Button or Actionscript
Posted by Freek75 at 7/30/2006 5:05:15 PM
I am trying to create a similar text box area as per the site
http://www.dieselmarketing.com/main.htm
In that when someone rolls the mouse over an area down the side it expands out
to reveal the necessary text. However when they move off of the area I have set
as Hit under Flash's standard b... more >>
proplem with LocalConnection() timing
Posted by Txar?n at 7/30/2006 4:57:58 PM
Hi there,
I am doing and hybrid site, i have 2 movie in an htm page, one is the
navigation and other will have images , i have use LocalConnection()
to let the other movie tell the navigation to go to a certain frame to mark
the page is located.
Sometimes it works and sometimes it doesn't... more >>
Write on text effect help please?!
Posted by maffpunton at 7/30/2006 3:54:07 PM
Hi!
I'm doing my own version of a write-on text effect from a tutorial I found.
I am having flash "type" out ten lines of text (all formatted differently) so
have had to split the text up into different dynamic text fields and give them
different instance names (text1, text2... text10)
... more >>
Embedding SWF in a text field
Posted by charmcityMD at 7/30/2006 2:30:45 PM
Hi, New user to Flash here with a problem embedding .SWF files. I have already
existing SWF files that I have called historically from HTML using <object> to
embed the object and <param name= value=> also to pass it information. The SWF
movie I need to embed basically builds a graph and take... more >>
Quick Question
Posted by gregmax17 at 7/30/2006 2:13:59 PM
Just want to know if there is a way to call a function(s), or _global
function(s), from another scene. This was all or most of my code is one scene
of the .swf file instead throughout .swf. Is there a way? What is the sytax?
Thanks
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Making gotoAndPlay Global?
Posted by blockmir at 7/30/2006 11:59:08 AM
Hi,
I'm working on a simulator that has the main timeline filled with different
screens to goto. I'm working with some popup menus that I want to contain in a
movie clip. When something form the popup menu is selected, I would like it to
goto a location on the main timeline. Does anyone have... more >>
Image Galleries
Posted by Phil Karslake at 7/30/2006 4:23:16 AM
Just got a mental blank. I am creating a flash cd that will contain an image
gallery. Once a person has selected the image file I want them to be able to
download that file to their computer. The final SWF and images will be
contained within the same folder.
Any suggestions?????????????
... more >>
passing parameters not working...(Re: detecting mouse over text field..
Posted by julieta at 7/30/2006 4:13:05 AM
Hi!
I was not sure if I should open another topic for this, but since I had
already marked the other one as answered... I have a little problem... I tried
to make the function startTextLoop accept a parameter (because i want to do the
same process with some other texts on the screen, and I w... more >>
Loading results of answers
Posted by javichampagne at 7/30/2006 3:03:13 AM
Hello pal!
Maybe you can help me with this issue:
I have a lot of different questions for a test made in Flash 8, each one in a
separate swf file. After going through all the test I need one file to display
the results of my choices, showing the percent of good answers that I've had.
... more >>
GIF and loadMovie()
Posted by BernardoLira at 7/30/2006 1:54:55 AM
Hi all.
I'm a rookie using Flash, and I need to loadMovie a GIF file.
When using loadMovie() with JPG file it works fine, but when file is GIF it
doesn't load. I cannot change the file format but need to dynamically load
those files.
Any hints will be very appreciated.
Thanks in ad... more >>
|