What this will do:
Test code in a div and see if it's >10 chars
Shorten the amount of Chars
add "..." to the end
finally,
It will show/hide another div
what this does not do:
Type: Posts; User: evan; Keyword(s):
What this will do:
Test code in a div and see if it's >10 chars
Shorten the amount of Chars
add "..." to the end
finally,
It will show/hide another div
what this does not do:
I have a number of nav buttons that link to slides that are movieclips -and they work fine. What I am having trouble doing is having it keep track of the buttons that were used as in
btn_1 btn_2...
I have been playing around with some scripts for accordion menus and while I can easilly set the horizontal properties for 100% -I need the vertical to do the same -especially for users with...
Thank you, I need to know hoe to write a conditional statement to derect what browser or device someone has so the right CSS will be applied -as with a mobile device.
I'm no wiz with getting my new code which I plan on doing over in css3 -but what if I am worried about browsers that are not compatible with it -how would I go about coding my css to revert to older...
OK, found it myself -for some reason I thought it was more complicated.
body
{
background-image:url('smiley.gif');
background-repeat:no-repeat;
background-attachment:fixed;
}
I would like to design a page that is in a container on top of a large background image or pattern.
I would like the background to NOT move while the main content is scrollable.
How is this...
this is what I was working on:
http://www.winerlawoffice.com
It's done now, but it got crazy for me after I had it all laid out with nice containers and then I had to add ALLOT more content -it...
For some time I have been designing my html/css with containers that allow a fixed amount of content -BUT as I have to update them or a client gives me ALLOT of new content I find myself having to...
I am creating training modules with a template that was made in as2, and with flash 8.
with cs3 I had no trouble saving as flash 8 and publishing files so they run using the scripts created.
I...
oops beeing a noob at this, I realized the hardest part is lerning HOW to do something vs knowing what the CAPABILITIES ARE
and then sometimes it's just a mistake like this:
<div...
I have this page :
http://www.evanloiterman.com/clients/winer&winer/
I keep having to do a number of changes to the navbar, adding links and changing them so I thought I would start using...
which part of it do you want help with?-there is alot going on there.
the background movie? the thumbnails, the preloading? the scroller? you will need to know how to do it by taking it in steps
...
I had the exact problem too;)
-almost two years ago when I was just learning as3
You are using frame based animation and adding the code to make it navigate and at different frames your buttons...
The short answer is you can't really do it with a compiled swf alone because as of yet I don't know of a way that Flash content can be found by search engines.
That being said there is a trick...
yeah that was an old post when I was just starting out Glad it could help But I have one further suggestion, The "numbered" functions were just changing the names otherwise the error would be a...
I'm proud of my first game, thank you everyone who started me on the road to coding and helping me with so many of my questions.
http://www.evanloiterman.com/games/jlawgame.html
Can anyone...
I cannot figure out what to do in order to fix this problem, It displays a few pixels lower in fox/safari and in ie it displays about 10 px higher -it keeps screwing up my layout.:mad:
here is...
I am trying to get this code to repeat itself
import ascb.util.NumberUtilities;
var random_generator:uint = NumberUtilities.random(0,3);
//the array:
var...
var placement:uint=100;
var bullet:MovieClip;
for(var i:Number = 0; i < 3; i++)
{//trace(placement);
bullet=new Bullet();
//bullet.x=placement;
bullet.x = placement +...
I am trying to place a three items in a row using a loop:
var placement:uint=100;
var bullet:MovieClip;
for(var i:Number = 0; i < 3; i++)
{trace(placement);
bullet=new Bullet();...
I would like to know about moving the .fla file's timeline from the document class
normally I would use:
gotoandstop("middle")
with a doc class I tried
...
This is the doc class that imports an instanceof a textbox from textboxes.as
package
{
//imports
import AS.textboxes
import flash.display.MovieClip;
import flash.display.Sprite;
smack me if you tried this already but:
Can you set the formatting of the text box where the xml will go to use an embedded font?
thanks again -this is a leap forward for a recovering timeline coder lol.