ActionScript 2.0 :: Generating A Menu From An Admin Panel?

Sep 11, 2006

I've got some code which is generating a menu from an admin panel.Therefore the text is not an object on the stage, but code in the actionscript.I am looking for a way to apply an effect for rollover states to all generated text. it could be something as simple as the text vibrating. or the text blurring.

gallery_mc["menu_item"+MILayer].onRollOver = function() {

this is where the filter or effect should happen, but I'm not sure how to

make a filter happen without attaching it to an object or symbol

View 14 Replies


Similar Posts:


XML :: Admin Panel - Big Spaces Between Phrases (Carriage Return)

Feb 8, 2011

I am developing an admin panel for an flash site. One of the sections contains large amount of text containing Carriage Returns. It can look as this :
John Doe was born in Athens in 1974.
He studied at the Athens School of Fine Arts and he presented his first solo exhibition in 1996.

So from the text area the text goes to mysql and from mysql I generate an XML file. The problem is the xml file source is looking like this :
John Doe was born in Athens in 1974. 
He studied at the Athens School of Fine Arts and he presented his first solo exhibition in 1996. 

This way in flash the text has some big spaces between phrases and I dont like it. How to generate XML file to be like this :
John Doe was born in Athens in 1974.
He studied at the Athens School of Fine Arts and he presented his first solo exhibition in 1996.

View 2 Replies

ActionScript 2.0 :: Admin Page To Edit A Food Menu?

Jan 13, 2009

I have a client who wants to edit a text area with updates on her food menu through a html page to the flash site, but she doesn't know any computer skills/uploading etc.anyone know how i can do this or any tutorials that you can point me in the right direction

View 8 Replies

Media Server :: Admin API Fail :: NetConnection.Admin.CommandFailed

Nov 1, 2009

I want recieve infomation for recorded stream in FMS Server. so, i tried use Admin api(getRecordedStreams or getNetStreams). but, returned below code : NetConnection.Admin.CommandFailed . 

Below  my code :
 
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.events.*;

[code]....

View 2 Replies

ActionScript 2.0 :: [MX] Generating A Dynamic Menu From A WDDX Data Set?

Oct 15, 2003

I'm working on generating a dynamic menu from a WDDX data set, and I'm having a little difficulty with looping through the information.

What I'm trying to do is: if this city = last city, attachMovieClip A. if this city != last city, attachMovieClip B. that works fine, but...What I need to do is figure out a way not to repeat a duplicate record... the way it is now, if this city and last city match, it will place movie clip A, which is good, but if there are three instances of the same city, it will place three movie clip As. what sort of looping I'd need to do not to repeat records, yet still place the delightful movieClip A on the stage?

View 4 Replies

ActionScript 2.0 :: Create A Mac Style Menu In A Scrolling Panel?

Jan 31, 2009

how to create a mac Style menu in a scrolling panel? I got this tutorial from

[URL]

and I want to add a Mac Style to it, like this:

[URL]

I still want the menu to scroll and have the rollover effects like a mac computer, but not have the whole menu scale..just the one Im rolling over and the two on the sides of that one...

View 2 Replies

ActionScript 3.0 :: Create A Simple List Menu That Will Load .swf File Is A Scrolling Panel?

Feb 4, 2010

I'm trying to create a simple list menu that will load my .swf file is a scrolling panel.

////////////////////////////////////////////////////////////////////
import fl.controls.List;
import fl.data.DataProvider;
import flash.net.navigateToURL;

[code]....

View 2 Replies

Professional :: Workspace / Panel - Error: The Following Panel Layout Is Missing Or Could Not Be Read...

Dec 7, 2011

I just downloaded Flash CS5 for mac which installed without any errors. However, when I first launched the software I am getting the following error: The following panel layout is missing or could not be read: /users/rob/Library/Application Support/Adobe/Flash CS5.5/en_US/Configuration/Workspace/Essentials.xml The application will not have a correct layout. load one from Windows ->Workspace Once past this message none of the panels load.

View 3 Replies

Flex :: Maximizing Panel - Make The Map Within Panel Growing Synchronizely?

Mar 6, 2010

I have a map in a panel.When maximizing the panel,the map remain the smaller size.How to make the map growing synchronizely with the Panel? When maximizing the Panel,I added Resize Effects.How to apply Resize effects on the Map when the extent of the map changing? It seems to me that I should dispatch extentChange event when maximizing the panel.

View 1 Replies

Flex :: Controls In Spark Panel Still Show When Outside Of Panel Size?

Mar 24, 2011

I discovered this while doing some programmatic panel resizing:Components in a spark Panel will still be visible when their location is outside the physical Panel boundaries. This does not happen with the mx Panel.unning Flex 4.1 on Windows 7I tried putting mx and spark controls in the spark Panel, and they both appear outside of the boundaries. Note this doesn't happen with the mx Panel. What am I missing to make the spark behave like the mxSample Code:

<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"

[code].....

View 1 Replies

Flex :: Popup - Dock A Normal Panel To A Pop Up Panel?

Nov 14, 2009

I want to create a panel docking to a pop up panel in my flex app, like Winamp's playlist window can dock to main window. but I didn't find any useful on docking in flex

I've traced the PopUpManager, but I didn't find any available interfaces or events about popup window's moving, I think it's design shouldn't be so bad.

View 2 Replies

ActionScript 3.0 :: Get The Output Panel In Flash Or The Console Panel?

Jun 26, 2009

Does anyone knows of a way to get the output panel in flash or the console panel in flex builder or flash builder, to format the "traces" with html or any thing else? for example:

trace( <b>brett</b> ); and to get that to appear in bold in the console window or the output window?

View 0 Replies

ActionScript 3.0 :: Roll Over = Show Panel, Roll Out = Hide Panel?

Mar 3, 2011

I have basic movie clips, On roll over, show arrows [NEXT, PREVIOUS] on movie clip [they then show other images inside movie clips]I can show arrows on roll over.But when i roll over the arrows the main ROLLOUT function gets called, the arrows hide. I've tried several flagging methods and have resulted in using a larger invisible border around the clip, rolling over that hides them.

View 1 Replies

Can Not Access Admin Console

Aug 7, 2010

I did a standard install of fms on a fedora 12 dedicated server yet I can not access the Admin Console via http[code]...

View 4 Replies

ActionScript 3.0 :: Dynamic Content With Admin Interface?

Mar 24, 2009

I need an example source of something like this:

The flash reads the XML file, to create the dynamic content (like a picture gallery) The php creates the XML, and it has a user interface where we can upload pictures.

View 1 Replies

Media Server :: Admin Can't Login In Console?

Feb 17, 2009

i can't login in admin console, fms 3.5, linux ES5

[URL](it prompts incorrect id/pwd after login)

I can do it in the server, localhost, successfully!

server add: 192.168.1.44 or 192.168.1.44:1111 or
192.168.1.44:1112
id: mint
pd: video123

[Code].....

View 2 Replies

Media Server :: Vmware, Fms 3.5 Only Accessable With Admin And Not Swf?

Jan 12, 2010

Here is what I have done.I downloaded and installed FMS 3.5 (latest) on a virtual machine running in vmware on my iMac. The virutal machine runs Ubuntu 8.04 and has IP-number 192.168.219.130. Installed and completed I moved the "Legend.flv" file found on the "Beginners guide to streaming..." to my newly installed FMS /opt/adobe/fms/applications/vod/mediaI tested the fms by connecting with my iMac using the admin interface (copied from /opt/adobe/fms/tools/...) and logged in using the following credentials:Server Name: Server 1Server Address: 192.168.219.130Username: *********Password: **********The admin interface connected and all seemd to be just fine.I fired up my SWF made in CS4 (attached file). Basically it is an empty stage with a FLVPlayback component dragged on to the stage. the component has 3 changes made:skin: SkinUnderAllNoFullNoCaption.swfskinBackground: #009933source: rmtp://192.168.219.130/vod/Legend At this stage I only get the green bar with the loading stripes in the progress bar. I.e. the video never starts. If I check the admin tool and the log tabs It seems that no attempts to connect has been made.

View 2 Replies

Media Server :: Connecting To The Admin Console?

Jan 15, 2011

I installed FMS 4 on my notebook and I was able to access the console without trouble. I used localhost for the server address. When I installed it on a remote server (Windows 2008), I can't get in. I tried the same thing. I opened it from the file system [URL] and I tried localhost but it didn't work. I've tried other values

[URL]
 
One problem could be that I installed Apache but there is already a IIS server using the port 80. When I look in the service panel, FMSApache says it is starting but not started.

View 1 Replies

Media Server :: Configure SSL Just For Admin Console

Apr 11, 2011

Anybody know how to configure SSL just for admin console acccess ?

View 1 Replies

Media Server :: AWS FMS Cannot Connect To Admin Console?

May 3, 2011

Im having trouble getting the FM Administrative Console to connect to my AWS FMS. I have an instance running and can view the default page and samples. I opened ports 1111 and 1935 and have also modified the fms.ini file to include a user name and password. Restarted the FMS as well.

View 1 Replies

Media Server :: Cannot Access Admin Console On EC2?

Aug 8, 2011

We just installed our FMIS on Amazon services (EC2) and cannot log into the admin console. The server is running fine and we can resolve the web interface. Is there any configuration of ports or additional user accounts other than the install credentials (root/XXXXXXX).?

View 2 Replies

Media Server :: Admin Console Not Logging In On AWS

Oct 18, 2011

I recently setup Flash Media Server on Amazon EC2 and things are going well so far; however the admin console wont login.  I've set the username, password, and port in the config file and opened that port, among others, in the security group.  I've then restarted both FMS and admin server multiple times.
 
When I try to login I get no errors.  Nothing happens at all.  When I open FireBug and/or Fiddler2 to watch the communication, I'm not seeing a single thing happen.  Clicking "Login" submits no requests at all.  Do I just not understand how FMS works?  I would assume some sort of request would need to be made.

View 1 Replies

Php :: Dynamically Change An Image From An Admin Area?

Mar 9, 2011

Here's the deal: I am working on a site that provides information for art buyers. Pricing, where to buy and things like that. The page is done in php, mysql, and some jQuery here and there.One of the things they want to implement is a live stream of auctions. What they want is something like this:Where on the left you'd see the stream -instead of the black block- and on the right, the image of the work that is currently being sold, with the artist name, title and price. That's what The image on the left should change as the auction progresses.What I need is to have and option in the admin area on the page, where the administrator can select the image to display. So, to implement this, I would need to:Connect to the database to get the information: pictures, data, etc.

Loop trough the record to get a list. From that list, the user will select the image he wants shown on the webpage.Have the admin area send the image to be displayed to the page, and have the page change it dynamically, without the user having to refresh the page.The first two points are no problem, what I'm not quite sure how to do is the third one. Flash? Some from of Javascript? I leaning towards flash, but anything will do. I'm sure what I'm asking for is nothing that hasn't been done before, but my google-fu has failed me on this one. I don't need copy and paste code, if you could point me to a tutorial on this, or the basics tools I'd need, that's great.

View 1 Replies

ActionScript 2.0 :: How To Make Admin Tool For Page

Aug 12, 2010

I made my page in flash as2 every day i change some news tha i have in my page but is very dificult because i dont have an admin panel that is why i ask if you know anything about how to make an admin panel for my page

View 0 Replies

Flash8 : Global Map, PIN Areas With Discretion And ADMIN Interface?

Jun 24, 2009

I am trying to to an application to let me pin some areas in a map and the pinned areas should have some information...in a window when I mouse over the mouse.. the 'problem' is to make is Dinamic...The admin area should let users put a pin and add the information, all over the web...

View 5 Replies

Media Server :: Admin Console - No Connections Listed?

Mar 17, 2011

I have a FMS server running that I am hosting some VOD content on.  I am using HTTP dynamic streaming to deliver this content.  Everything runs fine from a technical standpoint, but I am unable to see the connection details in the Admin Console.  I have loaded vod -> defaultinst under the applications tab in the console.  No connection details populate.

View 1 Replies

Unable To Login To Admin Console With FMS4 On Amazon EC2

Jul 18, 2011

I can start an instance of Flash Media Server 4 on Amazon EC2, using the Adobe public AMI, and I am able to view the vod and live media samples without any problems.

I can SSH into the running instance, and I can also bring up the Admin Console web page for that instance in a browser. However I have not been able to log in to the Admin Console.

Before trying to log in to the Admin Console, I have edited /opt/adobe/fms/conf/fms.ini and inserted a username and password, then I saved the modified file.

I have also updated my security group to add a custom TCP rule to open port 1111.On the Admin Console page login fields I have kept the default server name of Server 1.For the server address I have tried both localhost and also the public DNS address of my EC2 instance.I have used the username and password that I put into fms.ini.

View 2 Replies

Flex :: Change ToggleButtonBar Dataprovider On User Or Admin Log In?

Jul 13, 2009

I'm trying to change Flex 3 ToggleButtonBar dataprovider on user or admin log in. I'm trying to use 2 viewstack, and I've got a component where the login form is in the component. What should I do to define the dataprovider based on user log in?

View 1 Replies

XML Modifier - Create An Admin Page To Modify An XML File?

Jan 30, 2009

Is there a script to create an admin page to modify an XML file? Currently- I'm going in and having to manually change 4 ID fields everytime I want to update. I'm looking to make it more accessible for everyone to update it.

View 1 Replies

ActionScript 2.0 :: Expanding / Collapsing Menu - Should Have Remember The Last Visit Menu And Show The Menu

Jun 5, 2004

I have created this site with a expanding / collapsin menu. When a user selects a menu e.g. "hammers" then the menu is loaded and show the submenues. When the users closes the menu by moving the mouse away from the area the menu collapses. If the user expands the menu again the menu should have remember the last visit menu and show the menu.

View 4 Replies







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