ActionScript 2.0 :: Coding Custom Widget Challenge?

Aug 17, 2009

Given a few months on my own, I could probably hack something together, but an experts input would be much nicer.This is a custom Google Voice widget/form. I have the backend code, and can share, but right now I need all these pieces to fit together. It is mostly ELSE/IF statements, starting with the first page, and transitioning to the next widget page depending on the data input, correct or incomplete/incorrect as the variables determining which widget page to open.This will definitely take some Flash skills too, but minimally.Currently the SCENE1 page just shows each of the different widget pages and is not meant to represent the final widget - the final widget will be the first page and when clicked transition to a widget/form different page in the same spot, and again, depending on the input.If you want to give it a try, you can download the .FLA here:

FYI: This same widget HAS been sucessfully programmed in AJAX, with it's tons of code and multiple files, but the challenge was to make it work the same way in Flash. This is the very first TRUE custom Google Voice widget - all others I've found are custom icons that when pressed launch Googles GV widget - so this widget is one of a kind! You can view the working widget and download all the AJX components here if you'd like

View 5 Replies


Similar Posts:


Professional :: Create A Custom Widget?

Nov 21, 2010

I would like to create a "component" -- basically a drop-down menu.  Except that my drop-down menu will not select an item when a user clicks on it.  The user must click on it for 2 seconds and then it will be selected.  How can I create this custom widget/component?

View 2 Replies

ActionScript 3.0 :: Custom Flex Widget Does Not Scroll

Jun 28, 2011

I have created a custom Flex widget by extending UIComponent that I call FlexMapBuilderWidget. I have overriden the various UIComponent methods for measurement, children, display list, etc.

I used this widget to replace a plain old Sprite so that I could add some layout based functionality. When the Sprite was there, I was able to get scrollbars using:

Code:
<s:Scroller width="100%" height="100%">
<s:Group width="100%" height="100%" clipAndEnableScrolling="true">
<gapView:MapBuilderWidget id="mapDisplay" />

[Code]....

I have done test output to check the reported size of the FlexMapBuilderWidget in its measure() and updateDisplayList() methods, the size is always reported as a large enough number to require scrollbars.

View 3 Replies

ActionScript 2.0 :: Embed Custom Google Voice Widget In Flash

Aug 6, 2009

I am trying to figure out how to embed the Google Voice (GV) code I have been given through my GV account into a Flash web page using Action Script, but instead of using the default GV icon, use my own, which then opens the GV 'Call' interface. Here is the GV code:

[Code]...

View 0 Replies

IDE :: Custom Radio Buttons Coding?

Mar 9, 2010

Does anyone know the actionScript to apply to custom radio buttons? I want them to function exactly like the component radio buttons available in CS3, but I can't use those because adding one makes the .swf about 30k and I have a 30k limit on all flash files.I imagine the radio button would have to be a mC with frame 1 a drawing of a button unchecked and frame 2 the button checked. Then another mC of 4 of those radio button mC's grouped together and coding to tell it that when one is clicked to unclick the others, but I haven't been able to figure it out. I haven't been able to find any info on this online since everyone just uses the component versions anymore

View 5 Replies

ActionScript 2.0 :: Take Widget Embed Code To Put That Widget Into A Flash File?

Apr 25, 2009

I am trying to embed this widget INTO a flash file. I am not a coder, though I know some basics. Here is the embed:[code]

View 1 Replies

ActionScript 3.0 :: Custom Google Voice Coding?

Aug 24, 2009

As I play with the below script and test it published it all works except Google Voice doesnt call my phone, so I'm not sure where the disconnect is after inputting the data. When I test the movie, I get these Output errors:

[Code]...

View 0 Replies

ActionScript 3.0 :: Up For An XML Challenge?

Jun 8, 2009

I need a method to move a node up the XML hierarchy(to the same level of its parent), so if I had an XMList that looks like this:

[Code]...

</node>etc! I could probably work this out myself, but thought someone might have encountered this scenario and achieved this already...

View 3 Replies

Flash Landing Page Challenge

Jun 25, 2009

I am getting ready to update a past client's website using newer web standards. This particular website has a Flash Intro on the index.html page. I have a feeling this has greatly hindered search engine activity. What would be the best way to handle keeping a Flash intro without it being logged as a main page? Or should I recommend that the client eliminate the Flash landing page?url...

View 11 Replies

ActionScript 3.0 :: Retrieve Instance Name Parent Challenge

Jan 16, 2010

