CS3

Tag details

Welcome to the 'CS3' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'CS3'.

Look up Offsite Link "CS3" at The Free Dictionary

Latest blogosphere posts tagged “CS3”

  • AS 3 can any one answer my quess pls...


    kirupaForumAuthority Authority: 155
    Hello Friends, I need a small help. Infact i need some answers for the below flash quess.... can any one help me out pls. * Up to what level of INHERITANCE does we achieve in Flash Cs3 ? ( i mean there are certain levels of inheritance.... like multiple, multi level, heraricheal etc.. ) similarly up to what level ...
    8 hours ago
  • AS 3 Scale content problem... (CS3)


    kirupaForumAuthority Authority: 155
    Hey Guys, I have a problem I cant figure out and I was wondering if anyone might have a suggestion. I have a photo page on which I have a movieclip (instance name - bigpic_mc) that I use to call up external images. Its dimensions are 400x300. On the same page I have another movieclip INSIDE which are the thumbnails ...
    9 hours ago
  • AS2/AS3 How to send parameter in flash? (for ecard quiz)


    kirupaForumAuthority Authority: 155
    Hello, I tried created simple ecard quiz and not expert in AS, so i need help guys. basically, the ecard will start with 3 questions. each question has 3 answers. so user choses the answer e.g. B, B, C and clicks preview. it will play the movie clip assigned to B B C in sequence. then user can click send to sent to ...
    13 hours ago
  • AS 3 Animated button funky behaviour


    kirupaForumAuthority Authority: 155
    Got animated buttons that consist of multiple graphics. And two problems go with that. Problem 1 - when you rollover them the animation runs, thats fine. But when you click them the animation starts to run again, thats bad. Simply need it to stay in the last frame of rollover when you click. Problem 2 - when you click ...
    1 day ago
  • AS 3 maybe you guys can help? control movieClips


    kirupaForumAuthority Authority: 155
    i have 30 keyframes ,every keyframe have a movieClip ,this clip may be have different frames and ,i want to play one ,two ,and three, i am sorry ,may be it is clear,see the Attached Files 001.zip (16.9 KB)
    1 day ago
  • which file need to import for Vector class ?


    kirupaForumAuthority Authority: 155
    I got error messag of "Type was not found or was not compile constant: Vector" . on this code "public var navBtn:Vector. =new Vector. ();" . I think I need to import class but I do not know file I need to import. Which file need to import ? thanks for reading my stuff.
    1 day ago
  • AS 3 Button with font embedding problem


    kirupaForumAuthority Authority: 155
    ActionScript Code: var myButton = new Button ; var libraryFont: Font = new myFont; var myFormat: TextFormat = new TextFormat ( ) ;    myFormat. font = libraryFont. fontName ; myFormat. size = 26 ; myButton. setStyle ( "embedFonts" , true ) ; myButton. setStyle ( "textFormat" , ...
    1 day ago
  • photo upload function


    kirupaForumAuthority Authority: 155
    Hey... Does anyone know how to make a picture upload function, kinda like http://yearbookyourself.com/ , or less advanced.. Anyone know a good tutorial? :) Thanks
    2 days ago
  • AS 3 URL Request


    kirupaForumAuthority Authority: 155
    Hi How do you load a DivX movie into a swf animation? I know this is how you load a swf. Code: var swfLoader:Loader = new Loader(); var bgURL:URLRequest = new URLRequest("xx.swf"); swfLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadProdComplete); swfLoader.load(bgURL); ...
    2 days ago
  • jump into another url if it enters a certain frame


    kirupaForumAuthority Authority: 155
    Hello i was wandering if a flash website can jump into another url if it enters a certain frame... For example maybe something like? on enterFrame { getURL("http://www.sample.com/", "_self"); } how do i tell the timeline to get that url instead of the button? Any ideas would be very helpful thanks
    2 days ago
  • Super Newbie...swfs loading s l o w


    kirupaForumAuthority Authority: 155
    Hi All, Im a dinosaur designer from the days of X-acto knifes, spray glue and airbrushes - so bear with me here. Using CS3 and simple behaviors Im creating a portfolio site. Im using shell-based navigation so each click of a button loads a swf into a movie clip. The secondary, tertiary and so on swfs also have ...
    2 days ago
  • Best way to encode this video for FLV use *Basic Question*


    kirupaForumAuthority Authority: 155
    Hey guys, I have this video that a client wants me to put on his website. Now the video is about 10 minutes long and its made up of about 4 different sections. He wants me to make it so people can click on links to jump around in the video. For instance there is a section called "Home Control" and one called ...
    2 days ago
  • Can SharedObject.data.thing be an array?


    kirupaForumAuthority Authority: 155
    Just curious if I need to make several entries, or can I put an array into SharedObject.data.
    2 days ago
  • Flash Cs3 Php Email Form As2


    Get a Freelance JobAuthority Authority: 181
    Simple Flash project: I have designed a form in FLASH CS3 using the built-in components and I need to include the AS2 code and a PHP form handler to process it. Features: - error message for missing required fields - go to next frame when for is successfully completed - email auto-response to user - email form input ...
    3 days ago
  • Some OpenType fonts wont show in Flash.


    kirupaForumAuthority Authority: 155
    Hey, Ive recieved fonts in OpenType from a guy that are used in a flash file. He is working on Mac/Flash, and I am working on PC/Flash CS3. He sent the fonts, around 20 different types of TradeGothic, I installed them on my Vista machine, but when I open Flash I can only see around 12 of these 20 fonts in the ...
    3 days ago
  • AS 3 This cant be the best way to make Button Rollovers...


    kirupaForumAuthority Authority: 155
    I currently have a flash file that has a whole bunch of buttons that are MCs with rollover and out states that open up a PDF when clicked. For each number (12-33) I have the MC with a new instance name and I am calling them with the following code: Code: stop(); over12.addEventListener(MouseEvent.CLICK, ...
    3 days ago
  • Flash SEO/Indexing HELP...Need gurus fast...


    kirupaForumAuthority Authority: 155
    I need some brilliant Flash experts to weight in on an article we wrote at the advertising agency I work for. We put an article together about the ability for Flash to be indexed by Google and Yahoo. Its a two sided debate between Search Engine Optimization (SEO) guys and Flash guys. SEO is killing Flash right now in ...
    3 days ago
  • Dynamic Buttons pulled from a directory


    kirupaForumAuthority Authority: 155
    Hey guys, I have a directory of PDFs that I am loading the names of dynamically using PHP: My PHP file looks like this: Code: $dir = getcwd(); $dh  = opendir($dir); while (($filename = readdir($dh)) == true) {     $files[] = $filename; } echo "&count=" . count($files); for($i=0; $i     echo ...
    4 days ago
  • Drag, drop and merge?


    kirupaForumAuthority Authority: 155
    Hello, Im working to create an interactive snow globe in AS3. The user would have a choice of dropping several items into the globe - a house, a candy cane, a fir tree, etc. - and, when done, hit a shake button. The globe and items would shake together, then the snow would appear. Ive got the drag and drop and snow ...
    4 days ago
  • AS 2 Flash Media Server HELP!!!!!! Please


    kirupaForumAuthority Authority: 155
    Hi i am trying to develop a multiplayer game using the flash media server. Currently i can get multiple users to control one shared object but i need to have 2 users controlling seperate shared objects on the same stage. Here is my code so far: // Create a connection netConn = new NetConnection(); ...
    4 days ago

Comments about CS3

Personal attacks are NOT allowed
Please read our comment policy