ActionScript 2.0 :: Dynamic Content - Make A Sort Of Template For A Group Of Files

Nov 21, 2004

i need to make a sort of template for a group of files. it must contain both text and images (sort of help files where there is text and explanatory figures). i have to make this template 100% dynamic, meaning that i don't know the amount of text or number of images or where those images will be within the text. my client should be able to add text and images without having to edit the swf.

i know how to make textfields and movieclips during runtime, and how to load dynamic text and images, but the main problem is that the client wants the images inbetween paragraphs - not in a seperate place. -how do i set breakpoints in a dynamically loaded text -how do i position the images? -how do i position the rest of the text?

View 1 Replies


Similar Posts:


Make Multiple Flash Files From The Same Template And Then Edit That Template

May 24, 2010

If you make multiple flash files from the same template and then edit that template, will all those files have those same changes? If not, is there a way to make the same change on multiple files at once? Basically the same idea as linking HTML files to a single CSS file...

View 1 Replies

ActionScript 2.0 :: Gallery + Sort By List + Sort By Thumbs : 3 XML Files?

Mar 25, 2005

I need help with page "Thumbs" (as first frame), page "List" (as second frame) and Image gallery (as third and base). So, every frame have one own XML file...When you choose some thumb or list line, you must came to this image in the gallery. Easy, sure.. but i don't know what Function exactly i need to use.It's one flash move, hence it doesn't work with getURL or loadMovie...Some exemple with 3 separate pages here: yuri.fr

View 1 Replies

ActionScript 2.0 :: Flash Presentation Template - Set A Sort Of Action: OnPress.Nextframe

Dec 22, 2004