An external application sends an instance name to flash over TCP/IP.I have code that parses out the communication and retreives the instance name (not it's absolute path).I then need to retreive the instance name's parent in actionscript. The instance name that gets sent is a child of specific movieClip, there are several movieclips on the stage. I need to know it's specific parent name..the code is placed on the main timeline.

View 3 Replies

ActionScript 2.0 :: Challenge To Center Working Preloader

May 19, 2010

I'm in a bit of a pickle and can't sort my way out. I'm loading an external swf that has a preloader on Scene 1, and the main content on Scene2. While the content on Scene 2 centers nicely, the preloader content refuses to do so.

Here's what I've got on my main project timeline:
Code:
mcHMI.onRollOver = function() {
this.gotoAndPlay("over");
} mcHMI.onRollOut = function() {
this.gotoAndPlay("off");
[Code] .....}

As mentioned, the swf loads just fine and stays centered at any resize. The preloader will jump to another position when you resize.

View 0 Replies

ActionScript 2.0 :: Flash Challenge : Simulate A Drill?

Jan 12, 2004

I was thinking about this today, when i was using my new Makita I got for Christmas.How can I simulate a drill in flash?

View 6 Replies

ActionScript 2.0 :: Challenge To Center Working Preloader?

May 21, 2010

I'm in a bit of a pickle and can't sort my way out.I'm loading an external swf that has a preloader on Scene 1, and the main content on Scene2. While the content on Scene 2 centers nicely, the preloader content refuses to do so, lol.Here's what I've got on my main project timeline:

Code:
mcHMI.onRollOver = function() {
this.gotoAndPlay("over");

[code].....

View 6 Replies

ActionScript 3.0 :: Preloading Multiple Large Images Challenge?

Feb 16, 2010

[URL]This site loads in all of the large images behind the scenes, so once you click through a project, the images appear immediately.
Ben.

View 2 Replies

ActionScript 2.0 :: Challenge For The Kids Mouse Wheel Not Stopping?

Feb 2, 2006

ive been trying to modify this text drag script to enable it to use the mouse wheel. ive managed to make it scroll with the mouse, but i cant seem to make it limit itself to the boundaries of the mask, like the dragger behaves. it just keeps scrolling upwards or downwards to infinity. i was thinking if there was a way to make it behave like the dragger. here is the script if u want to take a look. at the bottom i added the mousewheel listener and attached it to the dragger, and it works perfectly, but as i said, it doesnt stop like when you click it and drag it.

[Code]...

View 10 Replies

ActionScript 3.0 :: Flash Impossible Challenge Multi Turn Rotator / Spinner Animation Controller

Jul 21, 2010

So im opening it up to the commuity as a programming challenge!!For something which i assumed would be very simple, writting a robust and solid multi turn spinner handle for flash in as3 has become the bane of my life.Feel free to download my attempts so far (attached), which cover the basics of a single rotation, and make it look like im further ahead than i actually am.The difficulty lies with the very specific things I personally need the spinner to do,and the fact its SO HARD to explain..Its actually used to control a piece of animation that is 72 frames long.I need the first "lap" of rotation to send the playhead to frames in the 1-36 range and the second rotation to send it to frames 37-72. So two full spins would take it to the final frame, one full spin would go half way to frame 36.

Problem is the rotator handle needs to be locked at the initial position, so a user can't drag it backwards to start with but can drag it backwards once theyve moved forwards. (think of turning on a hot water tap, many turns in one direction until it stops fully on, then the same turns back again to reach the original start position of fully off)I also need the rotator to be able to be used in anti clockwise and clockwise modes.The ideal is to be able to set the total number of animation frames to be controlled and the number of rotations required to reach the final frame, then have the spinner work everything else out for me.

View 3 Replies

ActionScript 2.0 :: Draggable "post-it" Wall Challenge?

Jul 20, 2009

I am trying to create a draggable wall (so the wall is 20x bigger than the stage) on which I can place movable/draggable post-it notes, so if I hold onto a post-it note only that specific one drags (these will be individually lockable on the stage) If the user "grabs/holds" the "wall" and moves it, then all the post it notes will move with it. (even the locked ones)If a post-it is locked, then only that specific one is not movable. (This is easy enough to do (Just disable the post it)

View 9 Replies

ActionScript 2.0 :: CS3 Embed Swf Widget

Aug 27, 2009

I have a flash which is embeded on an object tag. (or a div tag or whatever).below the embed swf I want to place a link to my website.how can I check from inside the swf that this is the usert who embed the swf didnt change the link or deleted it?

View 1 Replies

Get A Widget From Last.fm To Show In Flash Website?

Sep 15, 2009

I've been trying all day to get a widget from last.fm to show in my flash website. I've saved the html code last.fm provides into an html document and thought I could just show this on my flash page but havent been able to do it.

View 1 Replies

ActionScript 2.0 :: RSS Feed Widget In Flash

Nov 27, 2009

I've created this code for an RSS Feed Widget I would like to post on a site. the Widget will pull info from various sites. The code is built on Adobe CS4. When testing I don not get any errors, however, it does not display any information either.
Code:
var widget //Widget;
var rss;
var textfield:TextField;
addEventListener("widget-loaded",onWidgetLoaded);
function onWidgetResize( evt:Event ):void
[Code] .....

View 1 Replies

Flash :: Professional - Map Widget In Site

Jul 15, 2010

I am having difficulties inserting a Map widget on my flash site. [URL] it needs to go on the left hand side were there is a "empty" space waiting for it! so i attached the map widget code just cuz... i am using flash cs4, as3 the code is a follows:

[Code]...

View 15 Replies

Actionscript :: Best Flash Upload Widget?

Aug 28, 2009

I'm looking to upgrade the upload function of a web app of mine from a fairly simple PHP + javascript uploader to a flash uploader. I've been looking into swfupload from swfupload.org. I'm wondering if anyone has any experience with that library, or if someone can recommend a good pre-built flash upload widget.

View 2 Replies

Flex3 :: Widget For A Common Calculator?

May 4, 2010

I need a calculator for a flex app I am making, and was wondering if there was any official widget prebuilt or already in good quality. I could make one myself but it would be nice to use one that already existed and had a nice api to customize it with.

View 1 Replies

Actionscript 3 :: Accurately Get Referrer In Widget?

May 17, 2010

I have an embedable widget. For each impression, I would like to track the referrer (the page where the widget is embedded onto). Right now I am using ExternalInterface to use javascript to check window.location.href when its available, however, I am finding that most of the time I am unable to set the referrer.

I not using javascript correctly to get the referrer?

View 1 Replies

Html :: Centering A Flash Widget?

Aug 30, 2011

I am trying to center a flash widget on this page [URL].I have tried the <center> tag as well as but it will still not center.

View 1 Replies

ActionScript 2.0 :: Creating The Date Widget?

Nov 26, 2010

I want to make a flash widget type thing that shows the date and possibly the day. I have already made one for the clock, but want a seperate one for the date.

View 4 Replies

IDE :: Google Voice Mail Widget?

Dec 31, 2009

Is there a way we could embed this widget into flash?

HTML Code:

<object type="application/x-shockwave-flash" data="https://clients4.google.com/voice/embed/webCallButtonVm" width="230" height="85"><param name="movie" value="https://clients4.google.com/voice/embed/webCallButtonVm" /><param name="wmode" value="transparent" /><param name="FlashVars" value="id=xxxxx&style=0" /></object>

View 6 Replies

Professional :: Play Pause Widget Captivate?

Jun 16, 2011

I have read a lot of threads on this, and I am trying to create a widget that will allow the button to toggle between Play/Pause pictures and play and pause the captivate as necessary.Right now my script reads as below: The button will toggle bwteen play and pause pictures. But will not pick up the .rdcmndPause=1; .rdcmndResume=1.

this.Pause.visible = true;
this.play1.visible = false;
this.play1.addEventListener(MouseEvent.CLICK,hidePlay);

[code]......

View 2 Replies

Javascript :: Adding A Widget In Facebook Wall?

Feb 6, 2011

How do I add a widget to Facebook wall? So when a user clicks on wall post, it gets opened there only, like YouTube video/audio.

It's certainly possible, as Slideshare app [URL] does it.

And, I see that it's a Flash component. I have an iframe (Javascript/html) widget.

View 1 Replies

Eclipse :: Loading 32 Bit IE From SWT Browser Widget On 64 Bit Machine?

May 29, 2011

We developed an Eclipse plugin and tested & delivered on Win 32bit os. One of our view uses Broswer widget to load a Flash content. It works well on windows 32 bit.

Now planning to support Windows 64 bit. Unfortunately flash support for 64 bit is still in preview mode. SWT browser widget loads 64 bit IE though both version of IE (32 and 64 bit) available.

How can we try to enforce 32 bit IE in SWT browser widget?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved