Goto Page: 1, 2
Actual Results
- torbjorn
- Forum: Flash and ActionScript Forum
- Topic: typography and dynamic htmlText text formatting
- Subject: typography and dynamic htmlText text formatting
- Replies: 1
- Views: 843
Posted: March 9th, 2005, 3:44 pm
Hey-- I am trying to use special characters in a dynamic text block. I have a dynamic text block on the main stage called "myText". I have actionscript that says: myText.htmlText= "& : — *"; this returns an ampersand, a colon, space, and a star. I am trying to print an em dash (a l...
- torbjorn
- Forum: Flash and ActionScript Forum
- Topic: Targeting all MC's in an array except orig?
- Subject: Targeting all MC's in an array except orig?
- Replies: 3
- Views: 1079
Posted: June 5th, 2004, 11:07 am
Thanks a lot. I got it to work. Check it out if you like
http://www.neverbeat.com/flash/
Click on 'animation' then 'neverbug', then check and uncheck 'footprints'.
Thanks,
t
http://www.neverbeat.com/flash/
Click on 'animation' then 'neverbug', then check and uncheck 'footprints'.
Thanks,
t
- torbjorn
- Forum: Flash and ActionScript Forum
- Topic: Targeting all MC's in an array except orig?
- Subject: Targeting all MC's in an array except orig?
- Replies: 3
- Views: 1079
Posted: June 4th, 2004, 2:18 pm
Hi, I have a movieclip called 'footprints' that is duplicated using duplicateMvieClip, and placed on the stage, over and over again. The clips are named ' '"footprints"+i' I would like to add a feature where you can delete the prints and start again, but without deleting the original clip. How do I ...
- torbjorn
- Forum: Flash and ActionScript Forum
- Topic: Detect Flash with Javascript redirect
- Subject: Detect Flash with Javascript redirect
- Replies: 2
- Views: 5525
Posted: May 8th, 2004, 3:01 pm
Hi,
I am building a Flash intro for a client, and I want to have it to detect whether or not the viewer has Flash 5+, but instead of an image or a link, can there be a redirect? I want a redirect to the home page if the correct plugin is not available.
t
I am building a Flash intro for a client, and I want to have it to detect whether or not the viewer has Flash 5+, but instead of an image or a link, can there be a redirect? I want a redirect to the home page if the correct plugin is not available.
t
- torbjorn
- Forum: Flash and ActionScript Forum
- Topic: textFieldObject Focus???
- Subject: textFieldObject Focus???
- Replies: 5
- Views: 1745
- Subject: textFieldObject Focus???
Posted: May 3rd, 2004, 7:51 am
Thanks Joebert, Almost there. The cursor now appears to blink in the correct box upon load, but ONLY if: I click the swf anywhere with the mouse while it is loading in the browser; I hit the tab key while it is loading in the browser; or test movie within flash only. The browser seems to take the fo...
- torbjorn
- Forum: Flash and ActionScript Forum
- Topic: textFieldObject Focus???
- Subject: textFieldObject Focus???
- Replies: 5
- Views: 1745
- Subject: textFieldObject Focus???
Posted: May 1st, 2004, 10:39 pm
I am trying to get a certain text field to have a flashing cursor when page is loaded or refreshed. Like Google, when you first get there, the input box is blinking.
It's simple I've seen it before, but I can't remember and I have no idea how to look for it.
Anybody know??
t
It's simple I've seen it before, but I can't remember and I have no idea how to look for it.
Anybody know??
t
- torbjorn
- Forum: Flash and ActionScript Forum
- Topic: Random image generator works great..!
- Subject: Random image generator works great..!
- Replies: 12
- Views: 13482
Posted: April 9th, 2004, 2:50 pm
Just figured out how to make an image (within Flash) come up different each time you click refresh on the browser... Example at: http://www.neverbeat.com/flash On the first frame after the preloader: [code] num = (Math.random())*10; //generates a random nuber between 0 and 1 and ...
- torbjorn
- Forum: Website Reviews
- Topic: SITE REVIEW: Minimalist Optimized Flash Site
- Subject: SITE REVIEW: Minimalist Optimized Flash Site
- Replies: 17
- Views: 3356
Posted: April 6th, 2004, 9:55 am
Hey,
Just released my new Flash Site for my portfolio. I created it on an old 300Mhz Laptop, in order to mak sure it runs well on an old system. It's real simple everthing loads quickly and I optimized it pretty well.
Would love some visitotors...
http://www.neverbeat.com
t
Just released my new Flash Site for my portfolio. I created it on an old 300Mhz Laptop, in order to mak sure it runs well on an old system. It's real simple everthing loads quickly and I optimized it pretty well.
Would love some visitotors...
http://www.neverbeat.com
t
- torbjorn
- Forum: Suggestions / Comments
- Topic: Tables not working too well
- Subject: Tables not working too well
- Replies: 1
- Views: 1246
- Subject: Tables not working too well
Posted: February 7th, 2004, 5:33 pm
The table tags that hold ozzu together seem to be a little skewed. On any page the initial comment is in the right place, then the first comment is way over on the right, barely visible, then the next comment is back where it shoud be on the left. Align = right in the wrong place? Actually it looks ...
- torbjorn
- Forum: Flash and ActionScript Forum
- Topic: Preloader not working with Library/Linkage..?
- Subject: Preloader not working with Library/Linkage..?
- Replies: 3
- Views: 4655
Posted: February 7th, 2004, 5:29 pm
Thanks Lostinbeta, It is a strange workaround but it helped significantly. Your suggestion caused the preloader to appear and kick in at around 24% loaded, (Better than 75%!!) I had actually tried unchecking the "load in first frame" box, but it had caused problems, as things would not load in time,...
- torbjorn
- Forum: General Discussion
- Topic: Free Mp3's not working?
- Subject: Free Mp3's not working?
- Replies: 4
- Views: 1397
- Subject: Free Mp3's not working?
Posted: February 7th, 2004, 4:51 pm
Hi, I have free downloadable mp3's of my own music, at my portfolio website http://www.neverbeat.com Problem: The mp3's aren't downloading right. I can watch their progress in the status bar of my browser, but when they are finished downloading, they don't force a player to play them, and they don't...
- torbjorn
- Forum: Flash and ActionScript Forum
- Topic: trouble with pop up
- Subject: trouble with pop up
- Replies: 17
- Views: 3071
- Subject: trouble with pop up
Posted: February 5th, 2004, 10:44 pm
Use Javascript: Stick this inside the head tag:(between <head> and </head> <SCRIPT LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT"> function newWindow() {yournewWindow = window.open("your_popup.html", "popup", "width=200,height=120, scrollbar=no, resize=no") } </SCRIPT> Act...
- torbjorn
- Forum: Flash and ActionScript Forum
- Topic: Importing images & text into flash
- Subject: Importing images & text into flash
- Replies: 7
- Views: 18186
- Subject: Importing images & text into flash
Posted: February 5th, 2004, 10:32 pm
It's real easy to import images into Flash by using the actionscript "loadMovie"
ex
loadMovieNum("http://www.website.com/image.jpg", 0);
or
loadMovie("http://www.website.com/image.jpg", target);
Try that.
t
ex
loadMovieNum("http://www.website.com/image.jpg", 0);
or
loadMovie("http://www.website.com/image.jpg", target);
Try that.
t
- torbjorn
- Forum: Flash and ActionScript Forum
- Topic: Preloader not working with Library/Linkage..?
- Subject: Preloader not working with Library/Linkage..?
- Replies: 3
- Views: 4655
Posted: February 5th, 2004, 10:16 pm
Greetings Flash-heads, I am using a preloader that has worked well in the past, on small file sizes and flash sites that have a long animated entry, where things appear over a long period of time. My latest site has everything appearing on frame three, no animated entry. But for this new site I have...
- torbjorn
- Forum: Website Reviews
- Topic: SITE REVIEW: JECEY
- Subject: SITE REVIEW: JECEY
- Replies: 18
- Views: 2399
- Subject: SITE REVIEW: JECEY
Posted: January 6th, 2004, 9:59 pm
Hey,
Nice transitions. Flash can be cumbersome whentoo much is going on, and your's runs very well on DSL. Very slick. Can you have the music fade out after a few repeats and a new track start? I find busy music will turn me away from a site after a while.
t
Nice transitions. Flash can be cumbersome whentoo much is going on, and your's runs very well on DSL. Very slick. Can you have the music fade out after a few repeats and a new track start? I find busy music will turn me away from a site after a while.
t
