Search Results

Showing results 1 to 28 of 28
Search took 0.01 seconds.
Search: Posts Made By: JasonHippy ; Forum: Graphics and Multimedia and child forums
Forum: Graphics and Multimedia 14 Days Ago
Replies: 3
Solved: Flash Tweening
Views: 343
Posted By JasonHippy
I think that learning about tweening is a great idea, you should do it! heh heh!

When used properly tweening can make your animations look a lot more natural, realistic and life-like.

There...
Forum: Graphics and Multimedia 26 Days Ago
Replies: 6
Solved: Flash Intros
Views: 870
Posted By JasonHippy
heh heh, aside from that and actually staying on topic..heh heh!

I've never used after effects, so I couldn't comment on its functionality, but it's certainly possible to do an intro like that in...
Forum: Graphics and Multimedia Oct 7th, 2009
Replies: 14
Views: 2,251
Posted By JasonHippy
OK, well the only thing I can think of is perhaps you aren't using one of the debug flash players...Only the content debugger versions of flashplayer will allow you to see trace actions.
The...
Forum: Graphics and Multimedia Oct 7th, 2009
Replies: 14
Views: 2,251
Posted By JasonHippy
Yup you got it Raja, that's how you set up the path to the SDK and the path to the external flash player!

I've got my Flashdevelop set up to use the flashplayer10 debug executable!
Note: in the...
Forum: Graphics and Multimedia Oct 6th, 2009
Replies: 14
Views: 2,251
Posted By JasonHippy
Sorry I'm late to the conversation...Not been about today!

I'm on my linux box again, so I haven't got a copy of Flashdevelop open in front of me...But if memory serves, there is trace...
Forum: Graphics and Multimedia Oct 5th, 2009
Replies: 14
Views: 2,251
Posted By JasonHippy
OK.
At the moment, Flashdevelop is only available for windows. (I believe there are mac and *nix ports in the pipeline...Not sure how well it runs on wine.). So Windows XP or Vista is the main...
Forum: Graphics and Multimedia Aug 8th, 2009
Replies: 4
Views: 2,290
Posted By JasonHippy
.ttf files are basically just fonts.

In order to be able to use them, what you need to do is install the font on your system and then you should be able to use the font in any application that...
Forum: Graphics and Multimedia Aug 3rd, 2009
Replies: 4
Views: 489
Posted By JasonHippy
I concur with Raja!

If you open up the movie clip containing the images and the scroll bar (the instance of library object "scroll 3" called "ins_revistas").
Take a look at the movie-clips...
Forum: Graphics and Multimedia Jul 28th, 2009
Replies: 8
Solved: flash + linux
Views: 551
Posted By JasonHippy
Going slightly off-topic from the OP:
The timeline can be handy for quick and dirty stuff, but personally I prefer not to use it as far as possible. Especially since the advent of AS3/Flex!

