all groups > flash (macromedia) > december 2003 > threads for sunday december 14
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
HTML-Field: Spaces get lost
Posted by Frank Thorstens at 12/14/2003 9:56:16 PM
Hi,
Is there any solution known to the problem that in html textfields spaces
between html tags get lost?
<i>Hello</i> <b>World</b>
results in: HelloWorld.
I generate the texts automically so i cannot easily insert   oder not.
if a would insert nsbp after every tag then sometimes ... more >>
getURL for new window
Posted by graphix7 at 12/14/2003 9:16:05 PM
i have scripted a getURL action, but i was wondering if there is a way to control the
size of the window that it opens. I want the second window opened to be
the size of the document inside it. is this possible & how ?
thanks.
... more >>
Flash Movie then Jump
Posted by anolte at 12/14/2003 9:09:22 PM
OK, I have a flash movie that I want to run and when done, jump to my web site. How do I do that in Dreamweaver 4.0? Does the Flash file need to be the index.htm file? I know these may sound like simple questions, but help me out, I am new to this.
email me at anolte@midsouth.rr.com
... more >>
CD problem, help pleaase !
Posted by Dzakic Zeljko at 12/14/2003 8:34:56 PM
Hi there,
I am in big trouble and I need a emergency help from you guys.
I am finishing one flash cd presentation with some audio and video contents.
Everything I make so far is running just fine form hard drive. But when I
burned that at CD and start that presentation from cd there is a big ... more >>
Flash 5 - Objects Move With New Keyframe
Posted by Pixi at 12/14/2003 8:18:36 PM
Flash 5 - Objects Move With New Keyframe
I've been using Flash a little more than usual recently. I'm also running Flash in Classic from Panther. I noticed a strange little bug where my objects move just a little after adding a new keyframe and adjusting opacity of one. I keep fixing them over an... more >>
Problem viewing flash movies in IE 6!help
Posted by oth at 12/14/2003 7:23:43 PM
Hi guys,
i used to integrate movies in html file and view it in IE 5 .all was fine! i replaced IE5 with IE 6 now i can't view the movies! i can't see where is the problem!! any ideas would be very welcomed!
thanks indeed!
othman
... more >>
Tweening gradients ?
Posted by ThePainter242 at 12/14/2003 6:57:28 PM
Basically I want to make a bouncing ball coloured in a radial gradient that changes colour but still remaining as a gradient .
I can make a solid colour change and a size change but I cant find out how to make a gradient change colour during a tween ?
Any ideas anyone ?
... more >>
Loading Content Popup
Posted by Flesh at 12/14/2003 6:15:58 PM
Hi All
I have the new Flash Player & have uninstalled the older ones. I am using MSIE V 6.0.2800 as my browser.
Every time a page with any Flash content starts to load a popup stating "PRESS OK TO CONTINUE LOADING THE CONTENT OF THIS PAGE" pops up. Most annoying! How do i switch it off? Is it a Fl... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Newbie needs help-Pleeeeeease
Posted by Slapfish at 12/14/2003 5:38:35 PM
Pitiful enough?
Ok here's the deal. I'm trying to do something pretty simple and not getting very far. I'm having a couple of problems.
First of all I want text to scroll onto the screen and then stop. I got the text to do what I want (reletively simple) but I can't get it to stop. I've enter... more >>
Effects help - PLEASE!!
Posted by btn at 12/14/2003 4:33:39 PM
HI!.
Have seen the posting below with the answer.
This is just what I`m looking for, but I need some more basic help with the answer.
Can anyone explain the making of this in more detail for me (I`m a neewbie to flash).
Thanx in advance.....!!
HERE IS THE EARLIER TOPIC;
How to make the... more >>
help required with embed color
Posted by Stubob100 at 12/14/2003 4:04:59 PM
I have a swf movie embedded and centered on a html page.
The various scenes within my movie each have a different background color.
Is there an easy way of changing the background color of my html page from within the movie?
(This would enable the page color to always match the movie).
I... more >>
gridlines as background ?
Posted by fozieguy at 12/14/2003 12:15:40 PM
Hi
Anyone has any idea as how can I achieve this in flash.
I had a design environement where user click a button to add multiple textfields.
Upon clicking another button, gridlines will be make visible and invisible when needed ?
How should I over the problem that gridlines will be shown w... more >>
Why Macromedia Flash Sucks
Posted by Altema at 12/14/2003 11:28:36 AM
Macromedia Flash really phucking sucks because it is not compatible with Windows ME
and only stupid dumbphuckers like the macromedia f@gs would do something like this.
So macromedia, you can suck my big phucking c0ck you bunch of d|ck eating que3rs!
Sincerely,
GO PHUCK YOURSELVES
... more >>
Flash Not Supported by Windows ME
Posted by Altema at 12/14/2003 11:12:29 AM
What kind of stupid f.u.c.k.e.r.s are you? Make a f.u.c.k.i.n.g product that is supported by
Windows ME you stupid c0cksucking b|tches!!! Go phuck yourselves you stupid sh|theds
YOU GOD D@MN PHUCKING A$$HOLES!!!!!!! YOU PHUCKING SUCK D|CK!!!!
Sincerely,
go phuck yourselves
... more >>
Begginer in gamez on flash help plz!!
Posted by Jono2k3 at 12/14/2003 10:18:08 AM
Help please i have just got flash mx and it didnt come with an instruction book and i havent got the slightest what to do lol i want to make a game so if u could please tell me a tutor site for not that much money or free it would be most grateful or if you could please send info to coolio_dude_2k3@... more >>
Done but with errors on page
Posted by Doany at 12/14/2003 7:57:01 AM
When ever I try to access the website http://www.thinkthc.com, I get the message "Done but with errors on page". As the result, the page just come up blank. I have try to un-install and then re-installing the flash player with the stand alone version for internet explorer and it still have the sa... more >>
Need help with hittest
Posted by Blazedelf at 12/14/2003 7:42:13 AM
I have a character moving with the following:
Code:
----------
onClipEvent(load){
s = 5;
b = this.getBounds(this);
function move(x,y){
if(!_root.hit.hitTest(_x+x+b.xmin+1,_y+y+b.ymin+1,true)){
if(!_root.hit.hitTest(_x+x+b.xmax-1,_y+y+b.ymin+1,true)){
... more >>
|