Search Results

Showing results 1 to 40 of 150
Search took 0.01 seconds.
Search: Posts Made By: rajarajan07
Forum: Graphics and Multimedia 6 Days Ago
Replies: 5
Views: 645
Posted By rajarajan07
Good Work! JASON
Forum: Graphics and Multimedia 8 Days Ago
Replies: 4
Views: 410
Posted By rajarajan07
Instead of bold tag, you just increase the size to 18.

<font color="#CC0000" size="18">History of Aaren Initiative</font>

for now!
Forum: Graphics and Multimedia 8 Days Ago
Replies: 5
Views: 344
Posted By rajarajan07
There is no option for your query in preferences. You can use v (shortcut key) to your frequent selection.
Forum: Graphics and Multimedia 8 Days Ago
Replies: 4
Views: 427
Posted By rajarajan07
Mr Php_noob,

That was the great explanation by Jason and almostbob.

You can make the flash intros like that you shown, only by alpha videos. The background animations are called alpha videos...
Forum: Graphics and Multimedia 12 Days Ago
Replies: 1
Views: 339
Posted By rajarajan07
Check with the link:
http://www.webdevelopersnotes.com/tips/html/javascript_image_mouse_rollover.php3
Forum: Graphics and Multimedia 13 Days Ago
Replies: 4
Views: 410
Posted By rajarajan07
font1 is the class name you given when you created font from the library
Forum: Graphics and Multimedia 13 Days Ago
Replies: 4
Views: 410
Posted By rajarajan07
Steps:

1. Rightclick emptyspace on the library and select "New Font"
2. Give a name and select your font, dont forget to give export in first frame, and for actionscript.
3.

var myFont = new...
Forum: Graphics and Multimedia 18 Days Ago
Replies: 2
Views: 449
Posted By rajarajan07
Hi,

var fashionDataXML:XML;
var xmlLoader = new URLLoader;
xmlLoader.addEventListener(Event.COMPLETE, xmlLoaded);
xmlLoader.load(new URLRequest("Data.xml"));

function...
Forum: Graphics and Multimedia 29 Days Ago
Replies: 3
Views: 515
Posted By rajarajan07
There are many tutorials in the following link:

http://www.good-tutorials.com/tutorials/flash

follow animation tutorails

Herewith I had also attached the same flash file shown by you, see it...
Forum: Graphics and Multimedia 30 Days Ago
Replies: 2
Views: 618
Posted By rajarajan07
Yes Jason, I am going thru that tutorial already, and its tough for me to follow. thanks
Forum: Graphics and Multimedia 33 Days Ago
Replies: 2
Views: 683
Posted By rajarajan07
Try this link:

http://www.webdesigndev.com/flash/learn-how-to-create-a-flash-website
http://www.vineyardesigns.com/tutorials/flash/website/new_document.shtml

Google is there! Please put your...
Forum: Graphics and Multimedia 34 Days Ago
Replies: 1
Views: 556
Posted By rajarajan07
USE FLASH!!!!!!!
Forum: Graphics and Multimedia 34 Days Ago
Replies: 4
Views: 787
Posted By rajarajan07
I don't understand, whats do you want? If you need any technical tips you can, otherwise GOOGLE is there. Please search.....
Forum: Graphics and Multimedia Oct 24th, 2009
Replies: 1
Views: 610
Posted By rajarajan07
Not bad, but needs improvements in images, loading time, alignment, fonts etc...
Forum: Graphics and Multimedia Oct 23rd, 2009
Replies: 2
Views: 618
Posted By rajarajan07
I have already created a video player in AS3.0. The Client wants to convert it to a component. I need some good to follow tutorials on creating own components. I had know the concepts of creating...
Forum: Graphics and Multimedia Oct 21st, 2009
Replies: 13
Views: 1,420
Posted By rajarajan07
I checked twice, it is working for me. Something going wrong, please check with both "" and without "". Ensure you given _ (underscore) before self.
Forum: Graphics and Multimedia Oct 20th, 2009
Replies: 3
Views: 843
Posted By rajarajan07
Search for tutorials in flash
Forum: Graphics and Multimedia Oct 20th, 2009
Replies: 13
Views: 1,420
Posted By rajarajan07
Notice whether you used double quotes
Forum: Graphics and Multimedia Oct 20th, 2009
Replies: 4
Views: 852
Posted By rajarajan07
As Imthwee said, please try to find tutorials too.

Anyway Please follow this to get your work done:

1) Just create an empty movie clip with a instance name (emptyMC)
2) Place your jpeg file in...
Forum: Graphics and Multimedia Oct 19th, 2009
Replies: 15
Views: 1,506
Posted By rajarajan07
Hi temarisky,

I had a look into your file and came to know that we need to add more codes in timelines according to the text display using TextFormat() but has to apply in many frames. Somewhat It...
Forum: Graphics and Multimedia Oct 19th, 2009
Replies: 5
Views: 898
Posted By rajarajan07
Mr samarudge,

