3.0

Tag details

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

Look up Offsite Link "3.0" at The Free Dictionary

Latest blogosphere posts tagged “3.0”

  • Submitting hidden from details with a button.


    kirupaForumAuthority Authority: 160
    Hi all, I have an interactive map that I would like to script so that when a county is clicked, it sends through to a page called results.php this HTML table: So County and MerchantType are fields in a SQL table. The script needs to tell the results.php page that County A and MerchantType B has been sent. ...
    4 hours ago
  • From FlexBuilder to CS3 or FlashDevelop?


    kirupaForumAuthority Authority: 160
    I have inherited a Flash project that (I THINK) was started in FlexBuilder, but I dont have FlexBuilder. I have CS3 and FlashDevelop, is it possible for me to continue this project using the tools that I have? There are a bunch of wierd files like ".project" and ".actionScriptProperties", and obviously no .FLA file. ...
    5 hours ago
  • Persrective effect on mouse move!!!


    kirupaForumAuthority Authority: 160
    Hi, I would like to make perspective effect on opposite mouse move like at this site. http://www.javierferrervidal.com/ Does anybody know tutorial or has some solution. Thanks
    6 hours ago
  • cannot access public variable


    kirupaForumAuthority Authority: 160
    I think Ive made some fundamental error here... I have a public variable a in class A, and I want to access it in class B, but I cant (access of possibly undefined property...) whats wrong here? now every time I want to refer to a variable in class A I need to pass the variable reference to class Bs constructor
    6 hours ago
  • Handbrake Video Encoder Hits 0.9.4


    iPhone Unlocking BlogAuthority Authority: 445
    A year to the day after the previous version was released, Handbrake has hit 0.9.4 , and boy is it faaaaaaaaast: There’s an old proverb in the video encoding world: “Speed, size, quality: pick two.” It means that you always have to make a trade-off between the time it takes to encode a video, the amount of ...
    7 hours ago
  • simple questiona about arrays


    kirupaForumAuthority Authority: 160
    var buttonList:Array = new Array(button1, button2); trace(buttonList); buttonList.buttonMode = true How do I declare this so that all my buttons are actually true?? When I trace the list I get the result Im expecting but I want the final result to be: button1.buttonMode = true button2.buttonMode = true snot ...
    7 hours ago
  • Tiling background image on a display object - is there a limitation in object size?


    kirupaForumAuthority Authority: 160
    Hi all, I am tiling a 16x16px image on a large Sprite display object (5000x3200). I am loading tileable image from external file and then loading it into BitmapData object. Then I use beginBitmapFill to tile this image to the Sprite container. Here is the code Code: _grid = new Sprite(); var ...
    8 hours ago
  • Buffalo announces world’s first USB 3.0 12x Blu-ray burner


    Frugal ITAuthority Authority: 133
    Japanese computer hardware company Buffalo has announced the world’s first 12x Blu-ray burner, which supports USB 3.0 on top of that. The BR-X1216U3 is backward compatible with USB 2.0 but will burn your Blu-rays with “just” 7x speed in that case. You can only use it with a Windows machine XP/Vista/7. But ...
    8 hours ago
  • Delete / Destroy video sound


    kirupaForumAuthority Authority: 160
    Hi There, I have an annoying problem with a video player I am creating, here is the code: Code: package bc.utils {         import flash.system.System;         import flash.display.MovieClip;         import flash.net.*;         import flash.events.*;         import flash.geom.Rectangle;   ...
    8 hours ago
  • N.O.V.A Trailer Emerges- What Will Microsoft’s Lawyers Think?


    iPhone Unlocking BlogAuthority Authority: 445
    We saw a preview of Gameloft’s N.O.V.A back at WWDC 2009 for iPhone/iPod Touch. Even then it looked suspiciously like Halo. But now, there can be no doubt in saying that Halo “unofficially” makes its way to iPhone. This teaser trailer shows a lot of video reminiscent of Microsoft’s Halo franchise. The last ...
    9 hours ago
  • 53,000 Pre-orders — South Koreans Can’t Wait to Get Their iPhones!


    iPhone Unlocking BlogAuthority Authority: 445
    Pre-orders for Apple’s iPhone, set to debut in South Korea Saturday, have already hit 53,000 on carrier KT Corp. With a market of over 400,000 smartphone users and 47 million handset holders in general, and entrenched local competitors like Samsung and LG, AP quotes the former as saying it thinks Apple will ...
    9 hours ago
  • Flash slideshow with fade transition


    kirupaForumAuthority Authority: 160
    Hi, Ive created a slideshow that contains 137 images using this code. //////////////////////////// var imageNumber:Number=1; var starTimer:Timer=new Timer(3000,10000); starTimer.addEventListener(TimerEvent.TIMER,nextIm age); function nextImage(event:TimerEvent):void { //Adding to the current value +1 ...
    11 hours ago
  • Loading external swf with video in it


    kirupaForumAuthority Authority: 160
    Hi, I have a problem, i am loading swf file which has video in it in separate swf. When i export this swf with video video plays just fine but when using Loader class to load that swf into parent swf video isnt showing up. Does anyone know what could be the problem? Cheers
    11 hours ago
  • Room design


    kirupaForumAuthority Authority: 160
    Hi there, Im new to flash and want to create a room design application. Say that I overcome my object design issues, I need to know how to save the users final design. This of course means that when the user comes back to the site, he has the room designed from the last saved state. What is the accepted format of ...
    12 hours ago
  • MovieClip referencing problem


    kirupaForumAuthority Authority: 160
    Hello, I am making a menu in which i want to switch ON the selected submenu and button, and OFF the previous submenu and button, could anybody please tell me what is wrong with my code: Code: // Attach events to menu buttons body_mc.menu_mc.addEventListener(MouseEvent.CLICK, updateSub); // Declaring the menu ...
    13 hours ago
  • Using Your Head Skull


    Skull-A-DayAuthority Authority: 138
    Angie Lisle submits this wonderful drawing titled "Using Your Head". She tells us, "The drawing is featured in ArtWanteds 2009 Halloween gallery, Haunted House ". Great work, Angie. The Haunted House exhibit was the perfect place for it to be displayed. Thanks for submitting it. --- Be a Skull-A-Day fan on ...
    14 hours ago
  • SimpleButton.hitTestState - Why?


    kirupaForumAuthority Authority: 160
    It may be a lack of imagination on my part, but I cant imagine any situation where I would program a Button and not want the hitTestState to be the same as the overState. Why are these separate categories?
    15 hours ago
  • Flex How to make filters scale relatively with parent DisplayObject ??


    kirupaForumAuthority Authority: 160
    AS3 Question for .filters (im using flashdevelop / flex sdk) IS there any way filters applied to a DisplayObject (drop shadow, glow, bevel) can scale relatively with the parent (the DisplayObject it is inside)? And what about other properties like .distance for drop shadow? For example... If I have a 100px ...
    16 hours ago
  • How can I detect that the Flash Player is exiting?


    kirupaForumAuthority Authority: 160
    I have written a basic chat client that talks to an XML Socket server. When it starts it connects to the socket and works fine. However, when I close the Flash Player it is still occupying a connection to the server. I am trying to determine how I can trap the close of the Flash Player and programmatically close the ...
    21 hours ago
  • Get a New iPhone or iPod touch for Black Friday? Here’s What You Need Next!


    iPhone Unlocking BlogAuthority Authority: 445
    So you just picked up a new refurb iPhone 3GS or discount iPod touch G3 for Black Friday , and you’re eager to know what to do with it next? TiPb’s got you covered. Here are some helpful tips and tricks, apps and accessories, and reviews and overviews to get new users on their way. (Or, if you’re already a ...
    22 hours ago

Comments about 3.0

Personal attacks are NOT allowed
Please read our comment policy