IDE :: No Sound In FF & No Show In Apple Stuff?

May 17, 2011

why the sound does not play in FireFox but does in Chrome & Safari?
The sound is not embeded in DW but is in the Flash. Also I want to know what is wrong with my DW script that it will not play on Apple Ipads & Iphone? The Script:

<div id="content">
<div id="splash">
<h2 class="center">WELCOME TO<br />

[Code]....

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Pig Picks Up Apple With Pig.addChild(apple)

Sep 22, 2010

Example: Pig picks up apple with pig.addChild(apple); if say, a bird wants the apple but the pig has it:

[Code]...

and the pig and the apple touch the bird, the apple stays with the pig. If an object is a child of another object such as the pig, it is (the apple in this case) dependent to only that object(the pig)?

View 5 Replies

Professional :: Get Stuff Off The Stage To Show In A Web Browser On Flash CS4?

Apr 24, 2010

I have a picture that I want to be my background.  So I put it around the stage, but when I test my movie in a web browser, only my stage shows.  Is there a way I can get it to all show?  I don't really care if my background is cut off, as long as you can see it, because it's a tile sort of picture.

View 4 Replies

ActionScript 3.0 :: Working On Stuff Using The Flash Sound API ?

Feb 13, 2010

Has anyone been working on stuff using the Flash Sound API recently? I like working on dynamic audio and was wondering what the progress is on it.

View 1 Replies

ActionScript 3.0 :: Rotating Stuff Around Other Stuff?

Jun 29, 2011

So what I'm looking to do now is to actually get that movie clip - in this case an arrow -to rotate around another object - a ship - at a radius of 150 pixels and facing the mouse.This basically means to get the arrow to follow where the mouse goes around the ship - limited by the 150 pixel radius circle it can follow.p.s. This is the code so far:

ActionScript Code:
theArrow.x = theShip.x
theArrow.y = theShip.y

[code].....

View 4 Replies

ActionScript 3.0 :: Play A Sound File And Show The Progress Of The Sound File Being Played

Mar 16, 2009

I have to play a sound file and show the progress of the sound file being played. I am using import flash.media.Sound; import flash.media.SoundChannel; But the PROGRESS event gives theprogress of loading of file. I want to know of much of the song has been played and how much more is left.

View 3 Replies

ActionScript 3.0 :: Show Sound Wave Length Within MP3

Jan 28, 2009

I know AS3 can create visualizations using sound waves, But I'm trying to find something that will show the wave length within a mp3. So as it's playing, you'll see when the audio is spiking or dipping.

View 4 Replies

Why Does Apple Allow .NET On The IPhone But Not Flash

Jan 30, 2010

From what I understand, Apple has banned the Flash runtime on the iPhone because Apple doesn't want an alternative runtime environment to that which Apple provides via their own tools. Allowing a Flash runtime, according to Apple, would allow developers to circumvent application update policies and other controls which Apple has put in place. And at this time, Adobe has not chosen to build tools to statically compile apps created in Flash.

My further understanding is that .NET apps created via MonoTouch are statically precompiled and hit the iPhone as native code vs. running inside the .NET common language runtime (CLR), which Apple would surely disallow. Since .NET code is not executing in Microsoft's runtime but rather natively on the iPhone CPU, Apple isn't complaining.

Am I correct about why Apple allows .NET-developed applications on the iPhone?Is one vendor's precompiled, native code on the iPhone (or any platform I suppose) distinguishable from any other? In other words, is native code that's produced by MonoTouch indistinguishable from native code produced by compiled Objective C code? Is the source of the native code totally opaque?

View 5 Replies

Professional :: Can't Submit App To Apple Store

Oct 4, 2011

Has anyone been successful at submitting an app to the Apple store? I created a Lion virtual machine to use the Application Loader. All I ever get is that it doesn't recognize any of my files as application files, so I can't upload the app.

View 1 Replies

Ios - Cannot Convert Apple Developer_identity.cer Into .p12 Format?

Jan 20, 2012

i have following problem: i have these files developer_identity.cer Team_Provisioning_Profile_.mobileprovision

In order to package adobe flex mobile application for iOS, i need to convert my .cer certificate into .p12 format. Following this tutorial on help.adobe.com i always get this problem when executing last openssl command:

"no certificate matches private key error in pkcs12" From what i understand i need somehow to get private key, that was used to create the certificate (do i understand this well??). How do i get the private key mykey.key if i only have .cer and .mobileprovision files mentioned above?

View 2 Replies

Apple's ISight Not Working In Flash Player

May 3, 2009

I have an Apple iSight webcam and it's not working with Flash.I go into the Flash player settings and select my camera, I can see my image and camera working inside the little box in the Flash playser settings panel.But when I close the settings and "allow" the site to access my webcam it doesn't work.My camera just shuts off.It's been a while but my camera use to work with Flash, and my iSight camera works with other apps such as Skype.URL...

View 6 Replies

ActionScript 3.0 :: Submit Air To The Apple Desktop App Store?

Jan 6, 2011

how to submit an air app to the new apple desktop app store? Can it even be done?

View 5 Replies

Flash :: Run Adobe AIR Application On Apple IPad?

Sep 23, 2011

I am Adobe Flash DesignerDeveloper and i ended AIR Application for desktop and need to know how to launch this app on iPad?

View 1 Replies

Flash :: Change An Apple Projector App Icon?

Jan 5, 2012

I would like to change the icon of my Flash.app projector. I used img2icns to make the new mac icon but how can I make it use this icon ?

View 2 Replies

Actionscript 3.0 :: Apple's Time Machine Effect?

Feb 23, 2010

Anyone know any good tutorials on how to create a scrolling effect like Apple's time machine? Would I use the 3D api? Papervision

View 2 Replies

ActionScript 2.0 :: Apple Front Row Recreation Using Flash

Mar 2, 2007

Im tryig to recreate the same rotation effect in Front Row using Flash. I thik I have most of it figured out, but I keep running into problems.

[Code]...

View 6 Replies

ActionScript 2.0 :: IE Refresh With Apple Style Menu?

Jun 11, 2008

have a site which uses the Apple Style dock component from jrgraphix.net.The issue appears to be with Internet Explorer (All versions).In Firefox the movie works without issue (ignore the transparency and positioning).As you browse between pages the SWF reloads and functions as it should.In Internet Explorer the first time you load the page and the SWF it works as it should.HOWEVER (!!!) when you browse to another page or refresh the current page the SWF functionalilty drops out and some (if not all) of the actionscript appears not to trigger.The .as file used is:

Code:
class Dock extends MovieClip {
var icon_min: Number;

[code].....

View 2 Replies

ActionScript 3.0 :: Reading Apple's CC Metadata From Mp4 In Flash?

Mar 30, 2012

I have a video that displays closed captioning inside Quicktime player (it was embeded to the file's metadata).I've tried pulling that information out as if it were conventional flash-friendly metadata, but that doesn't seem to do the trick.

View 5 Replies

ActionScript 2.0 :: Apple Spinning Wait Wheel Effect?

Jun 11, 2009

I remember seeing a tutorial on how to create the Apple/iPhone spinning wait wheel, but now I can't find it for the life of me. Anyone know what I'm talking about? It's the 12 grey bars that rotate clockwise. I'm thinking about implementing something like that before a video plays as it's loading.

View 1 Replies

Professional :: Creating Apple Dock Effect In Movie?

Feb 4, 2011

I have created a movie in CS3 which is basically a series of images that scroll from right to left across the screen. Each image also has a url assigned to it so that clicking on that image takes you to another (external) website. It's all working beautifully.All I want to be able to do now is to create a mouseover effect, whereby when your cursor is over the scrolling image, that image only enlarges slightly - a bit like the Apple dock effect. Then, if the cursor moves to the second image, the first image reduces back to its original size and the second one enlarges.

View 5 Replies

Professional :: View Flash Files Through An Apple Device?

Mar 16, 2011

With Apple refusing to incorporate flash, is there an altenative way to view flash files through an Apple device?

View 2 Replies

ActionScript 2.0 :: Editing Apple Style Dock In Flash?

Feb 27, 2008

and want to turn it into a photo slideshow menu, I have manage to change the icons to my images and edit the buttons up/down states etc, but can't figure out how to get it to display the corresponding picture when the icon is clicked on?I want a larger version of the picture used as the icon to appear above the menu when clicked on or maybe just on a roll over?

View 3 Replies

ActionScript 3.0 :: Creating Apps For The Apple Store - Do The App Have To Be Used Only By The Mouse

Mar 21, 2011

I'm thinking about creating apps for the apple store and my question is : do the app have to be used only by the mouse ?Like cuz than the mouse= touching the iphone screen.

View 6 Replies

Media Server :: Build Apps To Stream To Apple/IOS Devices?

Sep 18, 2011

I want to build apps to stream to Apple/IOS devices but I don't have an Ipad or Iphone.......what programs can I use to emulate Apple/IOS devices? Is there an emulator? Or will a download of quicktime work? maybe HTML5 video object will work in any webbrowser. I haven't looked into what it takes to use FMS on Apple/IOS devices, so maybe I will answer this question by this afternoon.

View 6 Replies

Audio - Live Video Mic Echo When Using Apple Cinema Display

Dec 15, 2011

I'm using Flash Media Server to create a 1:1 video chat. The problem I'm having is that when I use my apple cinema display I get horrible Echoing, even with the reduce echo box checked. If I don't use my cinema everything works fine with the built in macbook mic. I have to believe there is a setting as I can use iChat, Adobe Connect, WebEx, Skype all with my apple cinema and not have this MIC echoing issue.

Our Current Settings:
Audio
var options:MicrophoneEnhancedOptions = new MicrophoneEnhancedOptions();
options.mode = MicrophoneEnhancedMode.FULL_DUPLEX;
options.echoPath = 256;
options.nonLinearProcessing = true;
[Code] .....

View 2 Replies

Flash :: Iphone - Adobe CS5 For Game Development And Publish It On The Apple App Store?

Oct 28, 2010

Since Apple loosened their terms again, is it posible to develop a game in FLash CS5 and publish it on the Apple App Store? Are there actually any real apps / games on the App Store that were build on Flash?

View 1 Replies

ActionScript 3.0 :: AIR F/S: Apple IPhone 3GS 32GB, Nokia N900, HTC HD , Motorola Droid

Mar 2, 2010

We specialize in a wide range of products such as laptops,mobile phones, plasma & lcd tv, mp3 & mp4 players,video games console, digital cameras, dvd players (Etc) at cheap & affordable prices.

ONE CUBES SELL ONLINE strive to offer high-quality products at competitive prices.All of our products are brand new, never used, never rebuilt.We maintain multiple-supplier sources for our products as a means of being able to continually offer the best products at the best prices. All of our products are backed by a 90-days, money-back guarantee. Contact us for further information about extended warranty from manufacturer.We pride our selves in the quality of products we offer, our prices, and most importantly, our customer service.

[Code]...

View 1 Replies

Media Server :: Config Fms 4.5 For Protected On-demand Apple HTTP Live Streaming?

Nov 3, 2011

I am trying to config custom encryption key for different pieces of content at streaming level using jit.conf for On-demand Apple HTTP Live Streaming.I tried to set  "HLSEncryptionScope content" in httpd.conf and placed jit.conf in ../webroot/vod but not success, the m3u8 generate not contains EXT-X-KEY.and, I tried and got nothing in access plugin log file while i http stream a m3u8 file, is it possible to log HTTP Live Streaming using plug-in?can plugin got any event triggered by http streaming?

View 4 Replies

Actionscript 3 :: Sound Latency - Set It For Any Silence Before The Actual Sound By Calling The Sound

Apr 16, 2011

I am triggering short sounds dynamically from the library for a game (Specifically Air for Android). When the user clicks a button the sound can take up to 600ms to actually play. I have set it for any silence before the actual sound by calling the sound like so:

[Code]...

All return the same results. I know there are threads here that talk about this but none have offered a real solution that I can find. Is there no way to cache the sound or store it in a buffer?

View 1 Replies

Get Stuff To Stop When Using ENTER_FRAME?

Feb 6, 2010

I have a one-frame .fla with script on one layer and a movie clip on another. The movie clip has an instance name of "titleBar," which moves from left to right using dynamic tweening.The tween code moves it from an X position of 200 to a X position of 820.Then I have a function called "xChange," which waits for titleBar's X value to be 820. Once it does, I'd eventually want to load an external swf but I'm just running a trace for now.Again, Here's the code.

Code:
import fl.transitions.Tween;
import fl.transitions.easing.*;

[code]....

View 4 Replies







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