I`m working on a presentation template....Powerpoint really sucks! I`m gettin along ok, with fullscreen, presentation mode etc. However, the classic click and goto next slide aint working so good. yet. I`ve been trying to set som sort of action: onPress.Nextframe but it is not working. Also, I`m trying to create the reverse fx, let`s say when I hold down shift (for example) and then click - the "presentation" should play backwards.

View 4 Replies

ActionScript 1/2 :: Make A Simple Flash 500x300 With A Dynamic Content From Certain URL?

May 9, 2009

how to make a simple flash 500x300 with a dynamic content from certain URL

View 3 Replies

Actionscript 3 :: Make The Actual Stage Dynamic To The Content Loaded In The Flash File?

Nov 9, 2011

I was wondering if there is a way to make the actual stage dynamic to the content loaded in the flash file.

Firstly the method I am using is importing a external swf to the stage into a container called container. The main stage, lets call it index, is still on default size, and I want this to expand dynamically as content is loaded in. page1 may be 900px width, page2 may be 500px width, and as I load the content the index stage should expand the width to that of the page loaded. Some steps I have tried but did not work.

if page1 button is pressed stage.stageHeight = 900; - not working (how do I set stage size in as3)made a movieclip in page 1 spanning the page size and called it p1_stage so I can reference the data from there. trace(container.p1_stage.height); gives this error: TypeError: Error #1010: A term is undefined and has no properties. at index_fla::MainTimeline/frame1()

View 3 Replies

ActionScript 2.0 :: [FMX] Create Some Sort Of Typewriter Which Loads Its Content From An External File?

Oct 31, 2011

I wanna create some sort of actionscripted typewriter which loads its content from an external file, but i can't seem to get the code to work properly!

This is what i got till now:

2 layers:
- one with a textfield called 'textbox'
- one with the actions

A textfile which contains: waarde=Wannaloadtextfromanexternaltextfile!

4 frames, in the first frame i load the textfile this way:

[AS]q = 1;
loadText = new loadVars();
loadText.load("data.txt",this);
loadText.onLoad = function(success) {

[code]...

The problem is that when i assign the value of "text" in the first frame this way : <-- text = "Wannaloadtextfromanexternaltextfile!"; --> (witout the comment tags ofcourse) the typewriter works fine but when i load the var from the textfile nothing happens, the trace works fine and displays the contents of the var but the typewriter displays nothing.

the weird this is that when i add this after all the code in frame 1 it works fine: text = "azerty";
But when i add this it doesn't: text = "a";

So when i overwrite the var with the azerty value suddenly it contains the correct value in the next frame, when i assign only one character to it the script doesn't work anymore.

View 3 Replies

Edit PSD Files In Flash Template?

Aug 23, 2009

I am new to flash and I am trying to create my first flash site using a template that I have downloaded. I can edit the first page fine, but when I click the "about us" or any other section, the standard template text, Which isn't even in english, appears. I believe that these are psd files, and I have tried to edit them, saved and replaced file on my computer, but still I get the same unchanged text on this site when I preview.how to edit and replace these files within the flash movie?

View 1 Replies

Edit A Template Gallery With Not Xml Files?

Oct 13, 2009

i bought a template and have edited too my satisfaction,however i am unable to add more pics to the gallery,i can add frames and pics in the pics/thumbs timeline, but they do not showi can change the 12 pics in the original timeline without difficulty, but cannot find anyway to add more pics or thumbs.i have been trying to sort this for a week with no joy, i would really appreciate any help that i can get on this, any at all.i did post the .FLV file on the adobe server Case #0181222772

View 7 Replies

ActionScript 1/2 :: Using Flash Files As Template?

May 11, 2011

I wonder if it's possible to use Flash/AS files as "templates" - in other words, we have the website [URL] and the header is subject to change depending on the product-category you click in the shop. We will have approx 10 categories, and each will have a different product displayed in the flash movie, but the "background actions" should stay the same.

Now, in case I need to change something (let's say the logo changes from blue to red.. and the particle-size and shape) I don't want to change all 10 or more files again. So is there a way to use the "basic" flash file as template, which means - position of the Logo & shadow, and the particle code, and just change the variable pictures and stuff inside the categories? I took that red card-printer as sample of the card-printer category for example.

View 1 Replies

ActionScript 3.0 :: If Statement To Sort And Load Files Type

Jun 23, 2009

basically i have an xml file that is loading image paths to my loader clip, i need to modify the code to load a pdf in a new window aswell. I'm working alonge the lines of using an if statement, but i do not know how to define it to distingiush the pdfs from the jpgs.

function changePic(pict:Number):void {
pictURL = EXTxml.picture[pict].@image;
trace(pictURL);
if (pictURL == //ends in .pdf)

[Code]....

View 1 Replies

ActionScript 2.0 :: Edit Dynamic Content And Modify The Content And Save It All Within Flash?

Oct 1, 2007

how it is possible to edit dynamic content and modify the content and save it, all within flash.I have tried some experiments in the past and have got the text to change etc which is easy but i need a way to save the content so the next time anybody sees the flash it will have the latest content until i change it again.

View 2 Replies

IDE :: Creating A Dynamic Website Template

Sep 7, 2009

I'm about to create a Flash XML web site template.The site functionality should allow the site editor (the person)

-to add and remove new sub pages
-to edit pages contents
-to add and remove auto-scalable site multilevel menu items

What is the best way to do this? Where I can find guidance (tutorials or something like that) on building a full-scale, dynamic xml site?

View 1 Replies

IDE :: What Are The Softwares Required To Make Such A Template

Dec 12, 2009

what are the softwares required to make such a template(basiclly the particle effects)....i don't think these are built only in flash...

View 6 Replies

ActionScript 3.0 :: Make Sort Of 3d Coverflow Effect?

May 23, 2011

how to make this sort of 3d coverflow effect? how is it call in Flash?

[URL]

click on "see the topics"

View 4 Replies

ActionScript 3.0 :: Make 2, 3 Group Of Animation Using Multiple Arrays?

May 5, 2010

I m trying to make 2, 3 group of animation using multiple arrays, A group having 10 circles and those circles r moving from X to Y (using mainFunction). while moving... i m calling subFunction for blink effect (here my problem comes). So each circle are having two different animation (moving, blinking) ,

also going to make 2, 3 group by calling "mainFunction" Experts pls help me to resolve this problem, or sugges me some other way to make this animation

[Code]...

View 0 Replies

ActionScript 2.0 :: Make A Group Of Buttons With Random Movement?

Jul 14, 2005

i want to make a group of buttons, this buttons have to be in constant movement, random movement, so i download an example from this site, So now i have all the buttons moving, and the quesition is this... how can i make the random movement stop, on the rollover, and make it start again in the rollout.... thats the whole stuff..

View 6 Replies

ActionScript 3.0 :: Make Template In Flash/papervision3d?

Apr 5, 2011

ive got two template which ive seen online which i would like to make now purchasing them cost quite a lot so im looking to make these templates one or the other here the info on the templates:

template 1: templateaction.com/space-cube-flash-cms-template
template 2: templateaction.com/cube-flash-cms-template

on the website if you click live preview you will know what im looking for. now i researched a bit and notice that the cube in these templates is made in papervision3d and found a tutorial on that:gotoandlearn.com/play.php?id=68 now how can i make one or the other of these templates as their are the exact thing im looking for, for my project can anyone help me out. editing the cube is not a problem i could make it on click go to websites or scenes in flash, but the thing is im not a expert in flash or papervision3d so i need help to get the type of features in the templates on the cube.

View 1 Replies

ActionScript 2.0 :: Make A Sort Of Increasing Transparency Layer?

Mar 27, 2005

How i would go about making a sort of increasing transparency layer..

say i have a movieclip which is scrolling back and forth horizontally ..

as it reaches its extremes ( were i want it to start being hidden) i do not want it to be completly hidden right away .. but i want it to look more and more hidden the further into the extreme it goes , so it looks as if its fading when it scrolls to the side.

View 7 Replies

ActionScript 2.0 :: Make A Paper Doll Sort Of Program?

Apr 26, 2004

I'm trying to make a paper doll sort of program. I've got a bunch of PNGs of clothes cut out and I'd like to dynamically load them in with attachMovie. So I imported the PNGs into my project, but when I try to export them for ActionScript, the checkbox to do so is greyed out.

what the specific requirements are to be able to Export a symbol to ActionScript?

View 1 Replies

Professional :: Make A Group Or Rollovers That Display Larger Versions?

May 5, 2011

I am trying to make a group or rollovers that display larger versions on images when you rollover their thumbnails. The problem is since everythign is in layers the bottom layers rollovers show up undernieth the other thumbnails. My whole website design is based on this and I want to avoid writing code for each individual rollover. Is there a way I can make it so all the rollovers apear over all teh other buttons?

View 4 Replies

ActionScript 3.0 :: Table With Points - Sort Dynamic Texts Based On The Variable

Feb 10, 2010

Updated question: Is there a way to sort dynamic texts based on the variable (or simple value) they represent? Old dribble: I'm looking for some pointers for a problem with making a table. It may be that I have started off in the wrong direction - anyways, I'm stuck now. The .png displays my objects, and how they are connected/grouped. The highlighted (red) shows the variable containing the points.

The pink with the most points should be displayed higher than the rest, and 2nd most points should ofc be 2nd highest. I have tried taking the red variable out of the pink, but I could not think of a way of moving the red variable based on its own value. I'm going to edit the red variables (as the world cup goes on), and there is no need for cookies and such. And if there is a simpler way of doing the setup, let me know. I'm using SwishMax3 (SM2 up till a few days ago, so I'm more used to as2..)

View 5 Replies

Actionscript 2.0 :: Make A Contact Form In A Flash Web Template?

Dec 7, 2009

hey...i want to make a contact form in a flash web template which can take entered data and can send it to a particular email address....

View 3 Replies

Make Entire Group React On Mouse Over / Not Individual Movie Clips Themselves

Dec 10, 2009

i have a bunch of movie clips and in order to make them rotate the way i want i have grouped them together, made the entire group into a movie clip and applied the motion tween. I'm trying to code it so that when i mouse over the movie clips WITHIN the group movie clip, something happens. How would i go about it? All i can work out is how to make the entire group react on mouse over, not the individual movie clips themselves.

View 2 Replies

ActionScript 3 :: Make Regions Like In C# , To Group A Part Of The Code Allowing Us To Collapse It?

Apr 7, 2010

Is there a way in flex (Flash Builder 4) to make regions like in c#, to group a part of the code allowing us to collapse it and see through our project more easily?

In c# it's like:

#region exammple

// my funtions I want to group

#endregion

View 3 Replies

ActionScript 3.0 :: Make The Mask Be Sort Of A Brush On The Tip Of The Mouse Pointer?

Mar 22, 2011

i know how to make an animated mask to have an image on top of another to have them transition as the mask passes thru..but this time instead of animating the mask i was wondering how to make the mask be sort of a brush on the tip of the mouse pointer.

View 3 Replies

ActionScript 1/2 :: ._alpha - Make The MainBar Which Is Some Sort Of A Control Bar - Transparent

Mar 4, 2010

mainBar.onRollOver = function()
{
mainBar._alpha = 100;
}
mainBar.onRollOut = function()
{
mainBar._alpha = 0;
}

My mainBar(movieClip type) consists of several buttons. If i don't put the codes above, the buttons would work as per normal. but if i put these codes, the buttons do not respond when i click on them. I want to make the mainBar, which is some sort of a control bar, transparent when the mouse cursor is not over it. when the mouse cursor is over it, then it will re-appear. but the buttons on the control bar doesn't seem to work when i try to use this feature.

View 1 Replies

ActionScript 3.0 :: Sort An Array By Two Or More Sort Thingy's

Nov 27, 2010

I have an array that is structured like so.

[Code]....

Normally, I'd just like to sort the array alphabetically using the name field, which is easy enough using the following code. However, I'd like to create a radio button called 'loadedRadioButton' and when it's click on, I'd like to sort the array on the loaded value first(any items with loaded=true should be at the top, sorted alphabetically), then afterwards, any other items with loaded=false, sorted alphabetically should follow afterwards, how can I do it?

View 0 Replies

ActionScript 3.0 :: Sort Function - Sort The Video By Last Name

Mar 5, 2010

Here is a website that needs a sort function to sort the video by Last name. [URL] I would like to have a link that popped up videos sorted by last name. Please take a look at the following site for an example. [URL] When you click on seconds in the menu below, it opens a pop-up window that sort the videos in a certain way. If you are willing to,I will give you the source file of what it currently has on [URL]

View 1 Replies

ActionScript 2.0 :: Make A File Data Center Sort Of Thing In Flash

Jun 12, 2009

Im making a file data center sort of thing in flash. What's meant to happen is: You click an button on the side of the list and on the display area beside it it shows the text info on that item and the button that you click to display that item! really simple but i dont know how to do it Instance names: what ever you want
Actionscript dyscription:

1. Click button
2. [instance name: "display" MOVIECLIP] displays the frame("display2")
3. Click other button in list and goto and stop ("display3")

View 2 Replies







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