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 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 ...
    15 hours 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)
    19 hours 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
    1 day 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); ...
    1 day 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 ...
    2 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 ...
    3 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 ...
    3 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(); ...
    3 days ago
  • please help me,....proxy!


    kirupaForumAuthority Authority: 155
    please test my product,it not working on my server,anyone known about crossdomain please help me, thank so much ! link Resources http://www.mediafire.com/?xd1knyodnk4
    4 days ago
  • multidimensional array


    kirupaForumAuthority Authority: 155
    Hi Im trying to create a 3x3 array that looks like a mini chessboard but its not working im not sure why, can anyone point out to me pls. Thanks in advance var black_mc:Black ; var white_mc:White ; var tile:Array = new Array(new Array(black_mc,white_mc,black_mc), new Array(white_mc,black_mc,white_mc),new ...
    4 days ago
  • Flash Back-end Developer Needed!


    kirupaForumAuthority Authority: 155
    Hi, I would like to build a uniquely navigated Interactive that will feature a variety of elements such as Animation, games and videos. I am currently reconstructing an online magazine I design a few months ago www.soledout-online.com In order for me to execute this site accordingly I would need ...
    4 days ago

Comments about cs3

Personal attacks are NOT allowed
Please read our comment policy