You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I visited all your demo files on my iphone and they work flawlessly
I downloaded the javascript file (gordon.js) and droped it on a folder in the root of my site, then after that didn't work i dropped it in the root of my site.
I noticed the downloads section (gordon.js) is a bit different than the (gordon.js) file that is on your server. here; http://paulirish.com/work/gordon
does it matter which one i use?
I used one, then the other and both didn't work for me.
I also dropped the folder (src) with all the javascripts within it in the same root.
<script type="text/javascript">
var movie = new Gordon.Movie("temp/Example.swf", {id: "Example", width: 480, height: 320});
</script>
Example is the name of the swf file and is located in a folder named temp
the gordon.js file is also located in that folder.
Can you please help me understand how to use the Gordon Flash Actionscript to embed SWF files on my iPhone.
The Swf files were created with Macromedia Flash 8
The text was updated successfully, but these errors were encountered:
I export the swf file in version 2. I got some msg's saying some things wont function.
I replaced the HTML file with a newly created one using Notepad and changing the extension. So i tried it on the iphone safari browser and instead of a blank page, It showed something on my iphone..i don't know what this means.
Parse error: syntax error, unexpected T_STRING in /home/a7130686/public_html/temp/Example.html on line 1.
I visited all your demo files on my iphone and they work flawlessly
I downloaded the javascript file (gordon.js) and droped it on a folder in the root of my site, then after that didn't work i dropped it in the root of my site.
I noticed the downloads section (gordon.js) is a bit different than the (gordon.js) file that is on your server. here; http://paulirish.com/work/gordon
does it matter which one i use?
I used one, then the other and both didn't work for me.
I also dropped the folder (src) with all the javascripts within it in the same root.
The code i used was:
<script type="text/javascript" src="temp/gordon.js"></script>The text was updated successfully, but these errors were encountered: