ActionScript 2.0 :: Create 'add To Dock' Type Of Feature
Sep 4, 2007I'm wondering if anyone knows how to create an "add to dock" type of feature much like URL...
View 1 RepliesI'm wondering if anyone knows how to create an "add to dock" type of feature much like URL...
View 1 RepliesI am trying to create a security feature for my SWF's.I have a .txt file named security.txt.It has a variable called permissionGranted and is set to false
Code:
permissionGranted=false
Here is my AS:
Code:
Stage.showMenu = false;
Stage.scaleMode = "noscale";[code]..........
This doesn't work though,it traces true of false correctly but won't touch the if statement.
I'm a flash newb and want to be able to create a rolling product feature as on Barnes and Noble's homepage. http:[url].....I'm sure there's probably already movies or tutorials on this but don't really even know where to look.
View 1 RepliesGood tutorials which show how to create a user login/reg page and also a shopping cart feature .
View 0 RepliesIm new at actionscript, and I am making a very project. Basicly, I have some thing were there is a page you can get to by beating other parts of the 'game'. I want to add some sort of a password or save feature to people can type in the password of something at the opening screen and jump to that page.
View 1 RepliesSomehow, my properties and actions panels became "undocked". They now refuse to snap back into their original positions.
View 2 RepliesI'm making a Flex app and I'd like to know how to set the name of my app as it appears when the user hovers over it in the dock. Here's a screenshot of it now:I'd like a space between the lowercase 'd' and the uppercase Y. What part of my app's XML file must I edit to change that text in the gray tooltip?
View 2 RepliesI found this tutorial on how to make a flash dock in flash [URL].. I understand very little flash coming from PHP but I can usually figure it out.
I'm wanting to use this on my website as the navigation and I need help changing the icons themselves and the images.
I'm looking for an example or script of a mac dock type interface with objects in a grid rather than on a line.
View 3 Replies[URL]Is there a way to do this particular script without having to buy that program?
View 1 RepliesI wanted to know how to make a Mac OS X Styled menu. I need it for a site that I am making.
View 8 RepliesI have a Class as follow:
class com.flightstatus.SpecificationFlight
{
public var Airline:Airline;
public var FlightNumber:String;
[code]...
Now I want to create a array of above type like below:
var myArr:SpecificationFlight = new Array();
This type is very crucial as it will be sent over webservice.
I'm trying to do a circuler dock menu, like the mac osx but as a ring instead.
View 1 RepliesI found a bit of code out there that creates a mac style dock but what i cant figure out is where to set the spacing of the icons in the dock
[Code]...
how to create this type of flash transition? see below link [URL]
View 1 RepliesI'm on Windows and can't dock the Main toolbar in Flash 10.Is this by design? I find it annoying.
View 2 RepliesOk so i was following this tutorial today at: [URL]..and its a good tutorial... with one exception. They never tell you where you can put the code for clicking on the buttons to make them functional.so now i have some good looking buttons that dont go anywhere. Any one want to take a look at this and see if you can tell me where i can put in my "click" event code.
View 8 RepliesIt seems any type of linebreak within an <LI> tag create an extra bullet?The following examples all produce 2 bullets when they should only show one...
Code:
_txt.htmlText = "<li>Hello<br />There...</li>";
_txt.htmlText = "<li>Hello /n There...</li>";
_txt.htmlText = "<li>Hello /r There...</li>";
_txt.htmlText = "<li><p>Hello</p> <p>There...</p></li>";
Flash Player 9, AS 2.0
I'm trying to create a slide show type animation, the slide will advance every 20 sec. here is my code:
var timelinePause:Timer = new Timer(20000, 1);
timelinePause.addEventListener(TimerEvent.TIMER, timerHandler);
timelinePause.start();
function timerHandler(evt:Object):void {
this.overlay_mc.nextFrame();
}
My question is; How can I get this timer to reset and run again after the nextFrame() has triggered.
i was to create a type of ftp connection using flash/flex, however because actionscript doesnt support ftp i need to use other programs such as c#.net.intergration i have seen can be done with tools like WebOrb for .Net however because this is an Air application i want to be able to access .net class files(dll) from flash without havent to be connected to any sort of server.however i cant find any solutions to connecting to .net classes as a standalone application.
View 3 RepliesI'm trying to create an input text field that someone can type in, then by clicking a button, the font changes.
I can't figure out how to:
1 - Embed multiple fonts in an input text field
2 - create a function that chooses and applies a font to the text field
Quick question (I hope) I am switching from as2 to as3.
In as2 I could create a movieClip and give it an eventlistener type functionality and function like so:
myDynamiclyCreatedMc.onEnterFrame = function ()
{
// do stuff
}
How do you do the same thing in as3?
I am create a website our companies have a lots of client. i want to put companies logo in bottom of page & sliding motion(mouseover sliding is stop & click to go to hyperlink to appropirate logo site).
View 2 RepliesBelow does not work
PHP Code:
var c:Class = Sprite;
var v:Vector.<c> = new Vector.<c>();
I have created a movie in CS3 which is basically a series of images that scroll from right to left across the screen. Each image also has a url assigned to it so that clicking on that image takes you to another (external) website. It's all working beautifully.All I want to be able to do now is to create a mouseover effect, whereby when your cursor is over the scrolling image, that image only enlarges slightly - a bit like the Apple dock effect. Then, if the cursor moves to the second image, the first image reduces back to its original size and the second one enlarges.
View 5 RepliesI Am trying to create a navigation system where the navigation(nav_mc) will slide into screen anytime the mouse is over the plash player and then slide out when the mouse is off the flash player.
I have achieved this quite easily using an invisible button(stage_btn) over the entire flash, with event handlers to initiate tweenlite tweens of the navigation in and out of screen on MOUSE_OVER and MOUSE_OUT
Now i have buttons in nav_mc, that dont receive focus if nav_mc is below the main stage_btn and if i bring stage_btn above the nav_mc it means that when i rollover nav_mc, then stage_mc looses focus and slides out with all my navigation buttons...
Any ideas on the best way to handle this situation - or go about doing the the entire ting in a different way?
ActionScript Code:
i found this nice Mac OS X Dock Menu effect on [URL] (the second link from the top), the thing is, it only works when it is published for flash player 6 or lower... why it doesn't work when it is published for flash player 7...
View 14 Repliesand want to turn it into a photo slideshow menu, I have manage to change the icons to my images and edit the buttons up/down states etc, but can't figure out how to get it to display the corresponding picture when the icon is clicked on?I want a larger version of the picture used as the icon to appear above the menu when clicked on or maybe just on a roll over?
View 3 RepliesI was following this nice tutorial on how to create a dock-like menu in Flash.I managed to add my own icons and to adapt height and length etc., but I did not manage to remove the grey bar in the back.And more important, to add a link to one of the items in the dock. I tried to make the icon a button, but that didn't really work.
View 1 RepliesTypically you create a Vector (strongly typed array) specifying a data type like:
new Vector<PictureBox>();
However I need to create a utility method that should be able to create a vector of any given datatype. Is it possible to specify a type using a variable instead of hard-coding it?
var type:Class = PictureBox;
new Vector<type>();