If I...
Forum: Graphics and Multimedia Jul 28th, 2009
Replies: 8
Solved: flash + linux
Views: 551
Posted By JasonHippy
I'm not aware of any linux software that deals with flash, certainly nothing that will open .fla's. There are some attempts to make a linux port of Flashdevelop (a free Windows/.NET based IDE for the...
Forum: Graphics and Multimedia Jul 22nd, 2009
Replies: 2
Views: 452
Posted By JasonHippy
This one was pretty straightforward...

Take a look at divisions.xml

If you look at the entry for "Eyesite" you can see that the "[CDATA[" tag at the start of the line hasn't been closed...
Forum: Graphics and Multimedia Jul 13th, 2009
Replies: 6
Views: 1,158
Posted By JasonHippy
That's really odd!

What class/classes are your buttons derived from?

It sounds as if addEventListener is not a valid property of your button class...I'm not sure what's going on there!
Forum: Graphics and Multimedia Jul 13th, 2009
Replies: 2
Views: 861
Posted By JasonHippy
In answer to this question:
Take a look at the actionscript on the scroll bar instance at frame 30 on layer 52..
The actionscript says:

onClipEvent (construct)
{
_targetInstanceName =...
Forum: Graphics and Multimedia Jul 13th, 2009
Replies: 6
Views: 1,158
Posted By JasonHippy
Believe it or not, I think it's your gotoAndStop() calls in your click handlers that are causing the error.

If memory serves correctly, when you use addEventListener to attach an event handler...
Forum: Graphics and Multimedia Jun 23rd, 2009
Replies: 3
Views: 708
Posted By JasonHippy
I'm not sure what's causing the problem, but it also occurs in IE7!

I usually use firefox, but I took a peek at the site in IE7 (nice site BTW!) and had exactly the same problem you described in...
Forum: Graphics and Multimedia Jun 12th, 2009
Replies: 10
Views: 1,491
Posted By JasonHippy
Sorry dude, I haven't had a chance to puzzle over this properly yet!

My initial thoughts are that you'll probably have to restructure your code a little. All of the code for loading your text file...
Forum: Graphics and Multimedia Jun 9th, 2009
Replies: 10
Views: 1,491
Posted By JasonHippy
Ok, I think I see the problem. It's not related to publish settings or erroneous code, its a security issue...

I downloaded your code to my desktop and unzipped it to a directory called ide. I...
Forum: Graphics and Multimedia Jun 8th, 2009
Replies: 10
Views: 1,491
Posted By JasonHippy
To better diagnose the problem it would be worth trying to run the .swf directly from the desktop in a standalone version of flash player, instead of via a browser plugin.
To do this, navigate to...
Forum: Graphics and Multimedia Jun 4th, 2009
Replies: 3
Views: 793
Posted By JasonHippy
Excellent, not begging or having a go or anything, but any chance you can mark this as solved??

J.
Forum: Graphics and Multimedia Jun 4th, 2009
Replies: 1
Views: 472
Posted By JasonHippy
looks ok to me...{using firefox..}

Could be a browser related thing...
What browser are you experiencing the problems on?
What kind of help do you need?


p.s. one thing I did think was that...
Forum: Graphics and Multimedia Jun 4th, 2009
Replies: 3
Views: 793
Posted By JasonHippy
Have you tried setting the autoPlay parameter of the FLV playback component to false? That should solve the problem...

To do this:
Open up your .fla, select the instance of the FLV playback...
Forum: Graphics and Multimedia Jun 1st, 2009
Replies: 1
Views: 1,561
Posted By JasonHippy
I can't see anything obvious...

The only thing I can think of that you could try is perhaps removing your variables from the flash movies URL..
i.e. change the following lines:

to

<param...
Forum: Graphics and Multimedia May 5th, 2009
Replies: 6
Views: 1,660
Posted By JasonHippy
My last post wasn't entirely successful. But using Flashdevelop and the latest version of the flex 3 SDK (both of which are FREE downloads, so google 'em and download 'em....Highly recommended!) I've...
Forum: Graphics and Multimedia May 5th, 2009
Replies: 6
Views: 1,660
Posted By JasonHippy
OK, I've not had time to look into this too far, and it's been a while since I've done any AS2...But here goes.

To be able to dynamically use movieclips in your actionscript you first need to...
Forum: Graphics and Multimedia Apr 20th, 2009
Replies: 3
Views: 2,458
Posted By JasonHippy
I think the only way of doing it would be to create an event dispatcher in your Activity class and then set up a listener in your main class to listen for messages from the dispatcher in Activity....
Forum: Graphics and Multimedia Apr 20th, 2009
Replies: 3
Views: 2,458
Posted By JasonHippy
I could be wrong, but I believe that the stage is only accessible from the main class in your app. I've not used CS4 before, but I have found this problem when coding AS3 projects in Flashdevelop.
...
Forum: Graphics and Multimedia Apr 17th, 2009
Replies: 9
Views: 1,462
Posted By JasonHippy
I'm not sure I follow you? I got that you had flash 8 installed and clicking the .swf runs it in a standalone player, but what's happening with CS4?? What extra programs did you skip?? I've not used...
Forum: Graphics and Multimedia Apr 17th, 2009
Replies: 4
Views: 1,118
Posted By JasonHippy
So your actionscript is ok, and it picks up keypresses properly in an external instance of flash-player or on a web page but not when debugging in the IDE?

Sounds like the keybindings for your...
Showing results 1 to 28 of 28

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC