Hi guys:
I'm a newbie to cocoa programing on iPhone.
My client has a website that plays YouTube videos. Once a video is finished playing, it will automatically play the next one. This is done by using the YouTube API and swfobject.
After some research, I was told that Safari on iPhone does not support flash. This make the current swfo...
I use jquery.flash() plugin to embed flash into my website. The problem is that in IE6 this doesn't work. I tried swfobject (1.5), also, but it gives me (sometimes) some strange errors with n null or something like that, so I decided to use jquery.flash() also. (I use both swfobject and jquery.flash() now)
So, basically, swfobject works...
I have 2 javascripts in my head section.
Now I want to place the embedSWF function inside the first script. Only I am not sure where..
<!-- JQUERY Functions -->
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function() {
// alert('DOM ready');
});
wind...
I've been using uploadify in an app for a few years and it has always worked fine. When I upgraded to the 2.1.0 version, it now comes bundled with swfobject 2.2.
In firefox, safari, and chrome, the file upload and everything works perfectly. However, in all versions of IE, the javascript is not passing any of the parameters to the flash...
I've got to (quickly!) add an intro to an existing flash masthead on a site that I've inherited. I don't have access to the source .fla's, so I approached the problem by putting the intro in a wrapper swf and loading the current masthead and adding it to the display list on Event.INIT. So far, so good. (Incidentally, the swfs are built...
I am trying to use swfobject 2.2 to display an swf, but the swf won't scale to fit the div that I'm putting it in. You can see what I've got here.
When it first loads, it is the right size, then it expands larger for some reason. If I right-click on the movie and select "Show All", it then fits perfectly.
Here is the code to generate...
IS there a clean and concise way to put multiple swfobjects into one page in HTMl, bearing in mind they will all need different flashvars?
Below is just one:
<script type="text/javascript">
var flashvars = {};
var params = {};
var attributes = {};
swfobject.embedSWF("/swf/AllBookings.swf"...
Hi, I have a page that loads loads of swfs*. I'm loading in them all at the same time, Sequentially which is slowing down the intro animation. Is there a way to load swfs sequentially? Or if not load them on a timer (half a sec would do the trick I think)
*there lots of different dynamically generated Flex graphs so it's not possible to...
I am using python and webapp framework in app engine for backend and flex 4 for front end.
I would like to pass a string form backend to front end, so i write the following code in the main.py:
class MainPage(webapp.RequestHandler):
def get(self):
userVO = "test"
template_values = {
'url': self.request.uri,
'userVO': userV...
Hello everyone,
This is the first time i have posted, so here goes:
I load swfs into my HTML two different ways. the first way is they are
embedded directly into the page when it loads. The second way is when
any link on the navigation bar is selected it removes the swf in the
"flashcontent" div and replaces it with a different one and ...
Hi,
If I use jquery media plugin WITH swfobject 2.2 I get an 'unknown runtime error' in IE.
It works fine in FF and other browsers.
If i remove swfobject.js then the media works fine as it loads using simple object/embed tags.
But I need to use swfobject as well (for other things).
Has anybody come across this or a fix?
A.
...
Hi all,
I have a video that is meant to start playing when a user clicks on an image and said image opens a FancyZoom overlay. It works fine in every browser except IEs. If I place the video in a div that is not hidden (display:none actually), the video starts as expected. So it seems there is a problem with either Flash, JW Player, SWF...
I'm looking to dynamically change the flash files based from an hyperlink on the page without the page having to reloading. Is this possible through javascript?
...
Hi,
I have a strange problem with SwfObject and Google Chrome browser. In my webpage is
form where user can input link of the Youtube video. After form submit video must appear on the same page in div, near the form. In other browsers it works good, but in Chrome I have to refresh page manually if I want to see video. I do not understa...
We have recently dropped support for IE6 at my job. The other developers have have opted for a generic object embed method:
<object type="application/x-shockwave-flash" data="example.swf" width="800" height="600" >
<param name="movie" value="example.swf">
<param name="allowScriptAccess" value="always">
</object>
This see...
I recently migrated a large AS3 site (lots of swfs, lots of flvs) to Amazon S3. Pretty much everything but HTML and JS files is being stored/served from Amazon, and it's working well. The only problem I'm having is that I built the site using SWFaddress (actually, via the Gaia framework which uses SWFaddress), and for some reason, SWFa...
I'm alreadu using jquery library on site.
What are pros and cons to use jQuery SWFObject plugin over origional swfobject
jQuery SWFObject plugin
http://jquery.thewikies.com/swfobject/
...
I'm not a flasher, but i did a menu for site on flash
i have about 10 buttons working like hyperlink using getURL.
So, problem is:
it works perfectly on my netbook (Win XP - Mozilla/Chrome/IE - last flash player)
it works perfectly on my wife's laptop (Vista - Mozilla/chrome/IE - last flash player)
But it does not work at all on my emplo...
this is an edit of the original post now that I better understand the problem. now with source code!
In IE, if body (or another html div has focus), then you keypress & click on flash at the same time, then release... a keyup event is never fired. It is not fired in javascript or in flash. Where is this keyup event?
This is the orde...
I am using SWFObject v2.2 http://code.google.com/p/swfobject/ to
play swf/flv files.
I have tried two different SWFObject files to auto-play same .flv
file. Auto-play is not working in case of "SWFObject V2.2
but it worked when I used "SWFObject
v1.4.4: Flash Player detection and embed -
I can not use "SWFObject v1.4.4" because ther...