Your code is written in a right way!, and It works. But whats the problem is before reading your xml, the trace statement is executed once. You should give time to load your xml and...
Forum: Graphics and Multimedia Oct 14th, 2009
Replies: 5
Views: 1,010
Posted By rajarajan07
Mr Jason,

Exactly I have done before what you have said now, when I met the deadline to deliver!

Cheers
Forum: Graphics and Multimedia Oct 14th, 2009
Replies: 2
Views: 658
Posted By rajarajan07
A simple method to embed flash:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"...
Forum: Graphics and Multimedia Oct 14th, 2009
Replies: 13
Views: 1,420
Posted By rajarajan07
Are you checked with the browser or from flash?
Forum: Graphics and Multimedia Oct 12th, 2009
Replies: 13
Views: 1,420
Posted By rajarajan07
I assumed that your button name as homeBTN and add the code in the timeline actions.

homeBTN.addEventListener(MouseEvent.CLICK,TestURL);

function TestURL(e:MouseEvent):void
{
var...
Forum: Graphics and Multimedia Oct 8th, 2009
Replies: 14
Views: 1,926
Posted By rajarajan07
Thanks a lot Iamthwee and Jason, now its working.
Forum: Graphics and Multimedia Oct 8th, 2009
Replies: 2
Views: 836
Posted By rajarajan07
You have to include all the relevant files (ex: XML & image folders) into your site, just past it into the folder that you have the swf file. Thats it. If it is a component then may be they given any...
Forum: Graphics and Multimedia Oct 7th, 2009
Replies: 14
Views: 1,926
Posted By rajarajan07
Everything works except trace,
output panel shows:

Starting new compile.
Loading configuration file C:\Program Files\FlashDevelop\Flex_SDK\frameworks\flex-config.xml
Loading configuration file...
Forum: Graphics and Multimedia Oct 7th, 2009
Replies: 14
Views: 1,926
Posted By rajarajan07
Thanks Iamthwee, I executed your script and got the solution that you had.
Settings:
1. Go to -> Tools -> program settings (F10)
2. From left select AS3Context and Right select Flex SDK Location...
Forum: Graphics and Multimedia Oct 6th, 2009
Replies: 14
Views: 1,926
Posted By rajarajan07
I have to mention onething Iamthwee, am also new to flashdevelop
Forum: Graphics and Multimedia Oct 6th, 2009
Replies: 14
Views: 1,926
Posted By rajarajan07
I hope you installed everything, please follow the below steps to get the trace.

1. Open flashdevelop, Goto project ->new project
2. For example give name of the project as "Testing", select the...
Forum: Graphics and Multimedia Oct 6th, 2009
Replies: 14
Views: 1,926
Posted By rajarajan07
Great Explanation Jason,

For download:
http://www.flashdevelop.org/community/viewtopic.php?f=11&t=5456
Forum: Graphics and Multimedia Sep 28th, 2009
Replies: 5
Views: 1,010
Posted By rajarajan07
Forum: Graphics and Multimedia Sep 26th, 2009
Replies: 9
Views: 1,167
Posted By rajarajan07
Hi theonlyhugeg,

This is Raja, I am here to help you until JasonHappy come!!!

I look into your file, and I decided to create a new file in different way without going to most script part as you...
Forum: Graphics and Multimedia Sep 24th, 2009
Replies: 15
Views: 1,179
Posted By rajarajan07
Forum: Graphics and Multimedia Sep 24th, 2009
Replies: 15
Views: 1,179
Posted By rajarajan07
Yes, you are right, but it works in firefox how?
Forum: Graphics and Multimedia Sep 24th, 2009
Replies: 2
Views: 478
Posted By rajarajan07
Hi severman,

Please look into the attachment for the solution for the link

You have to add the code before 37 and you added only few links.
Use the J value to refer the array relevant link.
Forum: Graphics and Multimedia Sep 24th, 2009
Replies: 15
Views: 1,179
Posted By rajarajan07
Mr. almostbob, I tried your code and test with an .avi file, It works in iexplore but not in firefox. I mean It is not fetching that file. Any Suggestion
Forum: Graphics and Multimedia Sep 15th, 2009
Replies: 4
Views: 837
Posted By rajarajan07
I agree with you both, Some other tweening classes like TweenLite, Tweener(Caurina) will help. Increasing framerate is not helped me. I know Bitmap class is a good method to solve this, but Size of...
Forum: Graphics and Multimedia Sep 14th, 2009
Replies: 7
Views: 664
Posted By rajarajan07
Hi sam023,

you can do this in a very simple way by specifying the wmode parameter to transparent.

Create a html document as it is in my attachment, and specify your swf name and wmode to...
Showing results 1 to 40 of 150

 


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

©2003 - 2009 DaniWeb® LLC