Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Adding Hyperlinks To An Existing Page


New to Dreamweaver 8, Fireworks and Flash: I've created the first of my pages in my navigation bar which are a series of articles that lead to the next article. But throughout the time I've spent creating the pages, including using Flash to create media for the titles' ("links") movement onto certain homepages, I did not enter the links/URL to the successive pages, not within the nav bar or within any of the articles to lead to the next page, or the next article. I cannot figure out how to go into a page in either Dreamweaver, Fireworks, or Flash (if possible) to add the links to that specific page.
Could some help be lended to me, please?




Adobe > Flash Site Design
Posted on: 01/25/2007 10:12:33 AM


View Complete Forum Thread with Replies

Sponsored Links:

Adding Hyperlinks To An Existing Page
New to Dreamweaver 8, Fireworks and Flash: I've created the first of my pages in my navigation bar which are a series of articles that lead to the next article. But throughout the time I've spent creating the pages, including using Flash to create media for the titles' ("links") movement onto certain homepages, I did not enter the links/URL to the successive pages, not within the nav bar or within any of the articles to lead to the next page, or the next article. I cannot figure out how to go into a page in either Dreamweaver, Fireworks, or Flash (if possible) to add the links to that specific page.
Could some help be lended to me, please?

View Replies !    View Related
Adding Swish File To Existing Web Page
Swish v2
I have just started using with Swish files. As I've already created a web site with a number of pages, successfully. I now want to add Swish files to the existing pages BUT.

My web site was created with AOL Easy Design and I have no problems with basic pages, the trouble starts when I place a Swish File on the page it displaces, what is already a well set up page, the rest of the page.
As I am new to this, is there a simple solution to this problem

View Replies !    View Related
Adding Hyperlinks To A .flv
I'm looking for some help in adding a link after my .flv finishes playing.

Right now I have my .flv loaded into flash using a FLVPlayback. Inserted into Frame1, Scene 1 and it plays just fine. What I would like it to do is at the end of the movie go to scene 2 and start playing (which is where I plan on putting my text for an external link)

How do I get the movie to play in it's entirety and then move onto scene two... keep in mind that I'm not a programmer, so I could really use specific code if you have the time. Right now my movie is labeled videoplayer.

Thanks for any help. Jess

View Replies !    View Related
Adding Hyperlinks
can someone post a simple tutorial similar to http://www.kirupa.com/developer/mx/hyperlink.htm ? I cant get to work it on flash 8.

View Replies !    View Related
Adding Hyperlinks To Xml Document
Hi

I've built a movie in Flash CS3, which calls in both its images and text from an xml file. The one thing I'm having a problem with, is getting some of that text (usually just a url) to function as a hyperlink. Can I code the text within the xml file to include hyperlinks? As an example, this is how one image and accompanying text would look in my xml file;

quote:<image>
<id>1</id>
<title>Image 1 heading</title>
<description>Image 1 text.</description>
<imageurl>IMAGES/image5.jpg</imageurl>
</image>

Many thanks for any help.

View Replies !    View Related
Adding Functions To Hyperlinks
Hello, I'm wondering if someone could help with this...

I have a flash textbox importing some html text. Is there a way to add a hyperlink in the html text to do a function on a certain mc?

for example:
I want an email link to call a function in _root.movClip

//
<a href="actionscript:_root.movClip.loadMail()">example link</a>

ActionScript Code:
_root.movClip.function loadMail(){
  gotoAndPlay("showmailform")
}

View Replies !    View Related
Adding A Existing .fla?
I have a movie already made and ready to go but I need to know if I can add a another movie into the file I already have. What I want to do is add a form I got from here. I dont want to do a link to it I want to put it in the movie I have. Can this be done? everytime I try to import to stage or import to library it gives me a error. thanks for any info you may have.

View Replies !    View Related
Adding To Existing Actionscript?
I am trying to create a movieClip that moves in a zig-zag motion and fades in and out. I have figured out the zig and fade in part, but I don't know how to add the second part of code. I know what needs to be added, but i can't figure out the proper way to add it. The code that I have so far, moves the movieClip up and to the right, and fades in from 0 to 100%. Now I want the the movieClip to move up and to the left and fade from 100 to 0%. This is what I have so far...

