Problem with Flash Buttons Help me

Sir
i design some Flash buttons but it is save as .swf extension
if i save as jpg or gif then animation not working as well as
effects.
sir
how can i call the flash buttons in java plz guide me
JButton mybutton=new JButton(how can i pass swf extension button);

kglad
what I did was place the code with the trace evt into the action script under the label on the timeline I have for album1. With AS3 I guess that's the new way of doing it.
I then saved the file and output it for preview in flash as well as html, and I got no response on pressing the button apart from the normal animation and sound I have associated with my buttons. I also looked in the output window and no information came up, which in response to Ned's help, means my buttons are not connecting.
Damn, I have tried everything and retraced my steps from scratch, but I am missing something.
Nonetheless I also opened up dreamweaver cs4, and made a test HTML like you mentioned yesterday, and I inserted my flash file(banner) onto the webpage. Went to preview it, through dreamweaver cs4, but everything else but my buttons work. I have graphics, sound and animation but no damn links work.
Thanks for your help
Regards
Charlie

Similar Messages

  • Hey everyone I am haveing problems with Flash Button

    Hello everyone I am new here so I am haveing problems with
    Flash Button because of the html address it wont go to the address
    that i put into it it keep going to
    http://www.faithdesigner.net/www.faithdesigner.net/pricing.html/www.faithdesigner.net
    why does it do that? this is a link problem issue with flash
    button in macromedia dreamweaver 8?
    someone please help me?
    Jeremy

    >
    http://www.faithdesigner.net/www.faithdesigner.net/pricing.html/www.faithdesig
    > ne
    > r.net
    In the dialog box for the Flash Button, in the link box, put
    the full
    absolute path if an external page. Including the
    http:// part.
    http://www.example.com/page.html
    for pages inside your site- use the browse to file icon, and
    use a relative
    path.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Problem with Flash Button Sticking

    I am adding Handlers to Mouse Events using action Script 3.
    The buttons move up and down when rolling over the button. So you
    have that "wave effect" when navigating the site.
    The problem I am having is that if you rollout of the button
    before the button is done playing the movie it freezes at that
    point of the movie.
    Has anyone had this problem before? Can anyone help?
    THANKS!

    The standard reply is -
    1. Why are you using frames since there are many compelling
    reasons not to?
    2. Why are you using Flash navigation since there are many
    compelling
    reasons not to?
    Most people here don't work with (assiduously avoid) both of
    those critters,
    so, you may have trouble getting a more explicit response!
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "jawy2007" <[email protected]> wrote in
    message
    news:fgrr3g$ivf$[email protected]..
    > Problem with Frames in Dreamweaver 2004 mx using Flash
    9. When using Flash
    > buttons in Dreamweaver within a frame and specifing a
    target frame the
    > flash
    > button loads a new page in another window and not in the
    frame specified.
    >
    > Steps to reproduce:
    >
    > Dreamweaver: New Wesbite / "Create from samples" /
    Framesets / Select
    > "fixed
    > left"
    > In the left frame insert a Flash Button and link it to a
    page to load in
    > the
    > mainFrame.
    >
    > What went wrong?:
    >
    > When the flash button is pressed the page loads in a new
    Internet Explorer
    > window instead of loading in mainFrame frame.
    >
    >
    > What should have happened?:
    >
    > When the flash button is pressed the page should load
    with the mainFrame
    > frame.
    >

  • Firefox Problems with Flash Button alignment

    Hey Forums,
    I am using Dreamweaver CS3, for a website. For the page I
    used a 3 column elastic with header and footer.
    On the left sidebar I have four flash buttons, and whenever I
    preview the page in Mozilla Firefox, the upmost button for some
    reasons aligns to the right. I have no alignment settings set, and
    the alignment for the sidebar is set to left. It only happens in
    Firefox, not Safari nor Internet Explorer. I attached the code, if
    you need anymore info, ask.

    >
    http://www.faithdesigner.net/www.faithdesigner.net/pricing.html/www.faithdesig
    > ne
    > r.net
    In the dialog box for the Flash Button, in the link box, put
    the full
    absolute path if an external page. Including the
    http:// part.
    http://www.example.com/page.html
    for pages inside your site- use the browse to file icon, and
    use a relative
    path.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • GT70 Dominator Dragon, Problems with Quick buttons ( Help)

    Hi  my friends, first  sorry my engliash its really bad.
    Have  a little problem with  the quick buttons of my  GT70 Dominator Dragon. Have  a  moth  with the Pc and I really love it, all work fine but when I update the Pc some  quick buttoms stop working.
    where  can find the new drivers? of how I can  fix this??
    Here a  photo with the  problems
    Ty all and sorry again

    EC reset only needs once, just by removing the battery and the AC adapter and wait for few minutes then plug the AC adapter back on and restart the system.
    If you have pre-installed Win8.1, then the first video button should have Power DVD 10 running after pressing. (Only if you don't have the Power DVD software, then it'll show the windows media player.)
    G buttons will only work if you have the application installed.
    Display off button, G button and the video play buttons will need the right EC firmware and the SCM drivers (plus the right application installed)
    Check if you have the latest EC firmware in BIOS menu. (Press Delete button after MSI logo shows up during the bootup to enter the BIOS menu> Main> System Information> EC version)
    Full color backlight keyboard (516) *check your current version and make sure after update, the version name is also starts with the same number 5XX.
    http://dl.msi.com/download_files/frm_exe/1763EMS1.516.zip

  • Constant Problems with flash, Please help Urgent for University work

    Hello Im having problems, my 1st frame code is
    stop();
    import flash.events.MouseEvent;
    sync_btn.addEventListener(MouseEvent.CLICK, onClick);
    function onClick (e:MouseEvent):void{
    gotoAndStop(2);
    This seems to work fine, and get my to the 2nd frame, which is where i have problems, my aim is to make a button to continue, and a button to go back to the first frame i p much copied what you used.
    stop();
    SyncMusic_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler1);
    function mouseDownHandler1(event:MouseEvent):void {
    gotoAndStop(3);
    BktoConfig_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler2);
    function mouseDownHandler2(event:MouseEvent):void {
    gotoAndStop(1);
    The instance names were copied straight from where i named them so they are right, this is making me mad because ive been working on cs5.5 at uni, and on cs4 at home and my cs4 doesnt run my cs5.5 work i had made a start on (where all this was working)
    I keep getting the error :
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at Untitled_fla::MainTimeline/frame2()
    at flash.display::MovieClip/gotoAndStop()
    at Untitled_fla::MainTimeline/onClick()
    And the button going back doesnt work, Im in urgent need of help because this assignment is due next week, and ive been working on it for at least 2 weeks now and nothing i can do seems to be working.

    The 1009 error indicates that one of the objects being targeted by your code is out of scope.  This could mean that the object....
    - is not in the display list
    - doesn't have an instance name (or the instance name is mispelled)
    - does not exist in the frame where that code is trying to talk to it
    - is animated into place but is not assigned instance names in every keyframe for it
    - is one of two or more consecutive keyframes of the same objects with no name assigned in the preceding frame(s).
    If you go into your Publish Settings Flash section and select the option to Permit debugging, your error message should have a line number following the frame number which will help you isolate which object is involved.

  • Another person who has a problem with Flash - Please Help!!

    I have a Dell Dimension 4700 Intel (R) Pentium (R) - 4 CPU   2.80 GHz    2.79 GHz    504 MB of RAM
    For a few years now I would have to restore the computer to an earlier time after an update was done in order to view youtube, etc.  It seemed that when my computer did an automatic update it would mess up the flash player.
    My husband just recently did another update and now the flash isn't working and the computer won't restore anymore.
    I keep getting the following messages:  adobe flash player active x set up failed to install 19166
    program error:  failed to register      status installation complete
    I have uninstalled and installed the flash several times
    everytime i go to install flash it says:  Adobe Flash Player 10:  This application has been downloaded before.  Reload?
    Then I get:  Your security settings do not allow websites to use ActiveX controls installed on your computer.
    I don't want to take this somewhere because I have a feeling that will just wipe the computer clean and I have a feeling it is something stupid that I'm not doing.
    Please Help.

    OK...Check, check...did all that. I am cutting and pasting a segment from the flash troubleshooting page because its exactly what is happening to me. There were no responses to help this person.
    "I've tried installing flash player 9 but am not able to do so. It will begin installing but when it gets to 'items remaining: 4' the progress bar continues to move and underneath says searching but nothing happens. I tried leaving it on all night but same thing when I came back in the morning. When I close the installer it then says 'stopping now may result in an incomplete set of software' Also, when I tried uninstalling previous versions, the uninstaller does nothing. It says 'items uninstalled: 0' and 'processing', but same thing, the thing spins but nothing happens. i tried the other steps given to see if that helped but nothing seems to work."
    Here is the page...
    http://sdc.shockwave.com/cfusion/webforums/forum/messageview.cfm?forumid=44&cati d=184&threadid=1267248&enterthread=y#4577694
    I tried some of the suggestions above the last two posts. But it looks like my problem is the same as those.
    I even tried to post on there but from what I see it looks like I have to have flash to do it...I get the page with the blue lego brick.
    I'm pulling my hair out. I didn't realize how much of the internet ran on flash.

  • I have problem with Flash Player. Full screen doesn't work correctly. Turning off hardware acelleration helps but I want this option to work.

    Problem exist only on YouTube. When i want get full screen, I have black screen with audio. If I click few times full screen button it helps, but I want to go to full screen by one click.
    If i turn off hardware acceleration everything is ok but vids looks terrible.
    I have this problem with Flash Player 10. No 9 works good, but some websites wants no. 10

    Generaly FP works, but problem is that i must press few times full screen button. Now i have turn off hardware accelleration, but movies are quite bad.
    I have already installed newest graphic drivers but it didn't help.
    Everything was good unless Flash Player and Mozilla notificated that update is necessary :<

  • Good evening I would please help me, IGood evening I would please help me, I have problems with flash player when update on my computer Flash Player for windows 8, gives me error in the installation that is not apply on my computer. Please help. Thank You

    Good evening I would please help me, IGood evening I would please help me, I have problems with flash player when update on my computer Flash Player for windows 8, gives me error in the installation that is not apply on my computer. Please help. Thank You

    First, confirm that ActiveX Filtering is configured to allow Flash content:
    https://forums.adobe.com/thread/867968
    Internet Explorer 11 introduces a number of changes both to how the browser identifies itself to remote web servers, and to how it processes JavaScript intended to target behaviors specific to Internet Explorer. Unfortunately, this means that content on some sites will be broken until the content provider changes their site to conform to the new development approach required by modern versions of IE.
    You can try to work around these issues by using Compatibility View:
    http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-11
    If that is too inconvenient, using Google Chrome may be a preferable alternative.

  • A really annoying problem with a button/movie clip

    I am having a problem with a button! its driving me insane
    because i managed to do it last week, but that was by chance and
    now i can't remember how i did it!
    I can get the button (i'm using gelright from the common
    libraries panel) and convert it to a movie clip(by pressing F8) and
    even attach a behaviour but when i play the movie it doen't work!
    when i move the curser over the button it changes into a hand, but
    will not act like a button, even though i have set the behaviour to
    'on release, go to and play keyframe 2'.
    Please help me, for the sake of my laptop goin through the
    wall!

    virgosam20 wrote:
    > first, i found the button i wanted in the common
    libraries (gelright) and
    > added it to the stage. I resized it and converted it
    into a symbol as a movie
    > clip. Then it got added to my library.
    > Then i deleted it from the stage and replaced it with
    the movie cip version i
    > had just converted it to. so now i have the same object
    on the stage, but now
    > its a movie clip and not a button.
    ok - you are running yourself around in circles - why did you
    delete it to the stage only to add it
    again? once you converted it to a movie clip, you had what
    you wanted on the stage - but then you
    deleted it and dragged another instance of the same symbol
    back onto the stage - there's no reason
    to do that.
    > Then i double clicked on it to bring up the movie clip
    timeline, but instead
    > of saying 'top, down, over, hit' (or whatever it says),
    it jsut said 'layer 1'
    > (but this was not my original stage as i have a number
    of layers on that one).
    Right - this is expected because yoyu are now inside the
    movie clip timeline - not the button timeline.
    > When i double clicked on it again, it brought up the
    right headings (top, down,
    > over, etc),
    Right - because by double clicking the button symbol you were
    then brought to "edit mode" for the
    button symbol.
    but there were about 5 layers that showed the different
    layers for
    > the original button.
    Huh? What "5 layers"? What do you mean "original" button -
    per your description there has only ever
    been 1 button you have been working with.
    > I think i have to add the button to each of the
    headings, bt there is no room,
    Lost you completely now - what do you mean add the button to
    each heading? I have no clue what you mean.
    > as when i did it before, there was only one layer for it
    and i had to insert
    > the key frames myself.
    Still losing you here.
    > I then added a behaviour to it using the Behaviours
    pannel, (selected
    > movieclip, then 'go to and play....') and it appears in
    the behaviours pannel.
    > But when i got to Play Movie, although the curser
    changes into a hand, the
    > button does not work.
    That's because you are applying a behavior for a button to a
    movie clip instead.
    I think you went wrong when you converted the button to a
    movie clip - i have no idea why you did
    that or why to think your button needs to be in a movie clip.
    >
    > Hope that can help you with what i've done and you can
    tell me where i've gone
    > wrong.
    >
    I just think you don't understand how timelines, symbols or
    buttons work yet in flash.
    1. drag a button to the stage.
    2. select it and open the Behaviors panel (dont double click
    it to edit it).
    3. add your actions.
    4. test movie.
    (no need for a movie clip here.
    -chris

  • Big problem with Flash Player - please read.

    So i just got a new computer, and everything's fine. I get Avast, Spyware Terminator, and start going back to my usual.
    I then go play a game, and it says I need a plugin, of course, Flash Player.
    I click the button and go to install it: In the end, Spyware terminator blocks the downloading process with a warning message: A trojan was discovered in the download process. So everyone, if you have any problems with flash player, lowering your defenses and so on has a high chance of increasing the problem. Avoid downloading it (for now) and try to find an earlier version.
    Thank you for reading this,
    Someone_Who_Helped

    Only download installers from the original developers website, in this case adobe.com or macromedia.com
    If you need any help, please post more information (http://forums.adobe.com/thread/657743).

  • Problems with home button on iPhone 4

    problems with home button on iphone 4

    If its due to sensitivity issues, these self help guides might help.
    http://www.youtube.com/watch?v=zNwr_mxgs9Q
    http://www.youtube.com/watch?v=lSqPC1V0PPg&feature=related
    By the way, alcohol based hand sanitisers work too.
    Don't overapply it in one go though. You'll have to allow the alcohol to evaporate.
    One final tip, after its dried, I'd recommend you to leave your iPhone's home button facing a laptop's vent just to bake it a little drier.

  • Problem with flash on IE11 after using adobe cleaner

    Problem with flash on IE11 after using adobe cleaner to remove a trial version of photoshop because there was not any entry on add/remove applications in windows 8.1
    Its to frustrating to reinstall everything. I tried everything from your support page with no luck…

    Link for Download & Install & Setup & Activation problems may help
    -Online Chat http://www.adobe.com/support/download-install/supportinfo/

  • Problems with flash Player

    So I'm having a problem with flash player, and was wondering if anyone has experienced the same thing, or might be able to help.
    - Upgraded 2 computers to snow leopard, macbook pro laptop, and mac Pro tower (intel proc).
    - Laptop has no problems, everything renders fine, and without any difficulty.
    - Mac Pro doesn't display any dynamic data, text fields show up blank, some flash player controls don't work, brightcove player won't load completely... things are just not working right.
    - Main browser is Safari, but same problem exists in Camino, Firefox, etc...
    - I've had Safari Stand installed, but have since removed it.
    - I've removed GROWL notifications completely
    - I've got debug and developer menus turned on (but have that with the laptop also.)
    Please see the screenshot attached. This graph should have text data on it showing the x/y axis, the key, as well as data when you mouse over each block, but doesn't show anything.
    The second screen shot shows a brightcove player from our website... There should have full controls at the bottom, and nothing shows up. If I right-click, and go to 'view full screen', I can't then get out of full screen by clicking escape key on the keyboard, I have to use any player controls, or right-click again, and hit 'exit full screen'.
    Anyone have any suggestions? It's something to do with my computer, rather than snow leopard, because flash works fine on my laptop, but not on the desktop. Any help is really appreciated !

    Hi!
    I reached your post because I was having the exact same issues as you and I found a fix that worked for me! The problem is a font issue: I logged in with the guest account that had no users font installed and flash was working fine, so I logged back into my account and moved all the fonts in my 'User>Library>Fonts' folder in a folder in the desktop. Then I closed and reopened Safari and Flash was working!
    In the end the problem was with a version of Arial that I had in my users' font folder: I deleted just that, put my users' font back in the folder and the problem disappeared.
    I hope it hepls!
    best
    nicola

  • SB Xtreme Audio Notebook optical out problem with Home TheaterSystem-HELP!

    JSB Xtreme Audio Notebook optical out problem with Home TheaterSystem-HELP!, I have this sound card connected?(optical OUT) ?to my home?theater system's digital IN ?through the recommended /8in. optical miniplug-to-optical SPDIF cable. Theater system is set correctly to Digital-In mode. I have no sound!
    The cable is a Velocity Toslink-to-Optical Mini Plug digital cable. I don't see any settings in the Creative Console Launcher. The notebook is a Dell XPS M730 (Vista 32).
    I have a PS3, DirecTV, and the SB Xtreme Audio Notebook cable on a hub switch that connects to the system's?one Optical IN. The PS3 and DirecTV sound perfect!
    The sound card works fine with standard PC speakers. I'm at a loss as?to what to try next. I set this whole system up myself, so I'm pretty good at working out the kinks, except this one!
    Karen

    OK. I just went to Control Panel - Sound - Playback - Digital Output Device (SB Xtreme Audio Notebook) - Properties - Advanced. I experimented with different sample rates and bit depths. Clicked the test button and lo and behold - sound from the HTS! I've tried iTunes, PowerDVD (configured to digital output) and YouTube - no sound! Am I missing something really obvious?
    HA! Just backed out to Playback and selected Digital Output Device (SPDIF) and set as Default. Sound is emunating from HTS! Well, that mystery is solved! Who knew.
    Thanks anyway! Any comments or advice will still be appreciated.

Maybe you are looking for

  • Stock of Batch in Process order

    Hi, The Requirement is as follows: Material A is used as a component in Process Order and is managed in Batches. The requirement is the system should show the the available batches with stock when F4 is done for Batch field in Component overview of t

  • IOS 4.2.1 to 4.1

    Hi! I am using an iPhone 3G running on iOS 4.2.1, and am currently a little more than 2 thirds through a three year contract. I have never jailbreaked or unlocked my phone, nor do I have the intention to. But now, I need to downgrade very, very badly

  • Adding Extra field in KSB1

    Hi all,         I need to add one extra field in output of  the Report, Please tell me the procedure to add extra field in the ALV output. Regards Suprith

  • Mini Windows 7 Starter won't restore!

    Hi, I have an HP mini netbook; Windows 7 starter. And I have a TON of viruses. And my computer won't even connect to the Wi-fi anymore even when I am right next to it! And frankly it's gotten annoying. I have tons of conduit viruses on this thing and

  • How I can change the theme using with css

    How I can change the flex theme and images  using with css ?