Flash Help
MORE TOPS- Forums
- Flash Help
- Flash Help
-
Peter
- Anytime you have Flash related problems, don't hesitate to ask for help from you fellow flashers. "What goes around comes around", so help and get help whenever you need it. Posted on Aug 18, 2008 | Reply | Reply with Quote | Send PM | Report
-
VKeyser
-
Do I have to have a flash authoring software to use the handwriting animation tool? I probably should have asked BEFORE I bought it!
Is there any other way to use it? I can't open an .FLA file.
Thanks for any help,
Victoria Posted on Oct 12, 2008 | Reply | Reply with Quote | Send PM | Report
-
hades
- Maybe you have the wrong version of Flash. Posted on Oct 13, 2008 | Reply | Reply with Quote | Send PM | Report
-
tylerk
-
I am having a huge flash problem. I would like to run swf's instead of jpg's on an xml flash slideshow, when I update the xml file and play the slideshow back, the swf have already played by the time the slide gets there. Is there a way to fix this problem and have the swf animation start once the slide gets there? Like an actionscript I can add to the slideshows, etc? I need this for a client and can't figure it out.
Thanks in advance and if you need any flash help:
tyler_kraupp@yahoo.com Posted on Jan 7, 2009 | Reply | Reply with Quote | Send PM | Report
-
jonnyc
-
Hi
I want a flash animation of an Xbox achievement to use as an incoming test message alert for my mobile phone.
I found this site that lets you create an achievement but after spending hours trying to figure out how to download it I am now stuck.
The site is
http://www.justachieveit.com/
I want the text alert to say " 10G - Received a text message"
I can embed the animation on another forum by copying the code underneath the achievement but it stays as code when I try and embed it here
<embed swliveconnect="true" allowscriptaccess="samedomain" width="424" height="76" src="http://www.justachieveit.com/justachieveit2.swf?d=Received+a+text+message&gs=10&s=y" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
Please any help would be greatly appreciated.
I want the clip to be in MP4 format eventually to put on my mobile
TIA Posted on Jan 14, 2009 | Reply | Reply with Quote | Send PM | Report
-
asbleo1981
-
Dear Following is the code for Scrol Text Pane but when the scroll text height is greater than 1700 pixel it does not show the text after 1700 pixel inside it.
function dragging()
{
delete mcScroll.onEnterFrame;
mcScroll.onEnterFrame = function ()
{
procentDragger = Math.round(mcDragger._y / draggerStep);
positionScroll = -Math.floor(deltaScroll * procentDragger / 100);
mcScroll._y = mcScroll._y + (positionScroll - mcScroll._y) / speed;
if (Math.abs(positionScroll - mcScroll._y) < 1)
{
mcScroll._y = positionScroll;
} // end if
};
} // End of the function
function noDragging()
{
if (positionScroll < scrollEndY)
{
positionScroll = scrollEndY;
} // end if
if (positionScroll > scrollStartY)
{
positionScroll = scrollStartY;
} // end if
delete mcScroll.onEnterFrame;
mcScroll.onEnterFrame = function ()
{
procentScroll = Math.round(mcScroll._y / scrollStep);
positionDragger = -Math.floor(draggingHeigth * procentScroll / 100);
mcDragger._y = mcDragger._y + (positionDragger - mcDragger._y) / speed;
mcScroll._y = mcScroll._y + (positionScroll - mcScroll._y) / speed;
if (Math.abs(positionScroll - mcScroll._y) < 1)
{
mcScroll._y = ositionScroll;
delete this.onEnterFrame;
} // end if
};
} // End of the function
mcScroll.setMask(maskScroll);
var dragX = mcDragger._x;
var topY = mcDragger._y;
var positionDragger = topY;
var draggingHeigth = mcBgrDragger._height - mcDragger._height + 7;
var bottomY = mcBgrDragger._y + draggingHeigth;
var scrollStartY = mcScroll._y;
var positionScroll = mcScroll._y;
var scrollEndY = scrollStartY - mcScroll._height + mcBgrDragger._height;
var deltaScroll = scrollStartY - scrollEndY;
var scrollStep = deltaScroll / 100;
var draggerStep = draggingHeigth / 100;
var speed = 6;
var deltaMouseWheel = 8;
var deltaBtn = 20;
mcDragger.onPress = function ()
{
this.startDrag(false, dragX, topY, dragX, bottomY);
dragging();
};
mcDragger.onRelease = mcDragger.onReleaseOutside = function ()
{
this.stopDrag();
};
wheelMover = new Object();
wheelMover.onMouseWheel = function (mover)
{
if (maskScroll.hitTest(_root._xmouse, _root._ymouse, false))
{
positionScroll = positionScroll + mover * deltaMouseWheel;
noDragging();
} // end if
};
Mouse.addListener(wheelMover);
btnBottom.onPress = function ()
{
onEnterFrame = function ()
{
positionScroll = positionScroll - deltaBtn;
noDragging();
};
};
btnBottom.onRelease = btnBottom.onReleaseOutside = function ()
{
delete onEnterFrame;
};
btnTop.onPress = function ()
{
onEnterFrame = function ()
{
positionScroll = positionScroll + deltaBtn;
noDragging();
};
};
btnTop.onRelease = btnTop.onReleaseOutside = function ()
{
delete onEnterFrame;
}; Posted on Jul 9, 2009 | Reply | Reply with Quote | Send PM | Report
Newest Forum Posts
- New Idea in Web Hosting... last by patrickjansendesign , on Mar 8, 2010
- Low cost web hosting companies list and reviews last by lowcostwebhosting , on Feb 25, 2010
- Non Flash Talk last by flashreseller , on Feb 17, 2010
- Internet Explorer 8 - beta 2 last by jezzicaz789 , on Feb 15, 2010
- Flash Text Warp Tool last by jezzicaz789 , on Feb 15, 2010
- Site Suggestions last by equipo3 , on Nov 7, 2009
- Flash XML Caching Solution last by flashreseller , on Aug 19, 2009
- wormhole last by sportswidgets , on Aug 9, 2009
- Newbie help last by sportswidgets , on Aug 9, 2009
- Flash Help last by asbleo1981 , on Jul 9, 2009
- Search Engine improvement last by gnguven , on Jun 4, 2009
- Unanswered questions last by realbytes , on May 14, 2009
- text with accents, horizontal scroll last by diosanilo , on Apr 19, 2009
- Deposits last by szilaghi , on Apr 10, 2009
- Horizontal scroller last by jpcs , on Feb 25, 2009
- Need flash APP urgently last by fzer08 , on Feb 23, 2009
- Files Support last by alex , on Jan 27, 2009
- what's wrong with my files last by alex , on Jan 27, 2009
- 2 Levels Accordion Menu last by OXYLUS , on Jan 15, 2009
- Need Startup Help last by alex , on Jan 12, 2009
- NEED SCROLL BAR MENU TODAY last by alex , on Jan 8, 2009
- info on video p;reloader/player last by szilaghi , on Dec 18, 2008
- play video based on radio button selection last by hdmyg8586 , on Dec 8, 2008
- Freelance Flash Programmer last by alex , on Nov 17, 2008
- Web Designer last by alex , on Nov 17, 2008
- Flash Player 10 Available for Download last by alex , on Nov 17, 2008
- Stock Flash Wishlist last by sarumitai , on Oct 22, 2008
- Adobe Unveils Creative Suite 4 Web Premium last by alex , on Sep 29, 2008
- Adobe introduces Photoshop CS4 Extended last by alex , on Sep 29, 2008
- Internet 60 times faster - new gear last by johny , on Sep 28, 2008

You need to be logged in in order to post a reply. Please click here to go login and be redirected to the post form.