onClipEvent (load) {
startx = _x;
starty = _y;
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_x<=startx+50 || _y>=starty-100) {
_x += 5;
_y -= 10;
_alpha += 10;
} else if (_x == startx+50 || _y == starty-100) {
_x = startx+50;
_y = starty-100;
}
}

View Replies !    View Related
Help With Adding Preloader To Existing Art?
Hi guys...

I'm a newbie to Flash, but not to graphic apps....
Anyway, my first attempt at Flash is a movie that
has 80 something layers in Scene 1....

Now , after gaining more knowledge I realise i need a preloader........I've been reading the various posts here to find out how to do a preloader, but what is the simplest way to now add one to this existing .fla file...
(I can't add 2 frames to this large .fla file.....can I ?)

I can't work it out and realise I'm a lamer.....lol
So any words of wisdom would be greatly appreciated.......tia
(btw......I'm using Flash MX)

View Replies !    View Related
Adding A .fla To Existing Movie
Hello all:
I have this intro and when it gets to the end I would like to add another movie called header.fla but I do not know how to do this. Originally what I did was added another scene and made a actionscript say goto next scene but in the NEW scene I cannot import the flash movie.

Can anyone help me out?

Thanks,

PM

View Replies !    View Related
[CS3] Adding Images Into Existing Fla
Hello all.

This is my first time here, and practically my first experience with Flash.

I have purchased a web template, and I have managed to change certain parts of the fla, but I am really lost when I comes to adding another 7 images into it.

When all the animation stops etc, i would like to have the 8 images continually appear then fade automatically into the next image in a loop.

I have attached my fla file and images.

fla.rar

images.rar

Thanks heaps.

DazR

View Replies !    View Related
Adding Images To An Existing Mc
Hi to all,

I have a mc within a Flash template. I know how to swap out images, but do not know how to add to the existing mc.

I already imported images to Library, and played with importing to stage (close but no cigars).

I am including a zip file of the mc plus 2 samples to be added.

PM me for file.

Can someone please explain (step-by-step) how to insert more images with the same timeline as the existing images?

Any helps would be highly appreciated.

Thank you,
HiTekMom
(a.k.a. Mocha Martha Stewart)

View Replies !    View Related
Loading External .txt File + Adding Hyperlinks
Can anyone help me please!

I would like to know how I add a hyperlink in the .txt file which when loaded into flash mx...will enable the user to link to a webpage or send an email

thanks

ravenotice

View Replies !    View Related
Adding Hyperlinks To Flash Buttons, CS3 Professional
Hi all

So I have made my buttons in flash, I now need to add a hyperlink to them so the user can naviagte around my site, could some one point me in the right direction please!!!???

many thanks in advance

View Replies !    View Related
Help On Adding A Preload To An Existing Movie.
I made a Flash movie, but I didn't put a preload at the beginning. At that time I didn't know what a preload was. Is it possible for me to add a preload to an existing movie? How can I push the entire movie 2 frames forward so I can make room for a preload at the beginning? I'd appreciated any help anyone can give, thanks.

View Replies !    View Related
Adding An Existing Preloader To A New Movie
I have an existing preloader that is two scenes long. How do I add this to an already existing movie that has one scene? Thanks!

View Replies !    View Related
Adding Actionscript To Existing Component
Is it possible to add actionscript to a component. For example, can you add AS to the play/pause button on the FLV playback component? thanks!

View Replies !    View Related
Adding Files To An Existing Stream
Can you add files to a stream on the server so that a client of the stream just sees a continuos stream fo data?

View Replies !    View Related
Adding Flash 5 Preloader To Existing .swf File
I'm using Flash 5 and have created a menu to which I would like to add a preloader.

Not to sound stupid, but what are the step by step instructions to add a "Loading..." preloader movie to my existing menu?

The web site with the menu is located at http://www.davedicenso.com

P.s. I have searched the help areas at Flashkit.com and have not had much luck.

Thank you!
Jim
jim@davedicenso.com
http://www.davedicenso.com

P.P.S. If you have any comments or suggestions on kaing the site more professional, please let me know!

View Replies !    View Related
Adding CDATA To An Existing Xml And Flash Asset
Hi, I am a front end web designer/developer and analyst...struggling with putting an accordian flash xml menu together. I have it done except I need to add a simple trademark symbol circle with r. I am struggling with how to do this since I am not savvy in actioncript. I assume the best way is to add it is with a CDATA child node, but do not know how or whatever is the best way to get this done since am on a tight deadline. I need someone to explain step by step what I have to do to get this simple addition resolved. Attached are the links to home page and code for the xml file. The left navigation is the asset that I need to add the trademark symbol under about, about ADHERE. Thanks so much in advance!!!!!!
[URL=http://www.nodcreative.com/natrecor_sliced/natrecor_index.html]index page with flash xml menu asset[/URL]

xml code:

<?xml version="1.0" encoding="UTF-8"?>
<accodion>


<item name="HOME">


</item>


<item name="ABOUT">


<item name= "ABOUT ADHERE<![CDATA[write]]>"></item>

<item name="Medical Information" url="

View Replies !    View Related
Adding CDATA To An Existing Xml And Flash Asset
Hi, I am a front end web designer/developer and analyst...struggling with putting an accordian flash xml menu together. I have it done except I need to add a simple trademark symbol circle with r. I am struggling with how to do this since I am not savvy in actioncript. I assume the best way is to add it is with a CDATA child node, but do not know how or whatever is the best way to get this done since am on a tight deadline. I need someone to explain step by step what I have to do to get this simple addition resolved. Attached are the links to home page and code for the xml file. The left navigation is the asset that I need to add the trademark symbol under about, about ADHERE. Thanks so much in advance!!!!!!
[URL=http://www.nodcreative.com/natrecor_sliced/natrecor_index.html]index page with flash xml menu asset[/URL]

xml code:

<?xml version="1.0" encoding="UTF-8"?>
<accodion>


<item name="HOME">


</item>


<item name="ABOUT">


<item name= "ABOUT ADHERE<![CDATA[write]]>"></item>

<item name="Medical Information" url="

View Replies !    View Related
Adding Lines To Existing Variable Or TextArea
Hey there...

I have a loop running on a buttons submit which returns several results in the form of...

Product ID - Product Name

Basically, I want to have a textArea, or a variable textfield and have it update it for each of the products the loop returns...

For instance... the loop runs, and returnes 3 products.... I want the final display in the text area to be

Product ID1 - Product Name1
Product ID2 - Product Name2
Product ID3 - Product Name3

Can someone explain to me how I might achieve this?
Thank you.

View Replies !    View Related
Adding Frames To Existing Flash Intro
I am just learning flash 8. Any help on this will be most appreciated! I've labored with it for weeks now.

I have a pre-made flash intro. I have redone everything in the existing one. Now, I need to add more frames (I guess frames is the right word - I may mean Layers!). For example, it has frames saying "keyword 1", keyword 2", and "company slogan". I need to add several between "keyword 2" and "company slogan". My friend I'm doing the intro for to put on their website wants to add more sayings before the end of the intro.

If I need to upload what I have so far somewhere for you to see I will and I can also put my swf file somewhere for you to download if needed.

Thank you very much!

View Replies !    View Related
Adding A Slideshow To An Existing Flash Site
hey everyone, n00b here. I've been learning flash for a week or two now, and i'm at the point where i want to add a slideshow to a site im developing. I want it to kinda like "overlay" the existing flash site, so that users don't have to load another movie or website to look at pictures. Can anyone help me out with this?

View Replies !    View Related
Adding Properties To Existing Custom AS 2 Class
My goal is to add properties to an object at runtime. That object is defined through an external AS2 class.

My class looks like this:


ActionScript Code:
class MyClass {
    function MyClass(name:String, args:Array){
          _name = name;
         
          for(var i=0; i<args.length; i++){
               this[args[i]] = null;
          }
     }
}


In my timeline I am creating the object like so:

ActionScript Code:
var myObject:MyClass = new MyClass("myObject", ["arg1", "arg2", "arg3"]);


Now if I run a for...in loop on myObject it outputs the _name property and the 3 arguments from above.

But if I try to change the value of one of the object's properties, for example:


ActionScript Code:
myObject.arg1 = 25;


I get this error:


Code:
**Error** Scene=Scene 1, layer=Layer 2, frame=1:Line 16: There is no property with the name 'arg1'.
myObject.arg1 = 25;
Please excuse my OOP writing. Brand new at it. But does anyone catch my drift and understand how to do what I am trying to do?

View Replies !    View Related
Adding Images To Existing Flash Movie
I have downloaded a flash template, which has no images. I was wondering whether there was any way of adding images to the existing flash movie.

View Replies !    View Related
Adding Event Sound To Existing Flash Button
Hello:
I am wondering if one can add an event sound to an existing flash button. The button was created in Dreamweaver and is a flash button but I would like to add a sound effect and was wondering if this could be done. Please let know how to accomplish this if it can be done. Thanks

View Replies !    View Related
[MX04] Adding A Scroll To Existing Flash Document
Hello,

I have an existing flash document that has xml loaded onto a graphic. The xml document contains so much data that the information is displayed in 2 columns and users press a button to go to the next set of data in the xml document. Instead of pressing a button to go to the next set of data, I want the data to be displayed all at once but the user should be able to scroll down to view the rest of the xml document data.

I am fairly new to flash. I learned some of it on my own, on the fly. I understand that textfields are used to load and display the xml data. I know I can add buttons and code in the scrolling action. But I don't know how to add it onto an existing flash document. Also I am not sure how the buttons work with the xml being displayed in a graphic.

Any information is appreciated.

View Replies !    View Related
Newbie Needs Help: Adding Additional Image Capacity To Existing Slideshow
Hi,
I tried finding the answer by doing a slideshow search but was unsuccessful. I am a newbie who only needs to make some minor changes to some flash files and I am using a trial version of Flash MX.

I am altering a template (that I bought) for our new website. The template came with an 8 image slideshow that fades in and out. I would like to add additional images to the slideshow beyond the 8 image capacity. I am having trouble, however, trying to add new images to the slideshow. When editing imagechanger.fla in Flash MX (to increase the slideshow capacity beyond the 8 image capacity to 9) I am not able to see my edit correctly reflected when going to File->publish preview->flash. Instead, I see all of my other 8 images change fine but not the new 9th one. Here are the steps that I followed after moving imagcahanger.fla to my main directory:

1) Added new layer for Image 9 by doing following:
Insert->timeline->layer, highlighted, copied and pasted existing Image8 layer to the new image9 layer, removed all frames (at the end of the new layer) back to align with end of action layer line, renamed new layer "image9"

2) Action Layer - Selected, copied and pasted the last frame to create an action for the newly inserted image layer. Inserted a keyframe at the end. Edited the Actions frame box to read as follows (changed the "8" to a "9"):
loadMovie("flash/image9.jpg", "_root.pic9");

3) Added a new image9.jpg to my flash folder.

I enclosed the edited file and the original so you can take a look at it. If someone can give me an assist, I would greatly appreciate it. Thanks in advance
njb

View Replies !    View Related
Adding EventListener MouseEvent Click To Existing Mc Which Aleady Has Alpha Motion...
hi, my name's jude and i'm an author designing a site for my new publishing company. i want to use a flash button on the site and am having problems finding the right actionscript. i'm a total nOOb in actionscript but i promise i've done lots of research into this - however the only tutes i can find are for starting from scratch making movie clip buttons.

all i want to do is add the actionscript for a mouse click which takes you to the desired URL, to this existing code controlling the motion of the movie clip.

onClipEvent(load)
{
dir = 0;
speed = 6;
original._alpha = 0
this.onRollOver = function()
{
dir = 1;
}

this.onRollOut = function()
{
dir = -1;
}
useHandCursor = true;
}
onClipEvent(enterFrame)
{
temp = original._alpha + speed*dir;
original._alpha = Math.min(100,Math.max(temp,0));
}

you can see the completed .swf (before i changed the HandCursor to true) here.

and here are screenshots of the relevant pages in flash

http://i250.photobucket.com/albums/g...reenshot-1.jpg

http://i250.photobucket.com/albums/g...reenshot-2.jpg

http://i250.photobucket.com/albums/g...in/scene-1.jpg


- i would be so grateful for any help from you guys (and, i presume, girls!) - many thanks in advance.

View Replies !    View Related
Uble Adding Additional Animation To An Existing Rollover Movie Clip.
Hey all,

I'm using Flash 8. I have a picture of a building which is segmented into floors. Upon rolling over a grouping of floors the user sees either a blue overlay, indicating they can click, or a gray overlay simply describing what the floor is. I already have some actionscript in place and I don't need to alter it, I just added more animation to an existing movieclip rollover, but it's not quite working. On one of the floors that rolls-over gray, I want an additional rollover with some text. So I made a movie clip of the rollover animating out and the type coming in and I just added it to the gray fade in movie clip since there was already onRollover actionscript in place there. However, the rollover kept playing over and over again. So, of course I added a Stop action. Then, the animation didn't work anymore, it just rolled over to the final state of that animation. Does anyone have any ideas of what I can do, or what I can do as an alternative? I'll post the actionscript in case that helps. Like I said, the rollover "rolls-over" but either loops (without a Stop action), or rolls over to the final frame in the animation (with a Stop action).

Thanks!
Mc

View Replies !    View Related
Its Possible To Give Hyperlinks For Swf File In Html Page
Hai Flash Experts,

After placing the swf file in html pages, its possible to give hyperlinks to swf file through html tags like gif.

Pls give solution for this

thx
sathish

View Replies !    View Related
Existing Page's Closing Animation
hi everyone;

how can we do this?

after we click on a button to go to another section of a website, before we go to the next page, existing page plays a closing animation.

if someone explain this to me with a little example of a fla or smt. , I would appreciate it.

View Replies !    View Related
How Do I Load An Existing Html Page?
Okay so for my final project in school we have to make a website using dreamweaver. Well I made a flash opening animation complete with a preloader bar. Now the problem i'm having is, how do I go from the flash part to my html file that i'm currently still tweaking in dreamweaver.

View Replies !    View Related
Noob Question About Loading A Kirupa Image Scroller Into An Existing Flash Page ^^
I created a simple flash page for my photography section on my site. Here is a picture of it in my flash workspace:
I had no problems until I started trying to make photo.s load within the movieclip space I set (the white area next to the news space). I followed a couple of nice tutorials, but this one was the one that fit exactly what I wanted -Kirupa image scroller. The problem is that I think the movie scroller is meant as a standalone flash movie and when I tried to imbed it into the movie space in mine it just took precedence and hid the entire flash page I wanted as the base. Basically I think I need to learn how to imbed one flash movie into a parent flash movie to pull this off, or maybe there is a much smarter and more straightforward method I am missing because I am so new to this? Thanks ahead of time for any responses, and I am sorry if this is really simple. I am very new to flash development.

View Replies !    View Related
Adding Hyperlinks To Text Inside Scrolling Text Box
I'd like to add a few links to the text inside a scrolling text box. Any help would be greatly appreciated. Thanks!

[Edit Moved to Actionscript! -SJT ]

View Replies !    View Related
Adding A "fadeout" Line Of Code To An Existing Script
I modified a script i found right here on good ol' F-to-the-K which increases the alpha of my buttons as the cursor approaches them.

When the cursor is over "button01" then, its alpha is 100% while buttons "button02" and "button03" have alpha values of say 80% and 50% - this is all cool and how i want it.

However, when the button is pressed, I'd like all the unselected buttons to just fade away over a time of say 2 seconds.

I guess I need to put a statement like -

Code:
button01.onRelease = function {
button02.alpha FADE AWAY SCRIPT
}

somewhere, but i don't really know how to write it or where to put it (the buttons are MCs btw)

Any help much appreciated

here's the current script, thanks guys and girls


Code:
MovieClip.prototype.distance = function(x, y) {
xm = _root._xmouse;
ym = _root._ymouse;
return Math.sqrt(((x-xm)*(x-xm))+((y-ym)*(y-ym)));
};
button01.onEnterFrame = function() {
if (distance(this._x, this._y)<=400) {
this._alpha = 200-distance(this._x, this._y)*.6;
} else {
this._alpha = 0;
}
};
button02.onEnterFrame = function() {
if (distance(this._x, this._y)<=400) {
this._alpha = 200-distance(this._x, this._y)*.6;
} else {
this._alpha = 0;
}
};
button03.onEnterFrame = function() {
if (distance(this._x, this._y)<=400) {
this._alpha = 200-distance(this._x, this._y)*.6;
} else {
this._alpha = 0;
}
};

View Replies !    View Related
Trouble Adding Animation To Existing Rollover Animation
Hey all,

I'm using Flash 8. I have a picture of a building which is segmented into floors. Upon rolling over a grouping of floors the user sees either a blue overlay, indicating they can click, or a gray overlay simply describing what the floor is. I already have some actionscript in place and I don't need to alter it, I just added more animation to an existing movieclip rollover, but it's not quite working. On one of the floors that rolls-over gray, I want an additional rollover with some text. So I made a movie clip of the rollover animating out and the type coming in and I just added it to the gray fade in movie clip since there was already onRollover actionscript in place there. However, the rollover kept playing over and over again. So, of course I added a Stop action. Then, the animation didn't work anymore, it just rolled over to the final state of that animation. Does anyone have any ideas of what I can do, or what I can do as an alternative? I'll post the actionscript in case that helps. Like I said, the rollover "rolls-over" but either loops (without a Stop action), or rolls over to the final frame in the animation (with a Stop action).

Thanks!
Mc

View Replies !    View Related
[CS3] Adding A Rollover Animation To An Existing Animation?
Hi there,

Sorry if the question sounds a bit confusing, but I've previously managed to create rollover animations for static movieclips, but I'm really struggling to add a rollover animation to a movieclip that already has an existing looping animation, and also ensure that there is a smooth transition regardless of where the looping animation has reached? Similar to what's in the following sites:

http://unlimited.orange.co.uk/flash/go

http://www.ileduboucanier.com/ileduboucanier.html

Any ideas/tips/links to tutorials would be greatly appreciated!

View Replies !    View Related
Adding Code To Existing Code
I've been after an answer for this problem for some time!

I have a 2-layerd movie which consists of a roll-over script. When the cursor goes over my movie it loads the 2nd layer. Very simple!

I would like a passage of text to appear also, in a seperate area of the frame, when the cursor rolls over the same movie.

How would this be possible? Can I add some coding to the existing code thats placed on the movie?

PLEASE PLEASE HELP IF YOU CAN!

View Replies !    View Related
Adding Code To Existing Code
I've been after an answer for this problem for some time!

I have a 2-layerd movie which consists of a roll-over script. When the cursor goes over my movie it loads the 2nd layer. Very simple!

I would like a passage of text to appear also, in a seperate area of the frame, when the cursor rolls over the same movie.

How would this be possible? Can I add some coding to the existing code thats placed on the movie?

PLEASE PLEASE HELP IF YOU CAN!

View Replies !    View Related
Adding Code To Existing Code
I've been after an answer for this problem for some time!

I have a 2-layerd movie which consists of a roll-over script. When the cursor goes over my movie it loads the 2nd layer. Very simple!

I would like a passage of text to appear also, in a seperate area of the frame, when the cursor rolls over the same movie.

How would this be possible? Can I add some coding to the existing code thats placed on the movie?

PLEASE PLEASE HELP IF YOU CAN!

View Replies !    View Related
Putting Existing Flash Intro Into New Flash Page?
I am completing a Flash website for my client. He wants me to put a flash intro he already has into the flash website I just completed for him.

I have never done this before. Can anyone give me any pointers? I don't have the original FLAs, just some SWFs.

Think the pages are different sizes. Here is the flash I did: My Work It's 775 wide by 478 High.

Here is the flash work they want me to put in the front flash webpage: Their work Just click it.

How would you handle this? I don't see why they would want to take a different looking interface and put it into this one. They should just let me take the voice over and make my own around it. Maybe I will suggest that.

View Replies !    View Related
Help Adding Music To A Page
hi everyone! i hope you guys can help me, because im extremely computer illiterate!!>_<

im currently constructing a website in flash mx and i want to put music (that is a mp3/wma file) onto each page, so when each page loads, the song is played..

i was wondering if thats possible.. and if so, how to do it..

thanks for the help!

View Replies !    View Related
Adding Sound To A Web Page
I'm sure there's an easy link to answer this question, but I've been following links for the last 20 minutes and can't find anything.

All I want is to add an area on a band website that has all the regular things of a sound file player (buttons, volume scroll, progress scroll). The band I'm doing it for wants it to be similar to the one on www.drowningpool.com/home.html, if that helps. And i need to make the file that plays into a .swf file? I don't know how to do that either.

I've looked at scripts for it, but I have no clue how to add it. I'd be greatly appreciative if someone can point me in the right direction

-Hannah

View Replies !    View Related
Help With Adding Flash To Web Page
Ok, I'm very new at this. I added my flash in dreamweaver, and saved it. I viewed the html file on my harddrive offline, and the flashplayed fine. I sent the html through ftp to my web host. Now when i view my site, there is a white box where my flash should be. Here is a link to my site

mydadletsmedrink.fcpages.com

sorry about the bad language on this site, it's a joke for me and my friends.

View Replies !    View Related
Help Adding Contact Swf To Page
Hi firstly i'm a total novice at flash. Ive bought a template and had no problems changing text and images. I've downloaded a new contact form that's more fancy than the one on the template but i'm having problems importing it into the page where the existing contact form is. I've tried copying all frames and pasting them into the template but that doesn't work I've tried making the form into a movie and pasting it into the page but no lick there. I've been trying for two weeks now. Any ideas would be appreciated. I can email the two fla's if that will help Thanks Kiomisu.

View Replies !    View Related
Adding Elements To Xml Page, As3
Hello all,
i was wondering how to add elements to an xml page. When I click on the thumbnail, the video loads in the player, and "image" loads beside it. I would like to add a sub scrollpanel for each video loaded (diplaying the chapters of the video). For now though, I am just trying to find the correct place to put it in the xml page. It seems the only elements flash recognizes are description, path, and data. here is my code:

<content>
<item>
<description>image</description>
<path>thumbnail</path>
<data>video</data>
<type></type>

</item>

As you can see, all the elements here are assigned except for type. If i add a .jpg or a .flv in type, i get the following error:
Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
The path is correct though. Any ideas? Here is my AS:


import fl.video.VideoEvent;
import flash.events.MouseEvent;
import com.afcomponents.scrollpanel.ScrollPanelEvent;
import flash.display.Loader;
import flash.display.LoaderInfo;
import flash.net.URLRequest;
import flash.net.navigateToURL;



function loadComplete(event:ScrollPanelEvent){
myScroll.addGenericItemEventListener(MouseEvent.CL ICK, playOnClick);
video1.source = myScroll.getSelectedItem().data;

var imageLoader:Loader = new Loader();
var myRequest:URLRequest = new URLRequest(myScroll.getSelectedItem().description) ;
imageLoader.load(myRequest);
addChild(imageLoader);
imageLoader.y = 160;
imageLoader.x = 22;


}

myScroll.addEventListener(ScrollPanelEvent.XML_LOA D_COMPLETE, loadComplete);


function playOnClick(event:MouseEvent) {
video1.source = event.target.data;
//variable to load clicked video data from description field
var imageLoader:Loader = new Loader();
var myRequest:URLRequest = new URLRequest(event.target.description);
imageLoader.load(myRequest);
addChild(imageLoader);
imageLoader.y = 160;
imageLoader.x = 22;

var imageLoaderb:Loader = new Loader();
var myRequestb:URLRequest = new URLRequest(event.target.type);
imageLoaderb.load(myRequestb);
addChild(imageLoaderb);
imageLoaderb.y = 260;
imageLoaderb.x = 22;

}

thanks

View Replies !    View Related
Adding Elements To Xml Page, As3
Hello all,
i was wondering how to add elements to an xml page. When I click on the thumbnail, the video loads in the player, and "image" loads beside it. I would like to add a sub scrollpanel for each video loaded (diplaying the chapters of the video). For now though, I am just trying to find the correct place to put it in the xml page. It seems the only elements flash recognizes are description, path, and data. here is my code:

<content>
<item>
<description>image</description>
<path>thumbnail</path>
<data>video</data>
<type></type>

</item>

As you can see, all the elements here are assigned except for type. If i add a .jpg or a .flv in type, i get the following error:
Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
The path is correct though. Any ideas? Here is my AS:


import fl.video.VideoEvent;
import flash.events.MouseEvent;
import com.afcomponents.scrollpanel.ScrollPanelEvent;
import flash.display.Loader;
import flash.display.LoaderInfo;
import flash.net.URLRequest;
import flash.net.navigateToURL;



function loadComplete(event:ScrollPanelEvent){
myScroll.addGenericItemEventListener(MouseEvent.CLICK, playOnClick);
video1.source = myScroll.getSelectedItem().data;

var imageLoader:Loader = new Loader();
var myRequest:URLRequest = new URLRequest(myScroll.getSelectedItem().description);
imageLoader.load(myRequest);
addChild(imageLoader);
imageLoader.y = 160;
imageLoader.x = 22;


}

myScroll.addEventListener(ScrollPanelEvent.XML_LOAD_COMPLETE, loadComplete);


function playOnClick(event:MouseEvent) {
video1.source = event.target.data;
//variable to load clicked video data from description field
var imageLoader:Loader = new Loader();
var myRequest:URLRequest = new URLRequest(event.target.description);
imageLoader.load(myRequest);
addChild(imageLoader);
imageLoader.y = 160;
imageLoader.x = 22;

var imageLoaderb:Loader = new Loader();
var myRequestb:URLRequest = new URLRequest(event.target.type);
imageLoaderb.load(myRequestb);
addChild(imageLoaderb);
imageLoaderb.y = 260;
imageLoaderb.x = 22;

}

thanks

View Replies !    View Related
Adding Bookmarks To A Page
Hi I've created a presention in flash mx that navigates multiple pages.

There are many pages to the entire presentation so I would like to add a feature where the user, can "add a bookmark" to any certain page.

This bookmark would appear as a small tag or something attached to the corner of the page, and when clicked should take the user back to that particular page in the document.

I have attached a small image of what I'm talking about.

I would like to know if there is any way to script this functionality such that when a button :called "bookmark this page" is clicked, the visual bookmark appears on the page, and remains there sort of sticking out from behind the page, no matter where else the user navigates to....and if the user wants to return to a bookmarked page..he/she should simply click this bookmark.

Many thanks to anyone who can help.

Cheers.

View Replies !    View Related
Adding Elements To Xml Page, As3
Hello all,
i was wondering how to add elements to an xml page. When I click on the thumbnail, the video loads in the player, and "image" loads beside it. I would like to add a sub scrollpanel for each video loaded (diplaying the chapters of the video). For now though, I am just trying to find the correct place to put it in the xml page. It seems the only elements flash recognizes are description, path, and data. here is my code:

<content>
<item>
<description>image</description>
<path>thumbnail</path>
<data>video</data>
<type></type>

</item>

As you can see, all the elements here are assigned except for type. If i add a .jpg or a .flv in type, i get the following error:
Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
The path is correct though. Any ideas? Here is my AS:


import fl.video.VideoEvent;
import flash.events.MouseEvent;
import com.afcomponents.scrollpanel.ScrollPanelEvent;
import flash.display.Loader;
import flash.display.LoaderInfo;
import flash.net.URLRequest;
import flash.net.navigateToURL;



function loadComplete(event:ScrollPanelEvent){
myScroll.addGenericItemEventListener(MouseEvent.CL ICK, playOnClick);
video1.source = myScroll.getSelectedItem().data;

var imageLoader:Loader = new Loader();
var myRequest:URLRequest = new URLRequest(myScroll.getSelectedItem().description) ;
imageLoader.load(myRequest);
addChild(imageLoader);
imageLoader.y = 160;
imageLoader.x = 22;


}

myScroll.addEventListener(ScrollPanelEvent.XML_LOA D_COMPLETE, loadComplete);


function playOnClick(event:MouseEvent) {
video1.source = event.target.data;
//variable to load clicked video data from description field
var imageLoader:Loader = new Loader();
var myRequest:URLRequest = new URLRequest(event.target.description);
imageLoader.load(myRequest);
addChild(imageLoader);
imageLoader.y = 160;
imageLoader.x = 22;

var imageLoaderb:Loader = new Loader();
var myRequestb:URLRequest = new URLRequest(event.target.type);
imageLoaderb.load(myRequestb);
addChild(imageLoaderb);
imageLoaderb.y = 260;
imageLoaderb.x = 22;

}

thanks

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved